Removing the obsolete scriptlet /sbin/service dependency

This commit is contained in:
Petr Šabata 2017-04-12 14:57:25 +02:00
parent eb87d1d85e
commit f9f3ad0082

View File

@ -8,7 +8,7 @@
Summary: The Cyrus SASL library
Name: cyrus-sasl
Version: 2.1.26
Release: 29%{?dist}
Release: 30%{?dist}
License: BSD with advertising
Group: System Environment/Libraries
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
@ -72,7 +72,7 @@ BuildRequires: libdb-devel
%if ! %{bootstrap_cyrus_sasl}
BuildRequires: openldap-devel
%endif
Requires(post): chkconfig, /sbin/service systemd-units
Requires(post): chkconfig, systemd-units
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd systemd-units
Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel systemd-units
Requires: /sbin/nologin
@ -443,6 +443,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
%{_sbindir}/sasl2-shared-mechlist
%changelog
* Wed Apr 12 2017 Petr Šabata <contyk@redhat.com> - 2.1.26-30
- Removing the obsolete scriptlet /sbin/service dependency
* Tue Mar 07 2017 Jakub Jelen <jjelen@redhat.com> - 2.1.26-29
- Fix GSS SPNEGO support (#1421663)