From 56ab5984b280e78af864d38b4ba3e52d6c216556 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Mon, 14 Feb 2022 21:54:08 -0500 Subject: [PATCH] Add autotools buildrequires since we change configure.ac --- audit.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audit.spec b/audit.spec index 100dae7..aba1c1d 100644 --- a/audit.spec +++ b/audit.spec @@ -14,6 +14,7 @@ BuildRequires: make gcc BuildRequires: krb5-devel BuildRequires: kernel-headers >= 2.6.29 BuildRequires: systemd +BuildRequires: autoconf automake libtool Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires(post): systemd coreutils @@ -91,6 +92,7 @@ Management Facility) database, through an IBM Tivoli Directory Server %setup -q %patch1 -p1 %patch2 -p1 +autoreconf -fv --install cp %{SOURCE1} . # Remove the ids code, its not ready