Replace systemd dependencies with just ordering
systemd-units has been merged into systemd a long time ago. But we don't really need this dependency at all. Let's just declare ordering, so that this package is installed after systemd if both are installed in the same transaction. See https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_dependencies_on_the_systemd_package for discussion and justification.
This commit is contained in:
parent
1d0d7588dd
commit
a4d9e81291
@ -253,10 +253,8 @@ See also the "uuid-devel" package, which is a separate implementation.
|
||||
Summary: Helper daemon to guarantee uniqueness of time-based UUIDs
|
||||
Requires: libuuid = %{version}-%{release}
|
||||
License: GPLv2
|
||||
Requires: systemd
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description -n uuidd
|
||||
The uuidd package contains a userspace daemon (uuidd) which guarantees
|
||||
|
Loading…
Reference in New Issue
Block a user