[krb5] update to 1.11 release

Nalin Dahyabhai nalin at fedoraproject.org
Tue Dec 18 15:38:22 UTC 2012


commit 0597014fa87ab943fe94283ca5910b0f2aa92759
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Dec 18 10:37:36 2012 -0500

    update to 1.11 release
    
    - update to the 1.11 final release
    - drop the rawbuild tag from a couple of patches which we don't actually
      need to apply to get things to compile the way the package expects

 .gitignore |    2 ++
 krb5.spec  |   18 +++++++++++-------
 sources    |    4 ++--
 3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f68ea7..f2bb2e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,3 +81,5 @@ krb5-1.8.3-pdf.tar.gz
 /krb5-1.11-beta1.tar.gz.asc
 /krb5-1.11-beta2.tar.gz
 /krb5-1.11-beta2.tar.gz.asc
+/krb5-1.11.tar.gz
+/krb5-1.11.tar.gz.asc
diff --git a/krb5.spec b/krb5.spec
index f0968cb..eb515cd 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -24,16 +24,17 @@
 %else
 %global WITH_SYSTEMD 0
 %endif
+# Set this so that find-lang.sh will recognize the .po files.
 %global gettext_domain mit-krb5
 
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.11
-Release: 0%{?dist}.beta2.0
+Release: 1%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
-# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11-beta2-signed.tar
-Source0: krb5-%{version}-beta2.tar.gz
-Source1: krb5-%{version}-beta2.tar.gz.asc
+# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11-signed.tar
+Source0: krb5-%{version}.tar.gz
+Source1: krb5-%{version}.tar.gz.asc
 Source2: kprop.service
 Source4: kadmin.service
 Source5: krb5kdc.service
@@ -257,7 +258,7 @@ to obtain initial credentials from a KDC using a private key and a
 certificate.
 
 %prep
-%setup -q -n %{name}-%{version}-beta2
+%setup -q -n %{name}-%{version}
 ln -s NOTICE LICENSE
 
 %patch60 -p1 -b .pam
@@ -270,9 +271,9 @@ ln -s NOTICE LICENSE
 %patch16 -p1 -b .buildconf %{?_rawbuild}
 %patch23 -p1 -b .dns %{?_rawbuild}
 %patch29 -p1 -b .kprop-mktemp
-%patch30 -p1 -b .send-pr-tempfile %{?_rawbuild}
+%patch30 -p1 -b .send-pr-tempfile
 %patch39 -p1 -b .api
-%patch56 -p1 -b .doublelog %{?_rawbuild}
+%patch56 -p1 -b .doublelog
 %patch59 -p1 -b .kpasswd_tcp
 %patch71 -p1 -b .dirsrv-accountlock %{?_rawbuild}
 #%patch75 -p1 -b .pkinit-debug
@@ -790,6 +791,9 @@ exit 0
 %{_sbindir}/uuserver
 
 %changelog
+* Tue Dec 18 2012 Nalin Dahyabhai <nalin at redhat.com> 1.11-1
+- update to 1.11 release
+
 * Thu Dec 13 2012 Nalin Dahyabhai <nalin at redhat.com> 1.11-0.beta2.0
 - update to 1.11 beta 2
 
diff --git a/sources b/sources
index d8980c3..63c1c34 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f37c22a9c53cb7c12ca7b7ff6e42eb93  krb5-1.11-beta2.tar.gz
-9f55083ef501d56ea400cc9437742792  krb5-1.11-beta2.tar.gz.asc
+7a73b849ced0db9dd2ed06dea9bb1972  krb5-1.11.tar.gz
+d8bf98a15d37105b5a8e14c5e2dbe53e  krb5-1.11.tar.gz.asc


More information about the scm-commits mailing list