It's another case where macro ambiguity causes problems: are the macros
supposed to reflect the buildhost or the target? Sometimes they're one,
sometimes the other, and no way to tell which.
%_root_prefix is a strange name for this, in the rpm context at least where
root often means an chroot s
Apparently this breaks scl-utils:
https://bugzilla.redhat.com/show_bug.cgi?id=2233454
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2575#issuecomment-1687907845
You are receiving this because you are subscribed to this thread.
Message
Merged #2575 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2575#event-9838074822
You are receiving this because you are subscribed to this thread.
Message ID:
___
Rpm-maint maili
@ffesti pushed 1 commit.
9cc0dbbe747307061226260e4a40d03bf424983c Make RUNDIR lower case (rundir)
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2575/files/9fe3f8616fcbd46886c14799ab53aa02044e80a4..9cc0dbbe747307061226260e4a40d03bf424983c
You are receiving this becaus
LGTM, feel free to merge if you're done.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2575#issuecomment-1638124163
You are receiving this because you are subscribed to this thread.
Message ID: __
Moved root_prefix definition into the CMake file
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2575#issuecomment-1638098487
You are receiving this because you are subscribed to this thread.
Message ID: __
@ffesti pushed 1 commit.
9fe3f8616fcbd46886c14799ab53aa02044e80a4 Set %_sysusersdir independent from
our prefix
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2575/files/8ccfa76f7ad6f65d66461469407ca7d193a1e92c..9fe3f8616fcbd46886c14799ab53aa02044e80a4
You are receiv
This is always in /usr no matter what prefixes are used either in rpm or
systemd as it is package installed system configuration.
Setting this hard coded to not require systemd as a build dependency. Otherwise
the sysusers_dir or sysusersdir pkg-config variable could be used.
Borrowing the _roo