add missing dependency on newer keyutils-libs
- add missing dependency on newer keyutils-libs (#1012034)
This commit is contained in:
parent
3bc9a0ec21
commit
a375099fe1
@ -41,7 +41,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: 16%{?dist}
|
Release: 17%{?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
|
||||||
@ -203,8 +203,9 @@ Group: System Environment/Libraries
|
|||||||
# Some of the older libsmbclient builds here incorrectly called
|
# Some of the older libsmbclient builds here incorrectly called
|
||||||
# krb5_locate_kdc(), which was mistakenly exported in 1.9.
|
# krb5_locate_kdc(), which was mistakenly exported in 1.9.
|
||||||
Conflicts: libsmbclient < 3.5.10-124
|
Conflicts: libsmbclient < 3.5.10-124
|
||||||
Requires(triggerun): awk, coreutils, grep, sed
|
|
||||||
%endif
|
%endif
|
||||||
|
Requires: awk, coreutils, grep, sed
|
||||||
|
Requires: keyutils-libs >= 1.5.6-2
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
Kerberos is a network authentication system. The krb5-libs package
|
Kerberos is a network authentication system. The krb5-libs package
|
||||||
@ -988,6 +989,9 @@ exit 0
|
|||||||
%{_sbindir}/uuserver
|
%{_sbindir}/uuserver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 25 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-17
|
||||||
|
- add missing dependency on newer keyutils-libs (#1012034)
|
||||||
|
|
||||||
* Tue Sep 24 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-16
|
* Tue Sep 24 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-16
|
||||||
- back out setting default_ccache_name to the new default for now, resetting
|
- back out setting default_ccache_name to the new default for now, resetting
|
||||||
it to the old default while the kernel/keyutils bits get sorted (sgallagh)
|
it to the old default while the kernel/keyutils bits get sorted (sgallagh)
|
||||||
|
Loading…
Reference in New Issue
Block a user