From 32c4cfc45911685c5ca76d70bf07ee9956b9995e Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Thu, 10 Nov 2022 18:38:11 +0800 Subject: [PATCH] update to libtdb-1.4.6-1.el8 Signed-off-by: anolis-bot --- dist | 1 + download | 4 ++-- libtdb.spec | 22 +++++----------------- 3 files changed, 8 insertions(+), 19 deletions(-) create mode 100644 dist diff --git a/dist b/dist new file mode 100644 index 0000000..9c0e36e --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download index 9243b51..6261677 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -f02205f13b5a36833c4d6ac2a0a36869 tdb-1.4.4.tar.asc -486efc68662df4f6c79a71b7a512409a tdb-1.4.4.tar.gz +7df3da47b22d4f81176f765a4c39ab5f tdb-1.4.6.tar.asc +10046f5068c4b25c5beabaf0378b0289 tdb-1.4.6.tar.gz diff --git a/libtdb.spec b/libtdb.spec index a3d451a..e0d15a2 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,11 +1,10 @@ -%define anolis_release .0.1 %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif Name: libtdb -Version: 1.4.4 -Release: 1%{anolis_release}%{?dist} +Version: 1.4.6 +Release: 1%{?dist} Summary: The tdb library License: LGPLv3+ URL: http://tdb.samba.org/ @@ -27,7 +26,6 @@ BuildRequires: docbook-style-xsl BuildRequires: python3-devel %endif -Requires: glibc Provides: bundled(libreplace) Obsoletes: python2-tdb < 1.4.2-1 @@ -58,14 +56,6 @@ Requires: libtdb = %{version}-%{release} Python3 bindings for libtdb %endif -%package doc -Summary: Documents for %{name} -BuildArch: noarch -Requires: %{name} = %{version}-%{release} - -%description doc -Doc pages for %{name}. - %prep %autosetup -n tdb-%{version} -p1 @@ -87,6 +77,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_libdir}/libtdb.so.* %files devel +%doc docs/README %{_includedir}/tdb.h %{_libdir}/libtdb.so %{_libdir}/pkgconfig/tdb.pc @@ -110,12 +101,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %ldconfig_scriptlets -%files doc -%doc docs/README - %changelog -* Fri Jul 15 2022 Weisson - 1.4.4-1.0.1 -- Add requires and provides +* Mon May 02 2022 Pavel Filipenský - 1.4.6-1 +- resolves: rhbz#2077482 - Rebase to version 1.4.6 * Thu Nov 25 2021 Pavel Filipenský - 1.4.4-1 * resolves: rhbz#2013604 - Rebase to version 1.4.4 -- Gitee