Relax pytdb requirement
This commit is contained in:
parent
2843dc3c67
commit
f69a559e6c
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: libldb
|
Name: libldb
|
||||||
Version: 1.1.15
|
Version: 1.1.15
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: A schema-less, ldap like, API and database
|
Summary: A schema-less, ldap like, API and database
|
||||||
Requires: libtalloc >= %{talloc_version}
|
Requires: libtalloc >= %{talloc_version}
|
||||||
@ -71,7 +71,7 @@ Header files needed to develop programs that link against the LDB library.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Python bindings for the LDB library
|
Summary: Python bindings for the LDB library
|
||||||
Requires: libldb = %{version}-%{release}
|
Requires: libldb = %{version}-%{release}
|
||||||
Requires: python-tdb = %{tdb_version}
|
Requires: python-tdb >= %{tdb_version}
|
||||||
|
|
||||||
%description -n pyldb
|
%description -n pyldb
|
||||||
Python bindings for the LDB library
|
Python bindings for the LDB library
|
||||||
@ -177,6 +177,9 @@ rm -rf %{buildroot}
|
|||||||
%postun -n pyldb -p /sbin/ldconfig
|
%postun -n pyldb -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 05 2013 Jakub Hrozek <jhrozek@redhat.com> - 1.1.15-3
|
||||||
|
- Relax pytdb requirement
|
||||||
|
|
||||||
* Thu Feb 07 2013 Jakub Hrozek <jhrozek@redhat.com> - 1.1.15-2
|
* Thu Feb 07 2013 Jakub Hrozek <jhrozek@redhat.com> - 1.1.15-2
|
||||||
- The 1.1.15 rebase obsoletes the patch from 1.1.14-2
|
- The 1.1.15 rebase obsoletes the patch from 1.1.14-2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user