From 2161d1913b367eec041e6357662d61828d80d132 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 7 Oct 2022 17:46:56 +0900 Subject: [PATCH] Revert to not ignore errors in gpgverify Signed-off-by: Daiki Ueno --- gnutls.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 506ee01..a400364 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -171,10 +171,7 @@ This package contains Guile bindings for the library. %endif %prep -# 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}' || : +%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -p1 -S git