Disable GOST in RHEL-9 or later

Resolves: RHEL-56919
Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
Daiki Ueno 2024-10-08 20:21:45 +09:00 committed by Daiki Ueno
parent 1e5040d1da
commit b326315a53

View File

@ -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