diff --git a/gnutls.spec b/gnutls.spec index aaaa962..2f2507f 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -183,7 +183,10 @@ This package contains Guile bindings for the library. %endif %prep -%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' +# Workaround: to allow building the package under FIPS, do not treat +# errors in the GPG check as fatal, where EdDSA signature verification +# is not allowed: +%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' || : %autosetup -p1 -S git %if %{with bootstrap}