From b326315a533d38050d21af170f679dd74e436e88 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 8 Oct 2024 20:21:45 +0900 Subject: [PATCH] Disable GOST in RHEL-9 or later Resolves: RHEL-56919 Signed-off-by: Daiki Ueno --- gnutls.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnutls.spec b/gnutls.spec index a645d84..2384a56 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -40,7 +40,11 @@ Patch: gnutls-3.8.7-nettle-static.patch %bcond_without fips %bcond_with tpm12 %bcond_without tpm2 +%if 0%{?rhel} >= 9 +%bcond_with gost +%else %bcond_without gost +%endif %bcond_without certificate_compression %bcond_without liboqs %bcond_without tests