[sssd/f14/master] - Remove requirement on krb5-devel 1.9

Stephen Gallagher sgallagh at fedoraproject.org
Thu Jan 27 20:19:56 UTC 2011


commit 962d929572463142246d3128413358b62f3b85bb
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Jan 27 15:19:47 2011 -0500

    - Remove requirement on krb5-devel 1.9

 sssd.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index d63ac7e..2b6a6eb 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -5,7 +5,7 @@
 
 Name: sssd
 Version: 1.5.1
-Release: 2%{?dist}
+Release: 2.1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -21,7 +21,6 @@ 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
 Requires(postun): initscripts chkconfig /sbin/ldconfig
@@ -62,7 +61,7 @@ BuildRequires: pcre-devel
 BuildRequires: libxslt
 BuildRequires: libxml2
 BuildRequires: docbook-style-xsl
-BuildRequires: krb5-devel >= 1.9
+BuildRequires: krb5-devel
 BuildRequires: c-ares-devel
 BuildRequires: python-devel
 BuildRequires: check-devel
@@ -253,6 +252,9 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Thu Jan 27 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.1-2.1
+- Remove requirement on krb5-devel 1.9
+
 * 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


More information about the scm-commits mailing list