From ff67eabd7be219c0c612519e748ccf34465d2ec4 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Thu, 28 Jan 2016 16:25:38 -0600 Subject: [PATCH] disable signature check due to bug in gnugp2 --- yubioath-desktop.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index 65ed677..540c166 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -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