[libldb/f18] Relax pytdb requirement

asn asn at fedoraproject.org
Wed Jul 3 11:46:53 UTC 2013


commit d9678cb2fa4aedb41b3343f119a513f2b78ee557
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Wed Jun 5 14:31:59 2013 +0200

    Relax pytdb requirement

 libldb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libldb.spec b/libldb.spec
index 7d01683..aa9198a 100644
--- a/libldb.spec
+++ b/libldb.spec
@@ -9,7 +9,7 @@
 
 Name: libldb
 Version: 1.1.15
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Libraries
 Summary: A schema-less, ldap like, API and database
 Requires: libtalloc >= %{talloc_version}
@@ -71,7 +71,7 @@ Header files needed to develop programs that link against the LDB library.
 Group: Development/Libraries
 Summary: Python bindings for the LDB library
 Requires: libldb = %{version}-%{release}
-Requires: python-tdb = %{tdb_version}
+Requires: python-tdb >= %{tdb_version}
 
 %description -n pyldb
 Python bindings for the LDB library
@@ -177,6 +177,9 @@ rm -rf %{buildroot}
 %postun -n pyldb -p /sbin/ldconfig
 
 %changelog
+* Wed Jun 05 2013 Jakub Hrozek <jhrozek at redhat.com> - 1.1.15-3
+- Relax pytdb requirement
+
 * Thu Feb 07 2013 Jakub Hrozek <jhrozek at redhat.com> - 1.1.15-2
 - libldb 1.1.15 Requires the latest talloc
 


More information about the scm-commits mailing list