Compare commits
6 Commits
4.0.3-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
4ee28ad221 | |||
a131aac8ef | |||
aba41b1f97 | |||
30c5ca98ba | |||
5aeacfb4b7 | |||
61f03e74cc |
36
audit.spec
36
audit.spec
@@ -1,6 +1,6 @@
|
||||
Name: audit
|
||||
Version: 4.0.3
|
||||
Release: 1mamba
|
||||
Version: 4.1.2
|
||||
Release: 2mamba
|
||||
Summary: User space tools for kernel auditing
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@@ -80,14 +80,12 @@ autoreconf -fi
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--runstatedir=/run \
|
||||
--with-libwrap \
|
||||
--enable-gssapi-krb5=yes \
|
||||
--with-libcap-ng=yes \
|
||||
--with-python3=yes \
|
||||
CFLAGS="%{optflags} -fcommon" \
|
||||
%ifarch arm
|
||||
--with-arm \
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
--with-aarch64 \
|
||||
%endif
|
||||
@@ -141,6 +139,7 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/audit/plugins.d/syslog.conf
|
||||
%config(noreplace) %{_sysconfdir}/audit/zos-remote.conf
|
||||
%dir %{_sysconfdir}/audit/rules.d
|
||||
%{_sysconfdir}/bash_completion.d/audit.bash_completion
|
||||
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
|
||||
%attr(750,root,root) %{_sbindir}/audisp-*
|
||||
%attr(750,root,root) %{_sbindir}/auditctl
|
||||
@@ -158,6 +157,7 @@ fi
|
||||
%{_datadir}/audit-rules/*
|
||||
%attr(750,root,root) %dir %{_localstatedir}/log/audit
|
||||
%{_mandir}/man5/auditd.conf.5*
|
||||
%{_mandir}/man5/auditd.cron.5*
|
||||
%{_mandir}/man5/ausearch-expression.5*
|
||||
%{_mandir}/man5/auditd-plugins.5*
|
||||
%{_mandir}/man5/zos-remote.conf.5*
|
||||
@@ -180,6 +180,7 @@ fi
|
||||
%config(noreplace) %attr(640,root,root) %{_sysconfdir}/libaudit.conf
|
||||
%{_libdir}/libaudit.so.*
|
||||
%{_libdir}/libauparse.so.*
|
||||
%{_libdir}/libauplugin.so.*
|
||||
%dir %{_libexecdir}/initscripts/legacy-actions/auditd
|
||||
%{_libexecdir}/initscripts/legacy-actions/auditd/*
|
||||
%doc AUTHORS COPYING
|
||||
@@ -188,21 +189,20 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/auparse-defs.h
|
||||
%{_includedir}/auparse.h
|
||||
%{_includedir}/auplugin.h
|
||||
%{_includedir}/audit-records.h
|
||||
%{_includedir}/audit_logging.h
|
||||
%{_includedir}/libaudit.h
|
||||
%{_libdir}/libauplugin.a
|
||||
%{_libdir}/libaudit.so
|
||||
%{_libdir}/libauplugin.so
|
||||
%{_libdir}/libauparse.so
|
||||
%{_libdir}/pkgconfig/auparse.pc
|
||||
%{_libdir}/pkgconfig/audit.pc
|
||||
%ifnarch arm
|
||||
%dir %{_prefix}/lib/golang/src/pkg/redhat.com/audit
|
||||
%{_prefix}/lib/golang/src/pkg/redhat.com/audit/audit.go
|
||||
%endif
|
||||
%{_datadir}/aclocal/audit.m4
|
||||
%{_mandir}/man3/*.3*
|
||||
#%doc contrib/skeleton.c contrib/plugin
|
||||
#%doc ChangeLog README THANKS TODO
|
||||
|
||||
%files -n lib%{name}-static
|
||||
%defattr(-,root,root)
|
||||
@@ -217,6 +217,24 @@ fi
|
||||
%{python3_sitearch}/auparse.*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 09 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.2-2mamba
|
||||
- rebuilt with --runstatedir=/run
|
||||
|
||||
* Wed Sep 03 2025 Automatic Build System <autodist@openmamba.org> 4.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 01 2025 Automatic Build System <autodist@openmamba.org> 4.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 12 2025 Automatic Build System <autodist@openmamba.org> 4.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 04 2025 Automatic Build System <autodist@openmamba.org> 4.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 31 2025 Automatic Build System <autodist@openmamba.org> 4.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.3-1mamba
|
||||
- update to 4.0.3
|
||||
|
||||
|
Reference in New Issue
Block a user