import CS libtdb-1.4.12-1.el9

This commit is contained in:
eabdullin 2025-03-11 07:40:32 +00:00
parent edd704d790
commit 87aed5eb52
5 changed files with 44 additions and 25 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/tdb-1.4.10.tar.gz
SOURCES/tdb-1.4.12.tar.gz
SOURCES/tdb.keyring

View File

@ -1,2 +1,2 @@
284c7927ca381502cda87631945808f69833c582 SOURCES/tdb-1.4.10.tar.gz
fc34460e132110e335b8b6caf9e92a50293fd7f8 SOURCES/tdb-1.4.12.tar.gz
41c0b3a84123968a0df75d416c57fe2879205585 SOURCES/tdb.keyring

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmW3z+8ACgkQR5ORYRMI
QCWNmQf9Fj4OVCqllUuspTEazoSvmmX+HBp/GwdCHOtyPHL882zidxW+jphxF5Mc
xgVr2jKsodKkCFekVaQNqed8PrcXtel/T6uvLgt8G8h90Zu06SlxXmFPZx8Rjx+g
y5CCh/HZqWhHwOyRR5VWi3OotQj3FoNypV7+btvqFGuSvw/9OXv/14oD3tPgkHik
jTC/DQiJwL2b0uwIC1HDGNlEODyc7fmV0jL5yhzd05LO0nPKdkNTEeLzVJegeRP6
+tIT2tHDnqKceRfOgkIVZ4DEnpCfrhMFfV8WOpmMRPpDqLdFJZpl6JLITNOsAdvH
W5jtR4SZ3+WxaKuFO45LTnnsBxOewg==
=8I9w
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmaymp8ACgkQR5ORYRMI
QCVZDggAvaeoNP+T6mDFqDVzu5WKUS7ffqCNTLk9FBaVmWx4+rU/sGTzoejGKmqz
eJIbw5JvYSQJy48pCHB1pspI0IwbC9D1xIZ3MNxbV8ELYw0jgOedcJopiK0O+Zfa
RyZ57ixg7gPbC1qgv8XLOtk7YTbk/QeBPWRa1cgECQoIX9hSSgDJVCQZqBDxrr0h
ZYUmUa/h3lHtl8sM3MbFNppoGZga0Lrx1qK+AQCl8ekGPCeNeKC0sVkMRO3YfzMk
lj5EvIl2DvOC/q6MJduDSzxUexIw2ItK4Bo7AUHL8lI7BBFo5+43P226aJwKQ0PK
8xXihgfK2hVMQ1PuIVoDEv+Q230gCA==
=D935
-----END PGP SIGNATURE-----

View File

@ -1,13 +1,23 @@
Name: libtdb
Version: 1.4.10
Release: 1%{?dist}
Summary: The tdb library
License: LGPL-3.0-or-later
URL: http://tdb.samba.org/
Source0: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz
Source1: http://samba.org/ftp/tdb/tdb-%{version}.tar.asc
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
Name: libtdb
Version: 1.4.12
Release: %autorelease
Summary: The tdb library
License: LGPL-3.0-or-later
URL: http://tdb.samba.org/
Source0: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz
Source1: http://samba.org/ftp/tdb/tdb-%{version}.tar.asc
# gpg2 --no-default-keyring --keyring ./tdb.keyring --recv-keys 9147A339719518EE9011BCB54793916113084025
Source2: tdb.keyring
Source2: tdb.keyring
BuildRequires: make
BuildRequires: gcc
@ -22,15 +32,17 @@ Obsoletes: python2-tdb < 1.4.2-1
%description
A library that implements a trivial database.
%package devel
Summary: Header files need to link the Tdb library
%package devel
Summary: Header files need to link the Tdb library
Requires: libtdb = %{version}-%{release}
%description devel
Header files needed to develop programs that link against the Tdb library.
%package -n tdb-tools
Summary: Developer tools for the Tdb library
Summary: Developer tools for the Tdb library
Requires: libtdb = %{version}-%{release}
%description -n tdb-tools
@ -88,6 +100,11 @@ zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
%ldconfig_scriptlets
%changelog
## START: Generated by rpmautospec
* Fri Sep 27 2024 Pavel Filipenský <pfilipensky@samba.org> - 1.4.12-1
- Update to version 1.4.12
- resolves: RHEL-59791
* Wed Apr 24 2024 Pavel Filipenský <pfilipen@redhat.com> - 1.4.10-1
- resolves: RHEL-33756 - Rebase to version 1.4.10
@ -384,3 +401,5 @@ zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
* Wed May 6 2009 Simo Sorce <ssorce@redhat.com> - 1.1.3-15
- First public independent release from upstream
## END: Generated by rpmautospec