From 69460576ad4e13c84597bdd03a40aebebf90cef7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 06 2019 10:54:50 +0000 Subject: import libldb-1.4.2-1.el7 --- diff --git a/.gitignore b/.gitignore index 06d6a06..9c21291 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ldb-1.3.4.tar.gz +SOURCES/ldb-1.4.2.tar.gz diff --git a/.libldb.metadata b/.libldb.metadata index 1212a3e..5d44ee3 100644 --- a/.libldb.metadata +++ b/.libldb.metadata @@ -1 +1 @@ -cd72f023545a0d181bd32546b77013f17da8376c SOURCES/ldb-1.3.4.tar.gz +2114b2fd5b350aa6b30a8fe752f6627122086839 SOURCES/ldb-1.4.2.tar.gz diff --git a/SPECS/libldb.spec b/SPECS/libldb.spec index 2e9b85f..445eb2d 100644 --- a/SPECS/libldb.spec +++ b/SPECS/libldb.spec @@ -3,12 +3,12 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif -%define talloc_version 2.1.2 -%define tdb_version 1.3.5 -%define tevent_version 0.9.24 +%define talloc_version 2.1.14 +%define tdb_version 1.3.16 +%define tevent_version 0.9.37 Name: libldb -Version: 1.3.4 +Version: 1.4.2 Release: 1%{?dist} Group: Development/Libraries Summary: A schema-less, ldap like, API and database @@ -94,6 +94,7 @@ Development files for the Python bindings for the LDB library --bundled-libraries=cmocka \ --builtin-libraries=replace \ --with-modulesdir=%{_libdir}/ldb/modules \ + --without-ldb-lmdb \ --with-privatelibdir=%{_libdir}/ldb # Don't build with multiple processors @@ -129,6 +130,7 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %dir %{_libdir}/ldb %{_libdir}/libldb.so.* +%{_libdir}/ldb/libldb-key-value.so %dir %{_libdir}/ldb/modules %dir %{_libdir}/ldb/modules/ldb %{_libdir}/ldb/modules/ldb/*.so @@ -179,6 +181,9 @@ rm -rf %{buildroot} %postun -n pyldb -p /sbin/ldconfig %changelog +* Wed Jan 16 2019 Jakub Hrozek - 1.4.2-1 +- Resolves: rhbz#1658758 - Rebase libldb to version 1.4.2 for Samba + * Wed Jun 27 2018 Jakub Hrozek - 1.3.4-1 - Resolves: rhbz#1558497 - Rebase libldb to enable samba rebase