[sssd] - Restore Requires: cyrus-sasl-gssapi as it is not auto-detected during - rpmbuild

Stephen Gallagher sgallagh at fedoraproject.org
Thu Jan 27 19:38:22 UTC 2011


commit 7e3a2cd879557b2e52467467358d5e3a75c25774
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Jan 27 14:38:13 2011 -0500

    - Restore Requires: cyrus-sasl-gssapi as it is not auto-detected during
    - rpmbuild

 sssd.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index 4b37b37..b769ea7 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -20,6 +20,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires: libldb >= 0.9.3
 Requires: libtdb >= 1.1.3
 Requires: sssd-client = %{version}-%{release}
+Requires: cyrus-sasl-gssapi
 Requires: krb5-libs >= 1.9
 Requires(post): initscripts chkconfig /sbin/ldconfig
 Requires(preun):  initscripts chkconfig
@@ -252,6 +253,10 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Thu Jan 27 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.1-2
+- Restore Requires: cyrus-sasl-gssapi as it is not auto-detected during
+- rpmbuild
+
 * Thu Jan 27 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.1-1
 - New upstream release 1.5.1
 - Addresses CVE-2010-4341 - DoS in sssd PAM responder can prevent logins


More information about the scm-commits mailing list