From db25e25d11d072e6093d0b207fc987b6336bc1ea Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 5 Aug 2022 12:03:49 +0200 Subject: [PATCH] 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). --- cyrus-sasl.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 1bb8ca7..055e3d5 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -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