upgrade libldb from 2.0.8 to 2.2.0

This commit is contained in:
kircher 2020-07-31 17:01:31 +08:00
parent 3d590f4a28
commit c70798b835
4 changed files with 17 additions and 5 deletions

11
ldb-2.1.4.tar.asc Normal file
View 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

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global with_lmdb 1 %global with_lmdb 1
%global with_python3 1 %global with_python3 1
%global talloc_version 2.3.0 %global talloc_version 2.3.1
%global tdb_version 1.4.3 %global tdb_version 1.4.3
%global tevent_version 0.10.2 %global tevent_version 0.10.2
Name: libldb Name: libldb
Version: 2.2.0 Version: 2.1.4
Release: 1 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}
@ -13,7 +13,8 @@ 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
@ -150,11 +151,11 @@ 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.2.0-1 * Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.1.4-1
- Type:update - Type:update
- ID:NA - ID:NA
- SUG:NA - SUG:NA
- DESC:update to 2.2.0 - 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