From 05fa3283fde16366d7c9b0a991cc51fcb64a44b3 Mon Sep 17 00:00:00 2001 From: Renbo Date: Tue, 5 Dec 2023 15:03:01 +0800 Subject: [PATCH 1/2] update to libldb-2.7.2-3 Signed-off-by: Renbo --- download | 4 ++-- libldb.spec | 35 ++++++++++++++--------------------- 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/download b/download index 6e9a3fa..4547915 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -460602c0b3cae6261dd191111226964d ldb-2.6.1.tar.asc -3a5f54f511fb237b83e1f34e2c7e25cd ldb-2.6.1.tar.gz +c9e5a466783263ac15e35e1eca840528 ldb-2.7.2.tar.asc +f414017ebb286eb939c4afddb8429540 ldb-2.7.2.tar.gz diff --git a/libldb.spec b/libldb.spec index 45637c8..f70ce1e 100644 --- a/libldb.spec +++ b/libldb.spec @@ -1,5 +1,3 @@ -%define anolis_release .0.1 - %if ((0%{?fedora} || 0%{?rhel} > 7 || 0%{?epel} > 6)) # lmdb is not supported on 32 bit architectures @@ -21,18 +19,18 @@ %bcond_with python3 %endif -%global talloc_version 2.3.4 -%global tdb_version 1.4.7 -%global tevent_version 0.13.0 +%global talloc_version 2.4.0 +%global tdb_version 1.4.8 +%global tevent_version 0.14.1 Name: libldb -Version: 2.6.1 -Release: 1%{anolis_release}%{?dist} +Version: 2.7.2 +Release: 3%{?dist} Summary: A schema-less, ldap like, API and database Requires: libtalloc%{?_isa} >= %{talloc_version} Requires: libtdb%{?_isa} >= %{tdb_version} Requires: libtevent%{?_isa} >= %{tevent_version} -License: LGPLv3+ +License: LGPL-3.0-or-later URL: http://ldb.samba.org/ Source0: https://www.samba.org/ftp/ldb/ldb-%{version}.tar.gz Source1: https://www.samba.org/ftp/ldb/ldb-%{version}.tar.asc @@ -125,14 +123,6 @@ Development files for the Python bindings for the LDB library #endif with python %endif -%package doc -Summary: Documents for %{name} -BuildArch: noarch -Requires: %{name} = %{version}-%{release} - -%description doc -Doc pages for %{name}. - %prep zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} - %autosetup -n ldb-%{version} -p1 @@ -231,12 +221,15 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* #endif with python %endif -%files doc -%doc README_gcov.txt - %changelog -* Tue May 30 2023 Zhao Hang - 2.6.1-1.0.1 -- Add doc sub package +* Tue Jun 06 2023 Pavel Filipenský - 2.7.2-3 +- resolves: rhbz#2190427 - Rebuild to trigger distrobaker sync + +* Wed May 24 2023 Pavel Filipenský - 2.7.2-2 +- resolves: rhbz#2190427 - Add missing tests to fix osci.brew-build.tier0.functional + +* Thu May 18 2023 Pavel Filipenský - 2.7.2-1 +- resolves: rhbz#2190427 - Update to version 2.7.2 * Mon Oct 24 2022 Andreas Schneider - 2.6.1-1 - resolves: rhbz#2132052 - Update to version 2.6.1 -- Gitee From 6686d846300b7861c64c079170f82b8d94aec12d Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 19 Jul 2022 15:32:55 +0800 Subject: [PATCH 2/2] spec: add doc sub package Signed-off-by: Zhao Hang --- libldb.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/libldb.spec b/libldb.spec index f70ce1e..d0ed88a 100644 --- a/libldb.spec +++ b/libldb.spec @@ -1,3 +1,5 @@ +%define anolis_release .0.1 + %if ((0%{?fedora} || 0%{?rhel} > 7 || 0%{?epel} > 6)) # lmdb is not supported on 32 bit architectures @@ -25,7 +27,7 @@ Name: libldb Version: 2.7.2 -Release: 3%{?dist} +Release: 3%{anolis_release}%{?dist} Summary: A schema-less, ldap like, API and database Requires: libtalloc%{?_isa} >= %{talloc_version} Requires: libtdb%{?_isa} >= %{tdb_version} @@ -123,6 +125,14 @@ Development files for the Python bindings for the LDB library #endif with python %endif +%package doc +Summary: Documents for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +Doc pages for %{name}. + %prep zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} - %autosetup -n ldb-%{version} -p1 @@ -221,7 +231,13 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_* #endif with python %endif +%files doc +%doc README_gcov.txt + %changelog +* Tue Dec 05 2023 Zhao Hang - 2.7.2-3.0.1 +- Add doc sub package + * Tue Jun 06 2023 Pavel Filipenský - 2.7.2-3 - resolves: rhbz#2190427 - Rebuild to trigger distrobaker sync -- Gitee