Require initscripts-service instead of initscripts

This commit is contained in:
Steve Grubb 2022-01-05 16:39:17 -05:00
parent 95ee7f6d96
commit a010d46984

View File

@ -2,7 +2,7 @@
Summary: User space tools for kernel auditing Summary: User space tools for kernel auditing
Name: audit Name: audit
Version: 3.0.6 Version: 3.0.6
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://people.redhat.com/sgrubb/audit/ URL: http://people.redhat.com/sgrubb/audit/
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
@ -15,8 +15,8 @@ BuildRequires: systemd
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires(post): systemd coreutils Requires(post): systemd coreutils
Requires(preun): systemd initscripts Requires(preun): systemd initscripts-service
Requires(postun): systemd coreutils initscripts Requires(postun): systemd coreutils initscripts-service
# Placing this here under the assumption that anything using the # Placing this here under the assumption that anything using the
# python libraries expects the system to have an audit daemon # python libraries expects the system to have an audit daemon
@ -247,6 +247,9 @@ fi
%attr(750,root,root) %{_sbindir}/audispd-zos-remote %attr(750,root,root) %{_sbindir}/audispd-zos-remote
%changelog %changelog
* Wed Jan 05 2022 Steve Grubb <sgrubb@redhat.com> 3.0.6-2
- Require initscripts-service instead of initscripts
* Fri Oct 01 2021 Steve Grubb <sgrubb@redhat.com> 3.0.6-1 * Fri Oct 01 2021 Steve Grubb <sgrubb@redhat.com> 3.0.6-1
- New upstream bugfix release - New upstream bugfix release