Bump nettle BR to 3.9.1

Related: RHEL-14891
Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
Daiki Ueno 2023-12-08 16:38:43 +09:00
parent df21603693
commit 681af9e006
1 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,7 @@ print(string.sub(hash, 0, 16))
}
Version: 3.8.2
Release: 1%{?dist}
Release: 2%{?dist}
# not upstreamed
Patch: gnutls-3.2.7-rpath.patch
Patch: gnutls-3.7.2-enable-intel-cet.patch
@ -54,7 +54,7 @@ BuildRequires: zlib-devel, brotli-devel, libzstd-devel
BuildRequires: automake, autoconf, gperf, libtool
%endif
BuildRequires: texinfo
BuildRequires: nettle-devel >= 3.5.1
BuildRequires: nettle-devel >= 3.9.1
%if %{with tpm12}
BuildRequires: trousers-devel >= 0.3.11.2
%endif
@ -409,6 +409,9 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null XFAIL_TESTS="$x
%endif
%changelog
* Fri Dec 8 2023 Daiki Ueno <dueno@redhat.com> - 3.8.2-2
- Bump nettle BR to 3.9.1
* Thu Nov 16 2023 Daiki Ueno <dueno@redhat.com> - 3.8.2-1
- Update to gnutls 3.8.2 (RHEL-14891)