From d3cf58aae3a50cdc8b3ad191a86a81fc1453d823 Mon Sep 17 00:00:00 2001 From: Ercole 'ercolinux' Carpanetto Date: Fri, 5 Jan 2024 20:40:15 +0100 Subject: [PATCH] update to 2.7.4 [release 2.7.4-1mamba;Mon Apr 10 2017] --- audit.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/audit.spec b/audit.spec index d61cbab..4552ef5 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Name: audit -Version: 2.6.7 -Release: 4mamba +Version: 2.7.4 +Release: 1mamba Summary: User space tools for kernel auditing Group: System/Tools Vendor: openmamba @@ -97,7 +97,7 @@ The audispd-plugins package provides plugins for the real-time interface to the %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %build #autoreconf -v --install @@ -238,6 +238,8 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %defattr(-,root,root) %{python3_sitearch}/_audit.* %{python3_sitearch}/audit.py +%{python3_sitearch}/__pycache__/audit.cpython-33.pyc +%{python3_sitearch}/__pycache__/audit.cpython-33.pyo %{python3_sitearch}/auparse.* %files plugins @@ -259,6 +261,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{_mandir}/man8/audisp-remote.8* %changelog +* Mon Apr 10 2017 Ercole 'ercolinux' Carpanetto 2.7.4-1mamba +- update to 2.7.4 + * Fri Oct 07 2016 Silvan Calarco 2.6.7-4mamba - libaudit-static: require libaudit-devel instead of audit-devel