From e10a1c62946ef020b2d9726f7b3e66c727a67d96df8a41c4dcb414a18456ea25 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 2 Nov 2008 14:33:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=21 --- audit-secondary.spec | 2 +- audit.changes | 5 +++++ audit.spec | 14 ++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/audit-secondary.spec b/audit-secondary.spec index 979ee62..189a26e 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -26,7 +26,7 @@ Summary: Python Bindings for libaudit License: GPL v2 or later Group: System/Monitoring Version: 1.7.7 -Release: 1 +Release: 2 Url: http://people.redhat.com/sgrubb/audit/ Source0: audit-%{version}.tar.bz2 Patch0: audit-no_sca.patch diff --git a/audit.changes b/audit.changes index 2b5291f..cd34d93 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 30 12:34:56 CET 2008 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Fri Sep 26 23:27:59 CEST 2008 - tonyj@suse.de diff --git a/audit.spec b/audit.spec index b2c580d..5ff2332 100644 --- a/audit.spec +++ b/audit.spec @@ -22,7 +22,7 @@ Name: audit BuildRequires: gcc-c++ tcpd-devel Summary: User Space Tools for 2.6 Kernel Auditing Version: 1.7.7 -Release: 1 +Release: 2 License: GPL v2 or later Group: System/Monitoring Url: http://people.redhat.com/sgrubb/audit/ @@ -52,6 +52,14 @@ Authors: Summary: Dynamic library for libaudit License: GPL v2 or later Group: System/Monitoring +# bug437293 +%ifarch ppc64 +Obsoletes: audit-libs-64bit +%endif +%ifarch %ix86 ppc +Obsoletes: audit-libs-32bit +%endif +# %description libs The audit-libs package contains the dynamic libraries needed for @@ -214,6 +222,8 @@ fi %attr(755,root,root) /usr/bin/ausyscall %changelog +* Thu Oct 30 2008 olh@suse.de +- obsolete old -XXbit packages (bnc#437293) * Sat Sep 27 2008 tonyj@suse.de - Update from 1.7.4 to 1.7.7. GSS support disabled for present - Redhat changelog for 1.7.5 - 1.7.7 follows: @@ -394,7 +404,7 @@ fi * Wed Nov 29 2006 tonyj@suse.de - Upgrade to 1.2.9 (drop several patches which are now upstream) - Move to using /etc/audit directory for config files -* Fri Sep 01 2006 tonyj@suse.de +* Thu Aug 31 2006 tonyj@suse.de - Upgrade to 1.2.6-1 * Sat Aug 26 2006 olh@suse.de - do not define __KERNEL__ in userland apps