From 7c9c701854dd3c2e805fddc934ec2fc76b723b6b169cfadba4cc92172298c339 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 8 May 2007 22:57:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=3 --- audit-libs-python.spec | 2 +- audit.changes | 5 +++++ audit.spec | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) 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