Avoid systemd_requires as per updated packaging guidelines
There is no need to have them as systemd correctly handles reloading depending on the transaction ordering (even if systemd is installed _after_ the package that installs the unit file).
This commit is contained in:
parent
a64513daf1
commit
db25e25d11
@ -59,7 +59,6 @@ BuildRequires: libdb-devel-static
|
||||
#build reqs for make check
|
||||
BuildRequires: python3 nss_wrapper socket_wrapper krb5-server
|
||||
BuildRequires: make
|
||||
%{?systemd_requires}
|
||||
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd
|
||||
Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel
|
||||
Requires: /sbin/nologin
|
||||
|
Loading…
Reference in New Issue
Block a user