Disable HMAC in RHEL 9+

RHEL 9 and later include nettle in the gnutls module boundary, and HMAC
is calculated there with its own tool.
This commit is contained in:
Yaakov Selkowitz 2024-02-15 12:46:26 -05:00
parent 551953a4af
commit c407dead8c

View File

@ -11,7 +11,11 @@
%global hogweed_so_ver_old 5
%endif
# RHEL 9 and later include nettle in the gnutls module boundary,
# and HMAC is calculated there with its own tool.
%if %{defined rhel} && 0%{?rhel} < 9
%bcond_without fips
%endif
Name: nettle
Version: 3.9.1