From 4da4b4f6fac55fffbb019821eb501a42a67e1564b20f89afe1630c136caf36ec Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 14 Jan 2009 16:54:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krb5?expand=0&rev=40 --- krb5-doc.spec | 4 ++-- krb5-plugins.spec | 4 ++-- krb5.changes | 5 +++++ krb5.spec | 8 ++++++-- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/krb5-doc.spec b/krb5-doc.spec index d54bbd6..b3ac526 100644 --- a/krb5-doc.spec +++ b/krb5-doc.spec @@ -1,7 +1,7 @@ # # spec file for package krb5-doc (Version 1.6.3) # -# 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 @@ -21,7 +21,7 @@ Name: krb5-doc BuildRequires: ghostscript-library latex2html texlive Version: 1.6.3 -Release: 132 +Release: 133 %define srcRoot krb5-1.6.3 Summary: MIT Kerberos5 Implementation--Documentation License: X11/MIT diff --git a/krb5-plugins.spec b/krb5-plugins.spec index daab456..37de0d7 100644 --- a/krb5-plugins.spec +++ b/krb5-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package krb5-plugins (Version 1.6.3) # -# 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 @@ -21,7 +21,7 @@ Name: krb5-plugins Version: 1.6.3 -Release: 15 +Release: 16 BuildRequires: bison krb5-devel ncurses-devel openldap2-devel %define srcRoot krb5-1.6.3 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/ diff --git a/krb5.changes b/krb5.changes index 1163172..2e02c10 100644 --- a/krb5.changes +++ b/krb5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 14 09:21:36 CET 2009 - olh@suse.de + +- obsolete also old heimdal-lib-XXbit and heimdal-devel-XXbit + ------------------------------------------------------------------- Thu Dec 11 14:12:57 CET 2008 - mc@suse.de diff --git a/krb5.spec b/krb5.spec index 8f1289d..7d33cae 100644 --- a/krb5.spec +++ b/krb5.spec @@ -1,7 +1,7 @@ # # spec file for package krb5 (Version 1.6.3) # -# 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 @@ -20,7 +20,7 @@ Name: krb5 Version: 1.6.3 -Release: 84 +Release: 85 BuildRequires: bison libcom_err-devel ncurses-devel %if %{suse_version} > 1010 BuildRequires: keyutils keyutils-devel @@ -32,6 +32,7 @@ Provides: heimdal-lib Obsoletes: heimdal-lib # bug437293 %ifarch ppc64 +Obsoletes: heimdal-lib-64bit Obsoletes: krb5-64bit %endif # @@ -155,6 +156,7 @@ Provides: heimdal-tools-devel, heimdal-devel Obsoletes: heimdal-tools-devel, heimdal-devel # bug437293 %ifarch ppc64 +Obsoletes: heimdal-devel-64bit Obsoletes: krb5-devel-64bit %endif # @@ -573,6 +575,8 @@ rm -rf %{buildroot} %{_mandir}/man1/krb5-config.1* %changelog +* Wed Jan 14 2009 olh@suse.de +- obsolete also old heimdal-lib-XXbit and heimdal-devel-XXbit * Thu Dec 11 2008 mc@suse.de - do not query IPv6 addresses if no IPv6 address exists on this host [bnc#449143]