From a010d46984a37a63675ba28e3c1322950d15b866 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Wed, 5 Jan 2022 16:39:17 -0500 Subject: [PATCH] Require initscripts-service instead of initscripts --- audit.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/audit.spec b/audit.spec index 2fbeca7..bf1aacc 100644 --- a/audit.spec +++ b/audit.spec @@ -2,7 +2,7 @@ Summary: User space tools for kernel auditing Name: audit Version: 3.0.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://people.redhat.com/sgrubb/audit/ Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -15,8 +15,8 @@ BuildRequires: systemd Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires(post): systemd coreutils -Requires(preun): systemd initscripts -Requires(postun): systemd coreutils initscripts +Requires(preun): systemd initscripts-service +Requires(postun): systemd coreutils initscripts-service # Placing this here under the assumption that anything using the # python libraries expects the system to have an audit daemon @@ -247,6 +247,9 @@ fi %attr(750,root,root) %{_sbindir}/audispd-zos-remote %changelog +* Wed Jan 05 2022 Steve Grubb 3.0.6-2 +- Require initscripts-service instead of initscripts + * Fri Oct 01 2021 Steve Grubb 3.0.6-1 - New upstream bugfix release