summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-09-25 11:26:19 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-09-25 11:26:19 -0400
commita375099fe18d1f2500d870a6ee3ac50bed4c1875 (patch)
treec03ba2e5adeccd7243e30f361e038b28813e8573
parent3bc9a0ec21df226b5ba0d9351a9869b44142636c (diff)
downloadkrb5-a375099fe18d1f2500d870a6ee3ac50bed4c1875.tar.gz
krb5-a375099fe18d1f2500d870a6ee3ac50bed4c1875.tar.xz
krb5-a375099fe18d1f2500d870a6ee3ac50bed4c1875.zip
add missing dependency on newer keyutils-libskrb5-1.11.3-17.fc21krb5-1.11.3-17.fc20
- add missing dependency on newer keyutils-libs (#1012034)
-rw-r--r--krb5.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/krb5.spec b/krb5.spec
index e89af70..693c6b8 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -41,7 +41,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.11.3
-Release: 16%{?dist}
+Release: 17%{?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.3-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -203,8 +203,9 @@ Group: System Environment/Libraries
# Some of the older libsmbclient builds here incorrectly called
# krb5_locate_kdc(), which was mistakenly exported in 1.9.
Conflicts: libsmbclient < 3.5.10-124
-Requires(triggerun): awk, coreutils, grep, sed
%endif
+Requires: awk, coreutils, grep, sed
+Requires: keyutils-libs >= 1.5.6-2
%description libs
Kerberos is a network authentication system. The krb5-libs package
@@ -988,6 +989,9 @@ exit 0
%{_sbindir}/uuserver
%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
- 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)