diff --git a/krb5-doc.spec b/krb5-doc.spec index 7e5e67f..934e54a 100644 --- a/krb5-doc.spec +++ b/krb5-doc.spec @@ -1,7 +1,7 @@ # # spec file for package krb5-doc (Version 1.5.1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 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. # @@ -13,7 +13,7 @@ Name: krb5-doc BuildRequires: ghostscript-library latex2html te_ams Version: 1.5.1 -Release: 20 +Release: 35 %define srcRoot krb5-1.5.1 Summary: MIT Kerberos5 Implementation--Documentation License: X11/MIT diff --git a/krb5.changes b/krb5.changes index bb4aa47..f85adf9 100644 --- a/krb5.changes +++ b/krb5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 2 14:53:33 CET 2007 - mc@suse.de + +- Fix Requires in krb5-devel + [Bug #231008] + ------------------------------------------------------------------- Mon Nov 6 11:49:39 CET 2006 - mc@suse.de diff --git a/krb5.spec b/krb5.spec index d292402..c23d523 100644 --- a/krb5.spec +++ b/krb5.spec @@ -1,7 +1,7 @@ # # spec file for package krb5 (Version 1.5.1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 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. # @@ -12,7 +12,7 @@ Name: krb5 Version: 1.5.1 -Release: 17 +Release: 26 BuildRequires: libcom_err %define srcRoot krb5-1.5.1 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/ @@ -106,7 +106,7 @@ Authors: Summary: MIT Kerberos5 - Include Files and Libraries Group: Development/Libraries/C and C++ PreReq: %{name} = %{version} -Requires: e2fsprogs-devel +Requires: libcom_err Provides: heimdal-tools-devel, heimdal-devel Obsoletes: heimdal-tools-devel, heimdal-devel @@ -480,6 +480,9 @@ rm -rf %{buildroot} %{_mandir}/man1/krb5-config.1* %changelog -n krb5 +* Tue Jan 02 2007 - mc@suse.de +- Fix Requires in krb5-devel + [Bug #231008] * Mon Nov 06 2006 - mc@suse.de - fix "local variable used before set" [#217692] - fix strncat warning