From f69a559e6ca29c552aa399df2f6378c8da6dafee Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 5 Jun 2013 14:31:59 +0200 Subject: [PATCH] Relax pytdb requirement --- libldb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libldb.spec b/libldb.spec index ad0a3a8..4d8a38f 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 - 1.1.15-3 +- Relax pytdb requirement + * Thu Feb 07 2013 Jakub Hrozek - 1.1.15-2 - The 1.1.15 rebase obsoletes the patch from 1.1.14-2