update to 2.7.4 [release 2.7.4-1mamba;Mon Apr 10 2017]

This commit is contained in:
Ercole 'ercolinux' Carpanetto 2024-01-05 20:40:15 +01:00
parent 9bb885967b
commit d3cf58aae3

View File

@ -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 <ercole69@gmail.com> 2.7.4-1mamba
- update to 2.7.4
* Fri Oct 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.7-4mamba
- libaudit-static: require libaudit-devel instead of audit-devel