diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-03 10:24:15 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-03 10:26:20 -0500 |
commit | 2f8ec2a1f97ea04010c1582ffd42c0e0ee06fcc9 (patch) | |
tree | b22bf05f619706568002ab737f7f0bcbbc290612 /contrib | |
parent | a79b644d178fcfbde0fe0b13a31fb13bbfc80004 (diff) | |
download | sssd-2f8ec2a1f97ea04010c1582ffd42c0e0ee06fcc9.tar.gz sssd-2f8ec2a1f97ea04010c1582ffd42c0e0ee06fcc9.tar.xz sssd-2f8ec2a1f97ea04010c1582ffd42c0e0ee06fcc9.zip |
Add Requires: cyrus-sasl-gssapi
This is needed by LDAP GSSAPI binds.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 882564864..add2b59ed 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -19,6 +19,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: libldb >= 0.9.3 Requires: libtdb >= 1.1.3 Requires: sssd-client = @PACKAGE_VERSION@ +Requires: cyrus-sasl-gssapi Requires(post): python Requires(preun): initscripts chkconfig Requires(postun): /sbin/service |