- incorporate backported persistent-keyring (Simo)
- incorporate Simo's backport of his persistent-keyring changes (#991148)
This commit is contained in:
parent
e6591a5194
commit
bf2b6cb4e7
10
krb5.spec
10
krb5.spec
@ -32,7 +32,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.11.3
|
Version: 1.11.3
|
||||||
Release: 9%{?dist}
|
Release: 10%{?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.11/krb5-1.11.3-signed.tar
|
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
@ -101,6 +101,9 @@ Patch134: krb5-1.11-kpasswdtest.patch
|
|||||||
Patch201: krb5-1.11.2-keycheck.patch
|
Patch201: krb5-1.11.2-keycheck.patch
|
||||||
Patch202: krb5-1.11.2-otp.patch
|
Patch202: krb5-1.11.2-otp.patch
|
||||||
|
|
||||||
|
# Patches for kernel-persistent-keyring support (backport)
|
||||||
|
Patch301: persistent_keyring.patch
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://web.mit.edu/kerberos/www/
|
URL: http://web.mit.edu/kerberos/www/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -329,6 +332,8 @@ ln -s NOTICE LICENSE
|
|||||||
%patch201 -p1 -b .keycheck
|
%patch201 -p1 -b .keycheck
|
||||||
%patch202 -p1 -b .otp
|
%patch202 -p1 -b .otp
|
||||||
|
|
||||||
|
%patch301 -p1 -b .persistent-keyring
|
||||||
|
|
||||||
# Take the execute bit off of documentation.
|
# Take the execute bit off of documentation.
|
||||||
chmod -x doc/krb5-protocol/*.txt
|
chmod -x doc/krb5-protocol/*.txt
|
||||||
|
|
||||||
@ -911,6 +916,9 @@ exit 0
|
|||||||
%{_sbindir}/uuserver
|
%{_sbindir}/uuserver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 6 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.3-10
|
||||||
|
- incorporate Simo's backport of his persistent-keyring changes (#991148)
|
||||||
|
|
||||||
* Fri Aug 23 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.3-9
|
* Fri Aug 23 2013 Nalin Dahyabhai <nalin@redhat.com> 1.11.3-9
|
||||||
- take another stab at accounting for UnversionedDocdirs for the -libs
|
- take another stab at accounting for UnversionedDocdirs for the -libs
|
||||||
subpackage (spotted by ssorce)
|
subpackage (spotted by ssorce)
|
||||||
|
2797
persistent_keyring.patch
Normal file
2797
persistent_keyring.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user