disable signature check due to bug in gnugp2

f37
Seth Jennings 9 years ago
parent 70840b8da1
commit ff67eabd7b

@ -25,7 +25,10 @@ Open AuTHentication (OATH) event-based HOTP and time-based TOTP one-time
password codes, with the help of a YubiKey that protects the shared secrets.
%prep
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
# Signature verification doesn't work in rawhide/F24 due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1292687
# Disabling signature check until resolved
#gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%setup -q
%patch0 -p1

Loading…
Cancel
Save