From ee8ee8982af61f6eb88ef6fcf2ec3f4d23a7952caf7824a667583c4c21053754 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Dec 2008 14:37:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libaio?expand=0&rev=6 --- libaio.changes | 5 +++++ libaio.spec | 31 ++++++++++++++++++++++++++++--- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/libaio.changes b/libaio.changes index d89631e..99f0d0b 100644 --- a/libaio.changes +++ b/libaio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 4 12:34:56 CET 2008 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/libaio.spec b/libaio.spec index 2afd3b1..8f44da6 100644 --- a/libaio.spec +++ b/libaio.spec @@ -2,9 +2,16 @@ # spec file for package libaio (Version 0.3.104) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -15,8 +22,16 @@ Name: libaio License: LGPL v2.1 or later Group: System/Libraries AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: libaio-64bit +%endif +%ifarch %ix86 ppc +Obsoletes: libaio-32bit +%endif +# Version: 0.3.104 -Release: 104 +Release: 139 Summary: Linux-Native Asynchronous I/O Access Library Source: libaio-%{version}.tar.bz2 Patch1: libaio-%{version}.diff @@ -38,6 +53,14 @@ License: LGPL v2.1 or later Summary: Development Files for Linux-native Asynchronous I/O Access Group: Development/Libraries/C and C++ Requires: libaio = %{version} +# bug437293 +%ifarch ppc64 +Obsoletes: libaio-devel-64bit +%endif +%ifarch %ix86 ppc +Obsoletes: libaio-devel-32bit +%endif +# %description devel This package provides header files to include, and libraries to link @@ -77,6 +100,8 @@ ln -s ../../%{_lib}/libaio.so.1 %{buildroot}%{_libdir}/libaio.so %_libdir/libaio.so %changelog +* Thu Dec 04 2008 olh@suse.de +- obsolete old -XXbit packages (bnc#437293) * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support