Temporarily disable gpg key checking for updating nettle
This commit is contained in:
parent
e8f6e10f11
commit
e17630f891
@ -25,7 +25,8 @@ BuildRequires: trousers-devel >= 0.3.11.2
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: gperf, net-tools, datefudge, softhsm, gcc, gcc-c++
|
||||
BuildRequires: gnupg2
|
||||
# Temporarily disabled for dependency between gnupg2, gnutls, and nettle
|
||||
#BuildRequires: gnupg2
|
||||
%if %{with fips}
|
||||
BuildRequires: fipscheck
|
||||
%endif
|
||||
@ -140,7 +141,8 @@ This package contains Guile bindings for the library.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
# Temporarily disabled for dependency between gnupg2, gnutls, and nettle
|
||||
#gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
|
||||
%autosetup -p1
|
||||
autoreconf
|
||||
|
Loading…
Reference in New Issue
Block a user