Compare commits
3 Commits
4.1.0-1mam
...
4.1.2-2mam
Author | SHA1 | Date | |
---|---|---|---|
4ee28ad221 | |||
a131aac8ef | |||
aba41b1f97 |
18
audit.spec
18
audit.spec
@@ -1,6 +1,6 @@
|
||||
Name: audit
|
||||
Version: 4.1.0
|
||||
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
|
||||
@@ -218,6 +217,15 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user