Enable source archive verification again
Resolves: rhbz#2127094 Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
This commit is contained in:
parent
c6974b4fb4
commit
036ccfaec5
@ -197,10 +197,7 @@ This package contains Guile bindings for the library.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
# Workaround: to allow building the package under FIPS, do not treat
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||||
# 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
|
%autosetup -p1 -S git
|
||||||
|
|
||||||
@ -398,8 +395,9 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 07 2022 Zoltan Fridrich <zfridric@redhat.com> - 3.7.6-13
|
* Tue Nov 15 2022 Zoltan Fridrich <zfridric@redhat.com> - 3.7.6-13
|
||||||
- fips: make XTS key check failure not fatal (#2130971)
|
- fips: make XTS key check failure not fatal (#2130971)
|
||||||
|
- enable source archive verification again (#2127094)
|
||||||
|
|
||||||
* Tue Sep 27 2022 Daiki Ueno <dueno@redhat.com> - 3.7.6-12
|
* Tue Sep 27 2022 Daiki Ueno <dueno@redhat.com> - 3.7.6-12
|
||||||
- fips: mark PBKDF2 with short key and output sizes non-approved
|
- fips: mark PBKDF2 with short key and output sizes non-approved
|
||||||
|
Loading…
Reference in New Issue
Block a user