|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|