From c430745262dba3a52dad3c0e7f1f02ee396c97a1 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 24 May 2010 20:07:09 +0000 Subject: [PATCH] - make krb5-server-ldap also depend on the same version-release of krb5-libs, as the other subpackages do, if only to make it clearer than it is when we just do it through krb5-server --- krb5.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/krb5.spec b/krb5.spec index f94f52e..f67f27d 100644 --- a/krb5.spec +++ b/krb5.spec @@ -123,6 +123,7 @@ NOT install this package). Group: System Environment/Daemons Summary: The LDAP storage plugin for the Kerberos 5 KDC Requires: %{name}-server = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description server-ldap Kerberos is a network authentication system. The krb5-server package @@ -624,6 +625,11 @@ exit 0 %{_sbindir}/uuserver %changelog +* Mon May 24 2010 Nalin Dahyabhai +- make krb5-server-ldap also depend on the same version-release of krb5-libs, + as the other subpackages do, if only to make it clearer than it is when we + just do it through krb5-server + * Tue May 18 2010 Nalin Dahyabhai 1.8.1-5 - add patch to correct GSSAPI library null pointer dereference which could be triggered by malformed client requests (CVE-2010-1321, #582466)