Add initscripts package to the requires (bz #1727058)
This commit is contained in:
parent
963b18bdc1
commit
efbe8f4f37
@ -3,7 +3,7 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing
|
Summary: User space tools for 2.6 kernel auditing
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 0.9.20190507gitf58ec40%{?dist}
|
Release: 0.10.20190507gitf58ec40%{?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}-alpha8.tar.gz
|
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}-alpha8.tar.gz
|
||||||
@ -17,8 +17,8 @@ BuildRequires: python2 python-unversioned-command
|
|||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Requires(post): systemd coreutils
|
Requires(post): systemd coreutils
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd initscripts
|
||||||
Requires(postun): systemd coreutils
|
Requires(postun): systemd coreutils initscripts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The audit package contains the user space utilities for
|
The audit package contains the user space utilities for
|
||||||
@ -267,6 +267,9 @@ fi
|
|||||||
%attr(750,root,root) /sbin/audispd-zos-remote
|
%attr(750,root,root) /sbin/audispd-zos-remote
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 05 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.10.20190507gitf58ec40
|
||||||
|
- Add initscripts package to the requires (bz #1727058)
|
||||||
|
|
||||||
* Mon Jun 10 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.9.20190507gitf58ec40
|
* Mon Jun 10 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.9.20190507gitf58ec40
|
||||||
- New upstream git snapshot prerelease which fixes several problems
|
- New upstream git snapshot prerelease which fixes several problems
|
||||||
- Fixed 1698130 - removing audit.rpm doesn't stop auditd
|
- Fixed 1698130 - removing audit.rpm doesn't stop auditd
|
||||||
|
Loading…
Reference in New Issue
Block a user