import CS libtdb-1.4.12-1.el9
This commit is contained in:
parent
edd704d790
commit
87aed5eb52
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/tdb-1.4.10.tar.gz
|
SOURCES/tdb-1.4.12.tar.gz
|
||||||
SOURCES/tdb.keyring
|
SOURCES/tdb.keyring
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
284c7927ca381502cda87631945808f69833c582 SOURCES/tdb-1.4.10.tar.gz
|
fc34460e132110e335b8b6caf9e92a50293fd7f8 SOURCES/tdb-1.4.12.tar.gz
|
||||||
41c0b3a84123968a0df75d416c57fe2879205585 SOURCES/tdb.keyring
|
41c0b3a84123968a0df75d416c57fe2879205585 SOURCES/tdb.keyring
|
||||||
|
@ -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-----
|
|
11
SOURCES/tdb-1.4.12.tar.asc
Normal file
11
SOURCES/tdb-1.4.12.tar.asc
Normal 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-----
|
@ -1,6 +1,16 @@
|
|||||||
|
## 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
|
Name: libtdb
|
||||||
Version: 1.4.10
|
Version: 1.4.12
|
||||||
Release: 1%{?dist}
|
Release: %autorelease
|
||||||
Summary: The tdb library
|
Summary: The tdb library
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
URL: http://tdb.samba.org/
|
URL: http://tdb.samba.org/
|
||||||
@ -24,6 +34,7 @@ A library that implements a trivial database.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files need to link the Tdb library
|
Summary: Header files need to link the Tdb library
|
||||||
|
|
||||||
Requires: libtdb = %{version}-%{release}
|
Requires: libtdb = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -31,6 +42,7 @@ Header files needed to develop programs that link against the Tdb library.
|
|||||||
|
|
||||||
%package -n tdb-tools
|
%package -n tdb-tools
|
||||||
Summary: Developer tools for the Tdb library
|
Summary: Developer tools for the Tdb library
|
||||||
|
|
||||||
Requires: libtdb = %{version}-%{release}
|
Requires: libtdb = %{version}-%{release}
|
||||||
|
|
||||||
%description -n tdb-tools
|
%description -n tdb-tools
|
||||||
@ -88,6 +100,11 @@ zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
|
|||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 24 2024 Pavel Filipenský <pfilipen@redhat.com> - 1.4.10-1
|
||||||
- resolves: RHEL-33756 - Rebase to version 1.4.10
|
- 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
|
* Wed May 6 2009 Simo Sorce <ssorce@redhat.com> - 1.1.3-15
|
||||||
- First public independent release from upstream
|
- First public independent release from upstream
|
||||||
|
|
||||||
|
## END: Generated by rpmautospec
|
||||||
|
Loading…
Reference in New Issue
Block a user