Disable GOST in RHEL-9 or later
Resolves: RHEL-56919 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
1e5040d1da
commit
b326315a53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user