From 66b59d23470b2d85bac797b46119074e84621ef9 Mon Sep 17 00:00:00 2001 From: Xu Raoqing Date: Fri, 14 Nov 2025 07:54:44 +0000 Subject: [PATCH] add nettle version constraint Signed-off-by: Xu Raoqing (cherry picked from commit f7dc373411fe51b5c962d4f68731ff3b5007a007) --- gnutls.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 2b7a179..2b01565 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,6 +1,6 @@ Name: gnutls Version: 3.8.2 -Release: 7 +Release: 8 Summary: The GNU Secure Communication Protocol Library License: LGPLv2.1+ and GPLv3+ @@ -40,7 +40,7 @@ BuildRequires: unbound-devel unbound-libs BuildRequires: guile22-devel %endif -Requires: crypto-policies, p11-kit-trust, libtasn1, nettle +Requires: crypto-policies, p11-kit-trust, libtasn1, nettle >= 3.7.3 Recommends: trousers >= 0.3.11.2 Provides: bundled(gnulib) = 20130424 @@ -251,6 +251,9 @@ make check %{?_smp_mflags} %endif %changelog +* Fri Nov 14 2025 xuraoqing <609179072@qq.com> - 3.8.2-8 +- add nettle version constraint + * Tue Aug 12 2025 mahailiang - 3.8.2-7 - add sw_64 support -- Gitee