diff --git a/audit-libs-python.spec b/audit-libs-python.spec index cb69071..285d8fd 100644 --- a/audit-libs-python.spec +++ b/audit-libs-python.spec @@ -15,7 +15,7 @@ Name: audit-libs-python BuildRequires: audit-devel gcc-c++ pkg-config python-devel swig Summary: Python bindings for libaudit Version: 1.5.3 -Release: 1 +Release: 3 License: GNU General Public License (GPL) Group: System/Monitoring URL: http://people.redhat.com/sgrubb/audit/ diff --git a/audit.changes b/audit.changes index cc41101..eb26a55 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 7 11:24:29 CEST 2007 - rguenther@suse.de + +- Drop pkg-config BuildRequires introduced by last change. + ------------------------------------------------------------------- Wed May 2 19:08:53 CEST 2007 - tonyj@suse.de diff --git a/audit.spec b/audit.spec index 7773d23..9f672eb 100644 --- a/audit.spec +++ b/audit.spec @@ -11,10 +11,10 @@ # norootforbuild Name: audit -BuildRequires: gcc-c++ pkg-config +BuildRequires: gcc-c++ Summary: User Space Tools for 2.6 Kernel Auditing Version: 1.5.3 -Release: 1 +Release: 3 License: GNU General Public License (GPL) Group: System/Monitoring URL: http://people.redhat.com/sgrubb/audit/ @@ -197,6 +197,8 @@ fi %ghost /var/log/audit/audit.log %changelog +* Mon May 07 2007 - rguenther@suse.de +- Drop pkg-config BuildRequires introduced by last change. * Wed May 02 2007 - tonyj@suse.de - Upgrade to 1.5.3. Drop AUDITD_DISABLE_CONTEXTS from audit sysconfig * Wed Nov 29 2006 - tonyj@suse.de