Add Obsolete python2-audit (#1783061)

This commit is contained in:
Steve Grubb 2020-03-12 11:40:48 -04:00
parent 3f2ddd38fb
commit 9b1ca76b24

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 Version: 3.0
Release: 0.18.20191104git1c2f876%{?dist} Release: 0.19.20191104git1c2f876%{?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}-alpha9.tar.gz Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}-alpha9.tar.gz
@ -20,6 +20,10 @@ Requires(post): systemd coreutils
Requires(preun): systemd initscripts Requires(preun): systemd initscripts
Requires(postun): systemd coreutils initscripts Requires(postun): systemd coreutils initscripts
# Placing this here under the assumption that anything using the
# python libraries expects the system to have an audit daemon
Obsoletes: python2-audit < %{version}-%{release}
%description %description
The audit package contains the user space utilities for The audit package contains the user space utilities for
storing and searching the audit records generated by storing and searching the audit records generated by
@ -248,6 +252,9 @@ fi
%attr(750,root,root) /sbin/audispd-zos-remote %attr(750,root,root) /sbin/audispd-zos-remote
%changelog %changelog
* Thu Mar 12 2020 Steve Grubb <sgrubb@redhat.com> 3.0-0.19.20191104git1c2f876
- Add Obsolete python2-audit (#1783061)
* Wed Jan 29 2020 Steve Grubb <sgrubb@redhat.com> 3.0-0.18.20191104git1c2f876 * Wed Jan 29 2020 Steve Grubb <sgrubb@redhat.com> 3.0-0.18.20191104git1c2f876
- Fix multiple definition of `event_node_list' (#1794446) - Fix multiple definition of `event_node_list' (#1794446)