diff --git a/audit.spec b/audit.spec index 7ac588ef36ee691defcfed16adc4fc94456ca8b4..b32110001587c435b747f4fd06e2c91dc0495171 100644 --- a/audit.spec +++ b/audit.spec @@ -6,7 +6,7 @@ Name: audit Version: 3.0.7 -Release: 2%{dist} +Release: 3%{dist} Summary: User space tools for kernel auditing License: GPLv2+ Group: System Environment/Daemons @@ -55,6 +55,9 @@ Summary: Python3 bindings for libaudit License: LGPLv2+ BuildRequires: python3-devel swig Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Provides: audit-libs-python3 = %{version}-%{release} +Provides: audit-libs-python3%{?_isa} = %{version}-%{release} +Obsoletes: audit-libs-python3 < %{version}-%{release} %description -n python3-audit The python3-audit package contains the bindings so that libaudit @@ -241,6 +244,9 @@ fi %attr(644,root,root) %{_mandir}/man8/audisp-statsd.8.gz %changelog +* Wed Mar 16 2022 Caspar Zhang 3.0.7-3 +- Also provide compatible name audit-libs-python3 + * Wed Mar 16 2022 Caspar Zhang 3.0.7-2 - Apply flex array workaround from upstream