diff --git a/krb5-doc.spec b/krb5-doc.spec index a5d9efc..f7e1774 100644 --- a/krb5-doc.spec +++ b/krb5-doc.spec @@ -13,7 +13,7 @@ Name: krb5-doc BuildRequires: ghostscript-library latex2html texlive Version: 1.6.3 -Release: 1 +Release: 8 %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 e5f53c1..450fc6e 100644 --- a/krb5-plugins.spec +++ b/krb5-plugins.spec @@ -13,7 +13,7 @@ Name: krb5-plugins Version: 1.6.3 -Release: 1 +Release: 2 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 a53f383..4b9d5d1 100644 --- a/krb5.changes +++ b/krb5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 6 13:53:17 CET 2007 - mc@suse.de + +- add coreutils to PreReq + ------------------------------------------------------------------- Tue Oct 23 10:24:25 CEST 2007 - mc@suse.de diff --git a/krb5.spec b/krb5.spec index 91bbdd5..660a918 100644 --- a/krb5.spec +++ b/krb5.spec @@ -12,7 +12,7 @@ Name: krb5 Version: 1.6.3 -Release: 1 +Release: 4 BuildRequires: bison libcom_err-devel ncurses-devel %if %{suse_version} > 1010 BuildRequires: keyutils keyutils-devel @@ -52,7 +52,7 @@ Patch31: krb5-1.6-ldap-man.dif Patch32: krb5-1.4.3-enospc.dif Patch33: krb5-1.3.3-rcp-markus.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: mktemp, grep, /bin/touch +PreReq: mktemp, grep, /bin/touch, coreutils %description Kerberos V5 is a trusted-third-party network authentication system, @@ -235,7 +235,6 @@ make %{?jobs:-j%jobs} #make check %install -rm -rf %{buildroot} cd src make DESTDIR=%{buildroot} install cd .. @@ -520,6 +519,8 @@ rm -rf %{buildroot} %{_mandir}/man1/krb5-send-pr.1* %{_mandir}/man1/krb5-config.1* %changelog +* Tue Nov 06 2007 - mc@suse.de +- add coreutils to PreReq * Tue Oct 23 2007 - mc@suse.de - update to krb5 version 1.6.3 * fix CVE-2007-3999, CVE-2007-4743 svc_auth_gss.c buffer overflow