[packages/ldb] - updated tdb dependency, removed no longer needed _duplicate_files_terminate_build define
qboosh
qboosh at pld-linux.org
Sun Nov 17 20:40:38 CET 2019
commit 23ee5a82c792eab140d65cb17546156da8ea4fbd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Nov 17 20:40:54 2019 +0100
- updated tdb dependency, removed no longer needed _duplicate_files_terminate_build define
ldb.spec | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/ldb.spec b/ldb.spec
index 1e6b8bb..f30945c 100644
--- a/ldb.spec
+++ b/ldb.spec
@@ -7,7 +7,7 @@
%undefine with_lmdb
%endif
%define talloc_version 2:2.3.0
-%define tdb_version 2:1.4.0
+%define tdb_version 2:1.4.2
%define tevent_version 0.10.0
Summary: LDAP-like embedded database
Summary(pl.UTF-8): Wbudowana baza danych podobna do LDAP
@@ -29,7 +29,7 @@ BuildRequires: python3-devel >= 1:3.2
BuildRequires: python3-talloc-devel >= %{talloc_version}
BuildRequires: python3-tdb >= %{tdb_version}
BuildRequires: python3-tevent >= %{tevent_version}
-BuildRequires: rpmbuild(macros) >= 1.507
+BuildRequires: rpmbuild(macros) >= 1.704
BuildRequires: talloc-devel >= %{talloc_version}
BuildRequires: tdb-devel >= %{tdb_version}
BuildRequires: tevent-devel >= %{tevent_version}
@@ -40,13 +40,11 @@ Requires: tevent >= %{tevent_version}
Requires: popt >= 1.6
Provides: libldb = %{version}-%{release}
Obsoletes: libldb < 1.1.0-3
+# ldb 1.6+ dropped python2 support
Obsoletes: python-ldb
Obsoletes: python-ldb-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# %{_includedir}/pyldb.h shared between python*-ldb-devel
-%define _duplicate_files_terminate_build 0
-
%description
An extensible library that implements an LDAP like API to access
remote LDAP servers, or use local tdb databases.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ldb.git/commitdiff/23ee5a82c792eab140d65cb17546156da8ea4fbd
More information about the pld-cvs-commit
mailing list