diff --git a/audit.spec b/audit.spec index 581ae2e64cc7faf5aaf9e08b850fda98581e567a..f6499888ec7c64495c4e3f3facda25cdef4e0561 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.1 -Release: 1 +Release: 2 License: GPLv2+ and LGPLv2+ URL: https://people.redhat.com/sgrubb/audit/ Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -105,6 +105,8 @@ autoreconf -f -i --with-python3=yes \ --enable-gssapi-krb5=yes --with-arm --with-aarch64 \ --with-libcap-ng=yes --enable-zos-remote \ + CC_FOR_BUILD=${CC} \ + CPP_FOR_BUILD=${CPP} \ %ifarch %{golang_arches} --with-golang \ %endif @@ -366,6 +368,9 @@ fi %attr(644,root,root) %{_mandir}/man8/*.8.gz %changelog +* Wed Dec 27 2023 jchzhou - 1:3.1.2-1 +- rebase d5df80f "Support specify CC" by @jammyjellyfish + * Mon Jul 24 2023 zhengxiaoxiao - 1:3.1.1-1 - update version to 3.1.1