diff --git a/audit.spec b/audit.spec index 594381633f023e776423f4100843ac6aa3d9c3f3..4571c7c6a27350b1953e59cd168226f964754afb 100644 --- a/audit.spec +++ b/audit.spec @@ -2,7 +2,7 @@ Summary: User space tools for kernel auditing Name: audit Epoch: 1 Version: 3.1.2 -Release: 8 +Release: 9 License: GPLv2+ and LGPLv2+ URL: https://people.redhat.com/sgrubb/audit/ Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -122,7 +122,6 @@ libauparse can be used by python3. %prep %autosetup -n %{name}-%{version} -p1 cp %{SOURCE1} . -cp /usr/include/linux/audit.h lib/ autoreconf -f -i %build @@ -389,6 +388,9 @@ fi %attr(644,root,root) %{_mandir}/man8/*.8.gz %changelog +* Thu May 15 2025 xuraoqing - 1:3.1.2-9 +- copy audit.h do not needed, while swig compile error with flex array has been fixed + * Wed Feb 26 2025 xuraoqing - 1:3.1.2-8 - backport patches from upstream