diff --git a/gnutls.spec b/gnutls.spec index 1b119eb..c579c0d 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -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 - 3.8.2-2 +- Bump nettle BR to 3.9.1 + * Thu Nov 16 2023 Daiki Ueno - 3.8.2-1 - Update to gnutls 3.8.2 (RHEL-14891)