[krb5] start moving to 1.11

Nalin Dahyabhai nalin at fedoraproject.org
Fri Nov 16 18:08:31 UTC 2012


commit 6baa28a80d04932923491380e2d5a68ee91409d7
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Nov 15 15:01:13 2012 -0500

    start moving to 1.11

 krb5-1.10.2-pam.patch => krb5-1.11-pam.patch |    4 ++--
 krb5.spec                                    |   14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/krb5-1.10.2-pam.patch b/krb5-1.11-pam.patch
similarity index 99%
rename from krb5-1.10.2-pam.patch
rename to krb5-1.11-pam.patch
index 4d7c054..55c3ddf 100644
--- a/krb5-1.10.2-pam.patch
+++ b/krb5-1.11-pam.patch
@@ -742,8 +742,8 @@ diff -up krb5-1.8/src/configure.in.pam krb5-1.8/src/configure.in
 --- krb5-1.8/src/configure.in.pam	2009-12-31 18:13:56.000000000 -0500
 +++ krb5-1.8/src/configure.in	2010-03-05 10:48:08.000000000 -0500
 @@ -1051,6 +1051,8 @@ if test "$ac_cv_lib_socket" = "yes" -a "
- AC_SUBST([VERTO_LIBS])
- AC_SUBST([VERTO_VERSION])
+ 
+ AC_PATH_PROG(GROFF, groff)
  
 +KRB5_WITH_PAM
 +
diff --git a/krb5.spec b/krb5.spec
index c0eca02..9c3599e 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -28,12 +28,12 @@
 
 Summary: The Kerberos network authentication system
 Name: krb5
-Version: 1.10.3
-Release: 7%{?dist}
+Version: 1.11
+Release: 0%{?dist}.alpha1.0
 # Maybe we should explode from the now-available-to-everybody tarball instead?
-# http://web.mit.edu/kerberos/dist/krb5/1.10/krb5-1.10.3-signed.tar
-Source0: krb5-%{version}.tar.gz
-Source1: krb5-%{version}.tar.gz.asc
+# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11-alpha1-signed.tar
+Source0: krb5-%{version}-alpha1.tar.gz
+Source1: krb5-%{version}-alpha1.tar.gz.asc
 Source2: kprop.service
 Source4: kadmin.service
 Source5: krb5kdc.service
@@ -68,7 +68,7 @@ Patch30: krb5-1.3.4-send-pr-tempfile.patch
 Patch39: krb5-1.8-api.patch
 Patch56: krb5-1.10-doublelog.patch
 Patch59: krb5-1.10-kpasswd_tcp.patch
-Patch60: krb5-1.10.2-pam.patch
+Patch60: krb5-1.11-pam.patch
 Patch61: krb5-1.10.2-manpaths.patch
 Patch63: krb5-1.10.2-selinux-label.patch
 Patch71: krb5-1.9-dirsrv-accountlock.patch
@@ -250,7 +250,7 @@ to obtain initial credentials from a KDC using a private key and a
 certificate.
 
 %prep
-%setup -q -a 23
+%setup -q -a 23 -n %{name}-%{version}-alpha1
 ln -s NOTICE LICENSE
 
 %patch60 -p1 -b .pam


More information about the scm-commits mailing list