diff --git a/audit-libs-python.changes b/audit-libs-python.changes index af393a2..f00823b 100644 --- a/audit-libs-python.changes +++ b/audit-libs-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 18 14:43:11 CET 2008 - schwab@suse.de + +- Use autoreconf. + ------------------------------------------------------------------- Wed Oct 10 23:19:29 CEST 2007 - tonyj@suse.de diff --git a/audit-libs-python.spec b/audit-libs-python.spec index 3117538..6778830 100644 --- a/audit-libs-python.spec +++ b/audit-libs-python.spec @@ -16,7 +16,7 @@ Name: audit-libs-python BuildRequires: audit-devel gcc-c++ pkg-config python-devel swig Summary: Python Bindings for libaudit Version: 1.6.2 -Release: 42 +Release: 44 License: GPL v2 or later Group: System/Monitoring Url: http://people.redhat.com/sgrubb/audit/ @@ -41,8 +41,7 @@ Authors: %patch0 -p1 %build -#autoreconf -iv --install -aclocal && autoconf && autoheader && automake +autoreconf -fi export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" ./configure --prefix=%{_prefix} --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib} --sysconfdir=/etc --with-apparmor @@ -69,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python%{py_ver}/site-packages/audit.py* %changelog +* Tue Mar 18 2008 schwab@suse.de +- Use autoreconf. * Thu Oct 11 2007 tonyj@suse.de - Upgrade to 1.6.2 * Wed Jul 25 2007 tonyj@suse.de @@ -85,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT - /usr/sbin/audispd now packaged by audit-libs-python * Sun Nov 05 2006 ro@suse.de - fix requires -* Fri Sep 01 2006 tonyj@suse.de +* Thu Aug 31 2006 tonyj@suse.de - Upgrade to 1.2.6-1 * Wed Aug 16 2006 cthiel@suse.de - split off package diff --git a/audit.changes b/audit.changes index 44cd2ec..88b1af2 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 18 14:43:11 CET 2008 - schwab@suse.de + +- Use autoreconf. + ------------------------------------------------------------------- Wed Oct 31 07:08:38 CET 2007 - tonyj@suse.de diff --git a/audit.spec b/audit.spec index c9d901a..79973d1 100644 --- a/audit.spec +++ b/audit.spec @@ -15,7 +15,7 @@ Name: audit BuildRequires: gcc-c++ Summary: User Space Tools for 2.6 Kernel Auditing Version: 1.6.2 -Release: 25 +Release: 27 License: GPL v2 or later Group: System/Monitoring Url: http://people.redhat.com/sgrubb/audit/ @@ -81,8 +81,7 @@ Authors: %patch3 -p1 %build -#autoreconf -iv --install -aclocal && autoconf && autoheader && automake +autoreconf -fi export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" ./configure --prefix=%{_prefix} --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib} --sysconfdir=/etc --libexecdir=%{_prefix}/lib/%{name} --with-apparmor @@ -198,6 +197,8 @@ fi %ghost %config(noreplace) /var/log/audit/audit.log %changelog +* Tue Mar 18 2008 schwab@suse.de +- Use autoreconf. * Wed Oct 31 2007 tonyj@suse.de - Incorporate 1 more Redhat fixe post 1.6.2 - Go back to 10.2 behaviour wrt to starting in disabled state.