From 2549f4d05ac0c132ad28a5d77e43c0f716730fbc513e7d8c60efba89347c8384 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 8 Jan 2009 17:39:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnscd?expand=0&rev=4 --- libnscd.changes | 5 +++++ libnscd.spec | 27 +++++++++++++++++++++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/libnscd.changes b/libnscd.changes index 942d3ee..2a217e0 100644 --- a/libnscd.changes +++ b/libnscd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 7 12:34:56 CET 2009 - olh@suse.de + +- obsolete old -XXbit packages (bnc#437293) + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/libnscd.spec b/libnscd.spec index 55226c4..fda6026 100644 --- a/libnscd.spec +++ b/libnscd.spec @@ -1,10 +1,17 @@ # # spec file for package libnscd (Version 2.0.2) # -# 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. +# 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 +# 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,13 @@ Name: libnscd License: LGPL v2.1 only Group: System/Libraries AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: libnscd-64bit +%endif +# Version: 2.0.2 -Release: 72 +Release: 106 Summary: Library to Allow Applications to Communicate with nscd Source: libnscd-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,6 +46,11 @@ Summary: Include Files and Libraries for Development. Group: Development/Libraries/C and C++ Requires: libnscd = %{version} AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: libnscd-devel-64bit +%endif +# %description devel This package contains all necessary include files and libraries needed @@ -76,6 +93,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/nscd_flush_cache.3* %changelog +* Wed Jan 07 2009 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