diff --git a/audit-secondary.spec b/audit-secondary.spec index 109c21a..ec12280 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: 4 +Release: 5 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 4da0d3b..0736ce1 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 10 12:34:56 CET 2008 - olh@suse.de + +- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade + (bnc#437293) + ------------------------------------------------------------------- Fri Dec 5 02:30:03 CET 2008 - tonyj@suse.de diff --git a/audit.spec b/audit.spec index c0adfb4..763f3db 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: 4 +Release: 5 License: GPL v2 or later Group: System/Monitoring Url: http://people.redhat.com/sgrubb/audit/ @@ -58,9 +58,6 @@ Group: System/Monitoring %ifarch ppc64 Obsoletes: audit-libs-64bit %endif -%ifarch %ix86 ppc -Obsoletes: audit-libs-32bit -%endif # %description libs @@ -226,6 +223,9 @@ fi %attr(755,root,root) /usr/bin/ausyscall %changelog +* Wed Dec 10 2008 olh@suse.de +- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade + (bnc#437293) * Fri Dec 05 2008 tonyj@suse.de - Revision to previous fix for bnc#445353. These should go into SLES11 RC1.