Update to 1.12 final
This commit is contained in:
parent
93ae18a6c5
commit
3a1e355f38
3
.gitignore
vendored
3
.gitignore
vendored
@ -101,3 +101,6 @@ krb5-1.8.3-pdf.tar.gz
|
|||||||
/krb5-1.12-beta2.tar.gz
|
/krb5-1.12-beta2.tar.gz
|
||||||
/krb5-1.12-beta2.tar.gz.asc
|
/krb5-1.12-beta2.tar.gz.asc
|
||||||
/krb5-1.12-beta2-pdf.tar.xz
|
/krb5-1.12-beta2-pdf.tar.xz
|
||||||
|
/krb5-1.12.tar.gz
|
||||||
|
/krb5-1.12.tar.gz.asc
|
||||||
|
/krb5-1.12-pdf.tar.xz
|
||||||
|
15
krb5.spec
15
krb5.spec
@ -41,15 +41,15 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 0%{?dist}.beta2.0
|
Release: 1%{?dist}
|
||||||
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
||||||
# http://web.mit.edu/kerberos/dist/krb5/1.12/krb5-1.12-beta2-signed.tar
|
# http://web.mit.edu/kerberos/dist/krb5/1.12/krb5-1.12-signed.tar
|
||||||
Source0: krb5-%{version}-beta2.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
Source1: krb5-%{version}-beta2.tar.gz.asc
|
Source1: krb5-%{version}.tar.gz.asc
|
||||||
# Use a dummy krb5-%{version}-pdf.tar.xz the first time through, then
|
# Use a dummy krb5-%{version}-pdf.tar.xz the first time through, then
|
||||||
# tar cvJf $RPM_SOURCE_DIR/krb5-%%{version}-pdf.tar.xz build-pdf/*.pdf
|
# tar cvJf $RPM_SOURCE_DIR/krb5-%%{version}-pdf.tar.xz build-pdf/*.pdf
|
||||||
# after the build phase finishes.
|
# after the build phase finishes.
|
||||||
Source3: krb5-%{version}-beta2-pdf.tar.xz
|
Source3: krb5-%{version}-pdf.tar.xz
|
||||||
Source2: kprop.service
|
Source2: kprop.service
|
||||||
Source4: kadmin.service
|
Source4: kadmin.service
|
||||||
Source5: krb5kdc.service
|
Source5: krb5kdc.service
|
||||||
@ -281,7 +281,7 @@ to obtain initial credentials from a KDC using a private key and a
|
|||||||
certificate.
|
certificate.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-beta2 -a 3 -a 100
|
%setup -q -a 3 -a 100
|
||||||
ln -s NOTICE LICENSE
|
ln -s NOTICE LICENSE
|
||||||
|
|
||||||
%patch60 -p1 -b .pam
|
%patch60 -p1 -b .pam
|
||||||
@ -954,6 +954,9 @@ exit 0
|
|||||||
%{_sbindir}/uuserver
|
%{_sbindir}/uuserver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 11 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.12-1
|
||||||
|
- update to 1.12 final
|
||||||
|
|
||||||
* Mon Dec 2 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.12-beta2.0
|
* Mon Dec 2 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.12-beta2.0
|
||||||
- update to beta2
|
- update to beta2
|
||||||
- drop obsolete backports for storing KDC time offsets and expiration times
|
- drop obsolete backports for storing KDC time offsets and expiration times
|
||||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
|||||||
a57f18b52d7c4003597149a6bf234eaf krb5-1.12-beta2.tar.gz
|
e8220e2a4f650e94758d6a39eea4d8c8 krb5-1.12.tar.gz
|
||||||
c2ec45e0d4716c2c7b5fee439c518574 krb5-1.12-beta2.tar.gz.asc
|
a09703f6f7c26988be30abd1d4cd7515 krb5-1.12.tar.gz.asc
|
||||||
a180d63232603651ce1cedb5f216b388 krb5-1.12-beta2-pdf.tar.xz
|
6d7338dbcae212a54b8e938f4a4afad7 krb5-1.12-pdf.tar.xz
|
||||||
0d676f5babfc3c5f9e685d6538850021 nss_wrapper-0.0-20130719153839Z.git6cb59864.bz2
|
0d676f5babfc3c5f9e685d6538850021 nss_wrapper-0.0-20130719153839Z.git6cb59864.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user