[sssd/f15] Rebuild with explicit dependency on libldb

Stephen Gallagher sgallagh at fedoraproject.org
Fri Sep 2 18:49:28 UTC 2011


commit d3c718efd374abad663d4a6b060f0fd7cbcc796d
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Sep 2 14:49:13 2011 -0400

    Rebuild with explicit dependency on libldb

 sssd.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index 7161e7a..7441bc4 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -5,11 +5,11 @@
 
 # Determine the location of the LDB modules directory
 %global ldb_modulesdir %(pkg-config --variable=modulesdir ldb)
-%global ldb_version 1.0.0
+%global ldb_version 1.0.0-3
 
 Name: sssd
 Version: 1.5.13
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -21,7 +21,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Dependencies ###
 
-Requires: libldb = %{ldb_version}
+Requires: libldb >= %{ldb_version}
 Requires: libtdb >= 1.1.3
 Requires: sssd-client = %{version}-%{release}
 Requires: libipa_hbac = %{version}-%{release}
@@ -351,6 +351,9 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
+* Mon Sep 02 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.13-1.2
+- Rebuild with explicit dependency on libldb
+
 * Mon Aug 29 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.13-1.1
 - Rebuild against fixed libtevent version
 


More information about the scm-commits mailing list