diff --git a/audit.spec b/audit.spec index 3565b32..45dd73f 100644 --- a/audit.spec +++ b/audit.spec @@ -2,7 +2,7 @@ Summary: User space tools for kernel auditing Name: audit Version: 3.0 -Release: 0.18.20191104git1c2f876%{?dist} +Release: 0.19.20191104git1c2f876%{?dist} License: GPLv2+ URL: http://people.redhat.com/sgrubb/audit/ 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(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 The audit package contains the user space utilities for storing and searching the audit records generated by @@ -248,6 +252,9 @@ fi %attr(750,root,root) /sbin/audispd-zos-remote %changelog +* Thu Mar 12 2020 Steve Grubb 3.0-0.19.20191104git1c2f876 +- Add Obsolete python2-audit (#1783061) + * Wed Jan 29 2020 Steve Grubb 3.0-0.18.20191104git1c2f876 - Fix multiple definition of `event_node_list' (#1794446)