]> git.pld-linux.org Git - packages/ldb.git/commitdiff
- updated tdb dependency, removed no longer needed _duplicate_files_terminate_build...
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Nov 2019 19:40:54 +0000 (20:40 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Nov 2019 19:40:54 +0000 (20:40 +0100)
ldb.spec

index 1e6b8bb096c189acf39689a92a5a8a33629f4bc5..f30945c76159178c74c704180dcc0bbe603f0d01 100644 (file)
--- 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.
This page took 0.271686 seconds and 4 git commands to generate.