Fix libtdb build issue by upgrading to build with Python 3.12 in 3.0 (#10053)

This commit is contained in:
sindhu-karri 2024-08-09 16:19:30 +05:30 коммит произвёл GitHub
Родитель 5feb4e129b
Коммит 8aa515193e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -1,8 +1,8 @@
{
"Signatures": {
"libtdb-LICENSE.txt": "e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118",
"tdb-1.4.3.tar.asc": "35f0d13860e3453a08c57727e602a881e09fac5221ff310235a844e766943f7b",
"tdb-1.4.3.tar.gz": "c8058393dfa15f47e11ebd2f1d132693f0b3b3b8bf22d0201bfb305026f88a1b",
"tdb-1.4.8.tar.asc": "cb0177276eac7201537b947b619ceeacdebf5bc9d8972348c74e7a417c093984",
"tdb-1.4.8.tar.gz": "8434c9c857d13ce3fa8466f75601f25c3693676b36919f159e0ad6121baf5ce8",
"tdb.keyring": "d94a38135104fca180d23a4a487efbd1d2cc971bea80e67b0f42ebba9c92d1b5"
}
}
}

Просмотреть файл

@ -4,20 +4,17 @@ Distribution: Azure Linux
%global with_python3 1
Name: libtdb
Version: 1.4.3
Release: 4%{?dist}
Version: 1.4.8
Release: 1%{?dist}
Summary: The tdb library
License: LGPLv3+
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
URL: https://tdb.samba.org/
Source0: https://samba.org/ftp/tdb/tdb-%{version}.tar.gz
Source1: https://samba.org/ftp/tdb/tdb-%{version}.tar.asc
# gpg2 --no-default-keyring --keyring ./tdb.keyring --recv-keys 9147A339719518EE9011BCB54793916113084025
Source2: tdb.keyring
Source3: %{name}-LICENSE.txt
# Patches
Patch0001: 0003-wafsamba-Fix-few-SyntaxWarnings-caused-by-regular-ex.patch
BuildRequires: gcc
BuildRequires: gnupg2
BuildRequires: libxslt
@ -105,6 +102,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%ldconfig_scriptlets
%changelog
* Wed Aug 07 2024 Sindhu Karri <lakarri@microsoft.com> - 1.4.8-1
- Upgrade to 1.4.8 to build with Python 3.12 in 3.0
* Fri Dec 10 2021 Thomas Crain <thcrain@microsoft.com> - 1.4.3-4
- License verified

Просмотреть файл

@ -11061,8 +11061,8 @@
"type": "other",
"other": {
"name": "libtdb",
"version": "1.4.3",
"downloadUrl": "http://samba.org/ftp/tdb/tdb-1.4.3.tar.gz"
"version": "1.4.8",
"downloadUrl": "https://samba.org/ftp/tdb/tdb-1.4.8.tar.gz"
}
}
},