Remove requirement for setools-libs-python, no longer needed.
This commit is contained in:
parent
5a67529501
commit
6a5acd7336
@ -110,9 +110,7 @@ BuildRequires: setools-devel >= 3.3.7-19
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: python-slip-dbus systemd-python
|
Requires: python-slip-dbus systemd-python
|
||||||
|
|
||||||
Requires(post): /sbin/chkconfig
|
|
||||||
Requires(post): /sbin/service
|
Requires(post): /sbin/service
|
||||||
Requires(preun): /sbin/chkconfig
|
|
||||||
Requires(preun): /sbin/service
|
Requires(preun): /sbin/service
|
||||||
|
|
||||||
%description server
|
%description server
|
||||||
@ -122,12 +120,10 @@ about the problem and help track its resolution. Alerts can be configured
|
|||||||
to user preference. The same tools can be run on existing log files.
|
to user preference. The same tools can be run on existing log files.
|
||||||
|
|
||||||
%post server
|
%post server
|
||||||
/sbin/service auditd reload >/dev/null 2>&1 || :
|
%systemd_post auditd.service
|
||||||
|
|
||||||
%postun server
|
%postun server
|
||||||
if [ $1 = 0 ]; then
|
%systemd_postun_with_restart auditd.service
|
||||||
/sbin/service auditd reload >/dev/null 2>&1 || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%triggerun server -- %{name}-server < 2.1.1
|
%triggerun server -- %{name}-server < 2.1.1
|
||||||
/sbin/service %{name} stop >/dev/null 2>&1 || :
|
/sbin/service %{name} stop >/dev/null 2>&1 || :
|
||||||
|
Loading…
Reference in New Issue
Block a user