!5 upgrade libldb from 2.0.8 to 2.1.4
Merge pull request !5 from Anonymous_Z/anonymous_z
This commit is contained in:
commit
63a1d33616
BIN
ldb-2.0.8.tar.gz
BIN
ldb-2.0.8.tar.gz
Binary file not shown.
11
ldb-2.1.4.tar.asc
Normal file
11
ldb-2.1.4.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl79kUYVHHNhbWJhLWJ1
|
||||||
|
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlkj0H/3lSR4OY+c0VuIH96kA81qNsXTU/
|
||||||
|
N9t+sItsMGlOStRerBOW2kQrerXndDSNPMsdiPzTgL4Kl983C00KPDTjvZLeeTAn
|
||||||
|
OvjX6OZx9BSRIjtr+y/AE41mMIZNt3obSLe8XBWz8vYWszhNKfJE+lSrGG+wlVck
|
||||||
|
sBGsZiGX1Wb6ps0RwQ1SDdtdjKAQnloDLl2V/ivUrAQzbp6xV0H4emPz6RmKVu9R
|
||||||
|
QpPUHuuRix+cKzuZLJbYf/tJK5FoOV+2GVBQGhLfhSPlX32hiplYXBQw1uxXA0XM
|
||||||
|
xsQqQn/oOFv89IAqw4Qb4RFG2vxVxFYGqIhCpRPm9sZccxdDSuPsMu5Eme8=
|
||||||
|
=FbtO
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
BIN
ldb-2.1.4.tar.gz
Normal file
BIN
ldb-2.1.4.tar.gz
Normal file
Binary file not shown.
21
libldb.spec
21
libldb.spec
@ -1,24 +1,25 @@
|
|||||||
%global with_lmdb 1
|
%global with_lmdb 1
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%global talloc_version 2.2.0
|
%global talloc_version 2.3.1
|
||||||
%global tdb_version 1.4.1
|
%global tdb_version 1.4.3
|
||||||
%global tevent_version 0.10.0
|
%global tevent_version 0.10.2
|
||||||
|
|
||||||
Name: libldb
|
Name: libldb
|
||||||
Version: 2.0.8
|
Version: 2.1.4
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A schema-less, ldap like, API and database
|
Summary: A schema-less, ldap like, API and database
|
||||||
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
||||||
Requires: libtdb%{?_isa} >= %{tdb_version}
|
Requires: libtdb%{?_isa} >= %{tdb_version}
|
||||||
Requires: libtevent%{?_isa} >= %{tevent_version}
|
Requires: libtevent%{?_isa} >= %{tevent_version}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: http://ldb.samba.org/
|
URL: http://ldb.samba.org/
|
||||||
Source: http://samba.org/ftp/ldb/ldb-%{version}.tar.gz
|
Source0: http://samba.org/ftp/ldb/ldb-%{version}.tar.gz
|
||||||
|
Source1: http://samba.org/ftp/ldb/ldb-%{version}.tar.asc
|
||||||
|
|
||||||
BuildRequires: gcc libtalloc-devel >= %{talloc_version} libtdb-devel >= %{tdb_version}
|
BuildRequires: gcc libtalloc-devel >= %{talloc_version} libtdb-devel >= %{tdb_version}
|
||||||
BuildRequires: libtevent-devel >= %{tevent_version} lmdb-devel >= 0.9.16 popt-devel
|
BuildRequires: libtevent-devel >= %{tevent_version} lmdb-devel >= 0.9.16 popt-devel
|
||||||
BuildRequires: libxslt docbook-style-xsl python3-devel python3-tdb python3-talloc-devel
|
BuildRequires: libxslt docbook-style-xsl python3-devel python3-tdb python3-talloc-devel
|
||||||
BuildRequires: python3-tevent doxygen openldap-devel libcmocka-devel gdb
|
BuildRequires: python3-tevent doxygen openldap-devel libcmocka-devel gdb gnupg2
|
||||||
|
|
||||||
Provides: bundled(libreplace) ldb-tools
|
Provides: bundled(libreplace) ldb-tools
|
||||||
Obsoletes: python2-ldb < 2.0.5-1 python2-ldb-devel < 2.0.5-1 pyldb < 1.1.26-2 ldb-tools
|
Obsoletes: python2-ldb < 2.0.5-1 python2-ldb-devel < 2.0.5-1 pyldb < 1.1.26-2 ldb-tools
|
||||||
@ -150,6 +151,12 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
|||||||
%{_mandir}/man1/ldbsearch.1.*
|
%{_mandir}/man1/ldbsearch.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.1.4-1
|
||||||
|
- Type:update
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update to 2.1.4
|
||||||
|
|
||||||
* Fri Mar 20 2020 songnannan <songnannan2@huawei.com> - 2.0.8-2
|
* Fri Mar 20 2020 songnannan <songnannan2@huawei.com> - 2.0.8-2
|
||||||
- add gdb in buildrequires
|
- add gdb in buildrequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user