From 9d9eaccd16d4068103dd5af66880e5d3162718e8 Mon Sep 17 00:00:00 2001 From: huangduirong Date: Tue, 11 Oct 2022 22:35:05 +0800 Subject: [PATCH] move the autoreconf to build. --- audit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/audit.spec b/audit.spec index d986cfa..eab2eb3 100644 --- a/audit.spec +++ b/audit.spec @@ -2,7 +2,7 @@ Summary: User space tools for kernel auditing Name: audit Epoch: 1 Version: 3.0.1 -Release: 3 +Release: 4 License: GPLv2+ and LGPLv2+ URL: https://people.redhat.com/sgrubb/audit/ Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -107,9 +107,9 @@ libauparse can be used by python3. %prep %autosetup -n %{name}-%{version} -p1 cp %{SOURCE1} . -autoreconf -f -i %build +autoreconf -f -i %configure --sbindir=/sbin --libdir=/%{_lib} --with-python=no \ --with-python3=yes \ --enable-gssapi-krb5=yes --with-arm --with-aarch64 \ @@ -369,6 +369,9 @@ fi %attr(644,root,root) %{_mandir}/man8/*.8.gz %changelog +* Tue Oct 11 2022 huangduirong - 1:3.0.1-4 +- Move autoreconf to build + * Sat Feb 12 2022 yixiangzhike - 3.0.1-3 - Fix failure of stopping auditd before uninstalling -- Gitee