diff --git a/ldb-2.5.0.tar.gz b/ldb-2.5.0.tar.gz deleted file mode 100644 index 671c3c4191e3bf63d2200a6d913153b768af65ac..0000000000000000000000000000000000000000 Binary files a/ldb-2.5.0.tar.gz and /dev/null differ diff --git a/ldb-2.6.1.tar.gz b/ldb-2.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..806074e5ffd18b36d1314b983c5afa21090f58e7 Binary files /dev/null and b/ldb-2.6.1.tar.gz differ diff --git a/libldb.spec b/libldb.spec index 63ee7b024d1947c0ed9c73aed36c8aa5b13b2a39..b00a9a2eb0756f6cbe80ca797187b24ec4234742 100644 --- a/libldb.spec +++ b/libldb.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %ifarch aarch64 x86_64 %bcond_without lmdb %else @@ -10,11 +10,11 @@ %bcond_without python3 %global talloc_version 2.3.3 -%global tdb_version 1.4.6 -%global tevent_version 0.11.0 +%global tdb_version 1.4.7 +%global tevent_version 0.13.0 Name: libldb -Version: 2.5.0 +Version: 2.6.1 Release: %{anolis_release}%{?dist} Summary: A schema-less, ldap like, API and database Requires: libtalloc >= %{talloc_version} @@ -145,8 +145,6 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* %generate_compatibility_deps -%ldconfig_scriptlets - %files %dir %{_libdir}/ldb %{_libdir}/libldb.so.* @@ -221,11 +219,13 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* %{_libdir}/libpyldb-util.cpython-*.so %{_libdir}/pkgconfig/pyldb-util.cpython-*.pc -%ldconfig_scriptlets -n python3-ldb #endif with python %endif %changelog +* Sun Oct 30 2022 Funda Wang - 2.6.1-1 +- New version 2.6.1 + * Tue Oct 25 2022 mgb01105731 - 2.5.0-2 - optimise spec file