From ad776485c597618d302e0dd5cea3b7a369b8a59cf25821d52bcbbf1d92a5e924 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 8 Jan 2009 13:32:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=15 --- libzio.changes | 5 +++++ libzio.spec | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/libzio.changes b/libzio.changes index 875e47a..4dd0730 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 7 12:34:56 CET 2009 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Tue Nov 11 16:54:24 CET 2008 - ro@suse.de diff --git a/libzio.spec b/libzio.spec index 07fb92e..bfa25e4 100644 --- a/libzio.spec +++ b/libzio.spec @@ -1,7 +1,7 @@ # # spec file for package libzio (Version 0.9) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,8 +29,13 @@ BuildRequires: lzma lzma-devel License: GPL v2 or later Group: System/Libraries AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: libzio-64bit +%endif +# Version: 0.9 -Release: 4 +Release: 5 Summary: A Library for Accessing Compressed Text Files BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: libzio-%{version}.tar.bz2 @@ -52,6 +57,11 @@ Summary: Libzio development files Group: System/Libraries Requires: libzio = %{version} AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: libzio-devel-64bit +%endif +# %description devel Libzio development files including zio.h, the manual page fzopen(3), @@ -107,6 +117,8 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} /usr/include/zio.h %changelog +* Wed Jan 07 2009 olh@suse.de +- obsolete old -XXbit packages (bnc#437293) * Tue Nov 11 2008 ro@suse.de - SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf * Thu Oct 16 2008 werner@suse.de