diff --git a/audit-secondary.changes b/audit-secondary.changes index 5c702d6..d5f8d8a 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 22 12:34:00 UTC 2013 - jengelh@inai.de + +- Executing autoreconf requires autoconf + ------------------------------------------------------------------- Fri Oct 12 13:00:30 UTC 2012 - coolo@suse.com diff --git a/audit-secondary.spec b/audit-secondary.spec index b244c8e..e16c386 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -1,7 +1,7 @@ # # spec file for package audit-secondary # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,6 +36,7 @@ Requires: audit = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq BuildRequires: audit-devel = %{version} +BuildRequires: autoconf >= 2.12 BuildRequires: libtool %description diff --git a/audit.changes b/audit.changes index c2c4914..e826f0c 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 22 12:34:00 UTC 2013 - jengelh@inai.de + +- Executing autoreconf requires autoconf + ------------------------------------------------------------------- Fri Oct 12 12:51:13 UTC 2012 - coolo@suse.com diff --git a/audit.spec b/audit.spec index 2f7ee35..70f9d99 100644 --- a/audit.spec +++ b/audit.spec @@ -1,7 +1,7 @@ # # spec file for package audit # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,6 @@ Name: audit -BuildRequires: gcc-c++ -BuildRequires: kernel-headers >= 2.6.29 -BuildRequires: libtool -BuildRequires: tcpd-devel Summary: User Space Tools for 2.6 Kernel Auditing License: GPL-2.0+ Group: System/Monitoring @@ -35,6 +31,11 @@ Source4: README-BEFORE-ADDING-PATCHES Patch2: audit-no_plugins.patch Patch3: audit-no-gss.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf >= 2.12 +BuildRequires: gcc-c++ +BuildRequires: kernel-headers >= 2.6.29 +BuildRequires: libtool +BuildRequires: tcpd-devel Requires: %{name}-libs = %{version} PreReq: %insserv_prereq %fillup_prereq