Revert to not ignore errors in gpgverify
Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
2d72c1273b
commit
2161d1913b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user