diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-01-16 10:26:53 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-01-16 10:26:53 -0500 |
commit | f45ded96a64f9adebc1a3c6146f1a80b2183324d (patch) | |
tree | 6603c2e65b26b8a513090847206f197db74460d9 /ipa-client | |
parent | 4a162f6fc8d53d959dd23e1138059dd239ff5124 (diff) | |
download | freeipa-f45ded96a64f9adebc1a3c6146f1a80b2183324d.tar.gz freeipa-f45ded96a64f9adebc1a3c6146f1a80b2183324d.tar.xz freeipa-f45ded96a64f9adebc1a3c6146f1a80b2183324d.zip |
Add cyrus-sasl-gssapi as a requirement.
Diffstat (limited to 'ipa-client')
-rwxr-xr-x | ipa-client/ipa-client.spec | 2 | ||||
-rw-r--r-- | ipa-client/ipa-client.spec.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ipa-client/ipa-client.spec b/ipa-client/ipa-client.spec index 473c1db9..55d0970d 100755 --- a/ipa-client/ipa-client.spec +++ b/ipa-client/ipa-client.spec @@ -9,7 +9,7 @@ URL: http://www.freeipa.org Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python python-ldap python-krbV ipa-python +Requires: python python-ldap python-krbV ipa-python cyrus-sasl-gssapi %description IPA is a server for identity, policy, and audit. diff --git a/ipa-client/ipa-client.spec.in b/ipa-client/ipa-client.spec.in index c80b36f2..c3c7c07c 100644 --- a/ipa-client/ipa-client.spec.in +++ b/ipa-client/ipa-client.spec.in @@ -9,7 +9,7 @@ URL: http://www.freeipa.org Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python python-ldap python-krbV ipa-python +Requires: python python-ldap python-krbV ipa-python cyrus-sasl-gssapi %description IPA is a server for identity, policy, and audit. |