summaryrefslogtreecommitdiffstats
path: root/krb5.spec
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-12-18 10:37:36 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-12-18 10:37:36 -0500
commit0597014fa87ab943fe94283ca5910b0f2aa92759 (patch)
tree860e5f57ec6d4cf22d1cec2809922df2c6a72a26 /krb5.spec
parent9e98fec59e6763c6c5e63b77ac5452d4684b00ab (diff)
downloadkrb5-0597014fa87ab943fe94283ca5910b0f2aa92759.tar.gz
krb5-0597014fa87ab943fe94283ca5910b0f2aa92759.tar.xz
krb5-0597014fa87ab943fe94283ca5910b0f2aa92759.zip
update to 1.11 releasekrb5-1.11-1.fc19
- 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
Diffstat (limited to 'krb5.spec')
-rw-r--r--krb5.spec18
1 files changed, 11 insertions, 7 deletions
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@redhat.com> 1.11-1
+- update to 1.11 release
+
* Thu Dec 13 2012 Nalin Dahyabhai <nalin@redhat.com> 1.11-0.beta2.0
- update to 1.11 beta 2