Remove initscripts-service from Requires(postun)
The previous few commits intended to make initscripts-service only a recommends but what ended up happening is that it was both a recommends and a requires. Let's drop the remaining requires.
This commit is contained in:
parent
322b0082ac
commit
894f78aa4a
@ -2,7 +2,7 @@
|
|||||||
Summary: User space tools for kernel auditing
|
Summary: User space tools for kernel auditing
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 3.1.2
|
Version: 3.1.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
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
|
||||||
@ -18,7 +18,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||||||
Requires(post): systemd coreutils procps-ng
|
Requires(post): systemd coreutils procps-ng
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Recommends: initscripts-service
|
Recommends: initscripts-service
|
||||||
Requires(postun): systemd coreutils initscripts-service
|
Requires(postun): systemd coreutils
|
||||||
|
|
||||||
# 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
|
||||||
@ -268,6 +268,9 @@ fi
|
|||||||
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
|
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 13 2023 Dusty Mabe <dusty@dustymabe.com> 3.1.2-4
|
||||||
|
- Remove initscripts-service from Requires(postun)
|
||||||
|
|
||||||
* Fri Sep 01 2023 Steve Grubb <sgrubb@redhat.com> 3.1.2-3
|
* Fri Sep 01 2023 Steve Grubb <sgrubb@redhat.com> 3.1.2-3
|
||||||
- Change initscrips-service to a Recommends
|
- Change initscrips-service to a Recommends
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user