import UBI libtdb-1.4.10-1.el9
This commit is contained in:
parent
92641e77b8
commit
d3c60af5e3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/tdb-1.4.9.tar.gz
|
||||
SOURCES/tdb-1.4.10.tar.gz
|
||||
SOURCES/tdb.keyring
|
||||
|
@ -1,2 +1,2 @@
|
||||
c7eeb6f9ffff092f6f3a01f7f4c20338292049cd SOURCES/tdb-1.4.9.tar.gz
|
||||
284c7927ca381502cda87631945808f69833c582 SOURCES/tdb-1.4.10.tar.gz
|
||||
41c0b3a84123968a0df75d416c57fe2879205585 SOURCES/tdb.keyring
|
||||
|
11
SOURCES/tdb-1.4.10.tar.asc
Normal file
11
SOURCES/tdb-1.4.10.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmS5EQcACgkQR5ORYRMI
|
||||
QCVEJAf/fs1Nzq/ipbjmD7O4bOJ8QOWtbg3sJ5UeD7hRAtSWs0DuNlWQOXMYSXS3
|
||||
kA3bjU896uWqEnkSQWdedWkOVe4TKMRYB464UMfRF4o+7mv8kf04auExMW0jQizt
|
||||
ORXUID1edICT39mcXF5tWzMpdMZGYrnstd2VOKlVEDavJ3eq4EHaQrxHf+cKVvog
|
||||
+9LdXUDYDjppyLjNoY8TimSmOPA7cN5O/yGorpOUsRrie9n1q6G65ZgnlYRIIKmy
|
||||
FCyn9JKNGVgLeqmuANt62b0ENI0DM29pEauqIIsSEgbwDiMLu88l+jkt1n5kPKLm
|
||||
p3ASZafnW7MncjtjpIzCcv5bBAfC5Q==
|
||||
=UUVZ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,9 +1,5 @@
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global with_python3 1
|
||||
%endif
|
||||
|
||||
Name: libtdb
|
||||
Version: 1.4.9
|
||||
Version: 1.4.10
|
||||
Release: 1%{?dist}
|
||||
Summary: The tdb library
|
||||
License: LGPL-3.0-or-later
|
||||
@ -13,16 +9,12 @@ Source1: http://samba.org/ftp/tdb/tdb-%{version}.tar.asc
|
||||
# gpg2 --no-default-keyring --keyring ./tdb.keyring --recv-keys 9147A339719518EE9011BCB54793916113084025
|
||||
Source2: tdb.keyring
|
||||
|
||||
# Patches
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
%endif
|
||||
|
||||
Provides: bundled(libreplace)
|
||||
Obsoletes: python2-tdb < 1.4.2-1
|
||||
@ -44,7 +36,6 @@ Requires: libtdb = %{version}-%{release}
|
||||
%description -n tdb-tools
|
||||
Tools to manage Tdb files
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%package -n python3-tdb
|
||||
Summary: Python3 bindings for the Tdb library
|
||||
Requires: libtdb = %{version}-%{release}
|
||||
@ -52,7 +43,6 @@ Requires: libtdb = %{version}-%{release}
|
||||
|
||||
%description -n python3-tdb
|
||||
Python3 bindings for libtdb
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -n tdb-%{version} -p1
|
||||
@ -69,7 +59,7 @@ zcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
|
||||
%make_build check
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%{_libdir}/libtdb.so.*
|
||||
@ -90,16 +80,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_mandir}/man8/tdbtool.8*
|
||||
%{_mandir}/man8/tdbrestore.8*
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-tdb
|
||||
%{python3_sitearch}/__pycache__/_tdb_text.cpython*.py[co]
|
||||
%{python3_sitearch}/tdb.cpython*.so
|
||||
%{python3_sitearch}/_tdb_text.py
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%changelog
|
||||
* Wed Apr 24 2024 Pavel Filipenský <pfilipen@redhat.com> - 1.4.10-1
|
||||
- resolves: RHEL-33756 - Rebase to version 1.4.10
|
||||
|
||||
* Mon Dec 04 2023 Andreas Schneider <asn@redhat.com> - 1.4.9-1
|
||||
- resolves: RHEL-16480 - Rebase to version 1.4.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user