From dbd1f501114f9ace96fc4c9b1a2308202f4e646a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 1 Jun 2010 14:24:37 -0400 Subject: Remove Requires on separate package python-krbV in client We need the configured kerberos realm so we can clean up /etc/krb5.keytab. We have this already in /etc/ipa/default.conf so use that instead of requiring a whole other python package to do it. --- ipa.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ipa.spec.in') diff --git a/ipa.spec.in b/ipa.spec.in index 3e677e409..0e5d57577 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -130,7 +130,6 @@ Summary: IPA authentication for use on clients Group: System Environment/Base Requires: %{name}-python = %{version}-%{release} Requires: python-ldap -Requires: python-krbV Requires: cyrus-sasl-gssapi Requires: ntp Requires: krb5-workstation @@ -497,6 +496,9 @@ fi %endif %changelog +* Tue Jun 1 2010 Rob Crittenden - 1.99-22 +- Drop Requires of python-krbV on ipa-client + * Mon May 17 2010 Rob Crittenden - 1.99-21 - Load ipa_dogtag.pp in post install -- cgit