Compare commits
4 Commits
4.0.5-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
4ee28ad221 | |||
a131aac8ef | |||
aba41b1f97 | |||
30c5ca98ba |
29
audit.spec
29
audit.spec
@@ -1,6 +1,6 @@
|
|||||||
Name: audit
|
Name: audit
|
||||||
Version: 4.0.5
|
Version: 4.1.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: User space tools for kernel auditing
|
Summary: User space tools for kernel auditing
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@@ -80,14 +80,12 @@ autoreconf -fi
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
--runstatedir=/run \
|
||||||
--with-libwrap \
|
--with-libwrap \
|
||||||
--enable-gssapi-krb5=yes \
|
--enable-gssapi-krb5=yes \
|
||||||
--with-libcap-ng=yes \
|
--with-libcap-ng=yes \
|
||||||
--with-python3=yes \
|
--with-python3=yes \
|
||||||
CFLAGS="%{optflags} -fcommon" \
|
CFLAGS="%{optflags} -fcommon" \
|
||||||
%ifarch arm
|
|
||||||
--with-arm \
|
|
||||||
%endif
|
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
--with-aarch64 \
|
--with-aarch64 \
|
||||||
%endif
|
%endif
|
||||||
@@ -141,6 +139,7 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/audit/plugins.d/syslog.conf
|
%config(noreplace) %{_sysconfdir}/audit/plugins.d/syslog.conf
|
||||||
%config(noreplace) %{_sysconfdir}/audit/zos-remote.conf
|
%config(noreplace) %{_sysconfdir}/audit/zos-remote.conf
|
||||||
%dir %{_sysconfdir}/audit/rules.d
|
%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}/audispd-zos-remote
|
||||||
%attr(750,root,root) %{_sbindir}/audisp-*
|
%attr(750,root,root) %{_sbindir}/audisp-*
|
||||||
%attr(750,root,root) %{_sbindir}/auditctl
|
%attr(750,root,root) %{_sbindir}/auditctl
|
||||||
@@ -181,6 +180,7 @@ fi
|
|||||||
%config(noreplace) %attr(640,root,root) %{_sysconfdir}/libaudit.conf
|
%config(noreplace) %attr(640,root,root) %{_sysconfdir}/libaudit.conf
|
||||||
%{_libdir}/libaudit.so.*
|
%{_libdir}/libaudit.so.*
|
||||||
%{_libdir}/libauparse.so.*
|
%{_libdir}/libauparse.so.*
|
||||||
|
%{_libdir}/libauplugin.so.*
|
||||||
%dir %{_libexecdir}/initscripts/legacy-actions/auditd
|
%dir %{_libexecdir}/initscripts/legacy-actions/auditd
|
||||||
%{_libexecdir}/initscripts/legacy-actions/auditd/*
|
%{_libexecdir}/initscripts/legacy-actions/auditd/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
@@ -189,21 +189,20 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/auparse-defs.h
|
%{_includedir}/auparse-defs.h
|
||||||
%{_includedir}/auparse.h
|
%{_includedir}/auparse.h
|
||||||
|
%{_includedir}/auplugin.h
|
||||||
%{_includedir}/audit-records.h
|
%{_includedir}/audit-records.h
|
||||||
%{_includedir}/audit_logging.h
|
%{_includedir}/audit_logging.h
|
||||||
%{_includedir}/libaudit.h
|
%{_includedir}/libaudit.h
|
||||||
|
%{_libdir}/libauplugin.a
|
||||||
%{_libdir}/libaudit.so
|
%{_libdir}/libaudit.so
|
||||||
|
%{_libdir}/libauplugin.so
|
||||||
%{_libdir}/libauparse.so
|
%{_libdir}/libauparse.so
|
||||||
%{_libdir}/pkgconfig/auparse.pc
|
%{_libdir}/pkgconfig/auparse.pc
|
||||||
%{_libdir}/pkgconfig/audit.pc
|
%{_libdir}/pkgconfig/audit.pc
|
||||||
%ifnarch arm
|
|
||||||
%dir %{_prefix}/lib/golang/src/pkg/redhat.com/audit
|
%dir %{_prefix}/lib/golang/src/pkg/redhat.com/audit
|
||||||
%{_prefix}/lib/golang/src/pkg/redhat.com/audit/audit.go
|
%{_prefix}/lib/golang/src/pkg/redhat.com/audit/audit.go
|
||||||
%endif
|
|
||||||
%{_datadir}/aclocal/audit.m4
|
%{_datadir}/aclocal/audit.m4
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
#%doc contrib/skeleton.c contrib/plugin
|
|
||||||
#%doc ChangeLog README THANKS TODO
|
|
||||||
|
|
||||||
%files -n lib%{name}-static
|
%files -n lib%{name}-static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@@ -218,6 +217,18 @@ fi
|
|||||||
%{python3_sitearch}/auparse.*
|
%{python3_sitearch}/auparse.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 04 2025 Automatic Build System <autodist@openmamba.org> 4.0.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user