diff --git a/.gitignore b/.gitignore index 6129221..ff1002d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ldb-1.1.17.tar.gz +SOURCES/ldb-1.1.20.tar.gz diff --git a/.libldb.metadata b/.libldb.metadata index 73a3c50..264fbb1 100644 --- a/.libldb.metadata +++ b/.libldb.metadata @@ -1 +1 @@ -d540459c585935788a996828c3b9cd797e740ea6 SOURCES/ldb-1.1.17.tar.gz +f0419faf576b425775b52b46bd42875e0bd84e77 SOURCES/ldb-1.1.20.tar.gz diff --git a/SPECS/libldb.spec b/SPECS/libldb.spec index 0d4c611..e7582f8 100644 --- a/SPECS/libldb.spec +++ b/SPECS/libldb.spec @@ -3,13 +3,13 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif -%define talloc_version 2.0.8 -%define tdb_version 1.3.0 -%define tevent_version 0.9.17 +%define talloc_version 2.1.2 +%define tdb_version 1.3.5 +%define tevent_version 0.9.24 Name: libldb -Version: 1.1.17 -Release: 2%{?dist} +Version: 1.1.20 +Release: 1%{?dist} Group: Development/Libraries Summary: A schema-less, ldap like, API and database Requires: libtalloc%{?_isa} >= %{talloc_version} @@ -177,6 +177,9 @@ rm -rf %{buildroot} %postun -n pyldb -p /sbin/ldconfig %changelog +* Wed Jun 3 2015 Jakub Hrozek - 1.1.20-2 +- Related: rhbz#1226047 - Rebase libldb to at least 1.1.20 in RHEL-7.2 + * Mon Nov 24 2014 Jakub Hrozek - 1.1.17-2 - Fix the minimal required tdb version - Related: rhbz#1133914 - Rebase libldb to version 1.1.17 or newer