OBS User unknown
2009-01-14 16:48:52 +00:00
committed by Git OBS Bridge
parent 72d0ed2836
commit 040edc58cb
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 14 10:32:13 CET 2009 - olh@suse.de
- obsolete old cups-libs-XXbit and cups-devel-XXbit correctly
-------------------------------------------------------------------
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package cups (Version 1.3.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
@@ -30,7 +30,7 @@ License: GPL v2 or later
Group: Hardware/Printing
Summary: The Common UNIX Printing System
Version: 1.3.9
Release: 7
Release: 8
Requires: cups-libs = %{version}, cups-client = %{version}
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
Requires: util-linux /usr/bin/pdftops
@@ -113,7 +113,7 @@ Summary: Libraries for CUPS
Group: Hardware/Printing
# bug437293
%ifarch ppc64
Obsoletes: cups-devel-64bit
Obsoletes: cups-libs-64bit
%endif
#
@@ -153,6 +153,11 @@ License: GPL v2 or later
Summary: Development Environment for CUPS
Group: Development/Libraries/C and C++
Requires: %{name}-libs = %{version} openssl-devel glibc-devel krb5-devel
# bug437293
%ifarch ppc64
Obsoletes: cups-devel-64bit
%endif
#
%description devel
The Common UNIX Printing System provides a portable printing layer for
@@ -448,6 +453,8 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%{_datadir}/locale/*/cups_*
%changelog
* Wed Jan 14 2009 olh@suse.de
- obsolete old cups-libs-XXbit and cups-devel-XXbit correctly
* Wed Dec 10 2008 olh@suse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)