remove systemd-units

Per announcement on fedora-devel:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/LLG4T53FW2BGVZLGLKNYTKPD5SQNBZ2Y/
This commit is contained in:
Jakub Jelen 2018-01-27 11:00:44 +01:00
parent 4f466c3e3b
commit e4bc525620

View File

@ -76,9 +76,10 @@ BuildRequires: libdb-devel
%if ! %{bootstrap_cyrus_sasl} %if ! %{bootstrap_cyrus_sasl}
BuildRequires: openldap-devel BuildRequires: openldap-devel
%endif %endif
Requires(post): chkconfig, systemd-units %{?systemd_requires}
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd systemd-units Requires(post): chkconfig
Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel systemd-units Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd
Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel
Requires: /sbin/nologin Requires: /sbin/nologin
Requires: systemd >= 211 Requires: systemd >= 211
Provides: user(%username) Provides: user(%username)