Switch to using %gpgverify macro
Related: #1966479 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
1a6956388d
commit
15799e2305
@ -149,7 +149,7 @@ This package contains Guile bindings for the library.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||||
|
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
@ -300,6 +300,7 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
|||||||
- libpkcs11mock1.* is not installed anymore
|
- libpkcs11mock1.* is not installed anymore
|
||||||
- hobble-gnutls: Remove SRP removal
|
- hobble-gnutls: Remove SRP removal
|
||||||
- Use correct source URL
|
- Use correct source URL
|
||||||
|
- Switch to using %%gpgverify macro
|
||||||
|
|
||||||
* Fri Jun 25 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-1
|
* Fri Jun 25 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-1
|
||||||
- Update to upstream 3.7.2 release (#1966479)
|
- Update to upstream 3.7.2 release (#1966479)
|
||||||
|
Loading…
Reference in New Issue
Block a user