From 0ceba59d87d0e3b2ecce623367b34a0dd339c1c4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 15 Oct 2010 15:03:51 -0400 Subject: Add Requires on ipa-client to ipa-admintools, ensure ipa client is configured It makes little sense to install ipa-admintools without ipa-client, require it. Also see if the client has been configured. This is a bit tricky since we have a full set of defaults. Add a new env option that gets set if at least one configuration file is loaded. ticket 213 --- ipa.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ipa.spec.in') diff --git a/ipa.spec.in b/ipa.spec.in index 46e5c35c8..4fb2ff7ee 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -153,6 +153,7 @@ this package should be installed on every client machine. Summary: IPA administrative tools Group: System Environment/Base Requires: %{name}-python = %{version}-%{release} +Requires: %{name}-client = %{version}-%{release} Requires: python-krbV Requires: python-ldap -- cgit