|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: yubioath-desktop
|
|
|
|
|
Version: 3.0.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ Source0: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.g
|
|
|
|
|
Source1: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.gz.sig
|
|
|
|
|
Source2: gpgkey-6FBA95E8.gpg
|
|
|
|
|
|
|
|
|
|
#Patch0: fix-pyside-requirement.patch
|
|
|
|
|
Patch0: 0001-Update-desktop-icon-command.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gnupg2 python2-devel desktop-file-utils
|
|
|
|
|
Requires: python2-crypto pyscard python-pyside ykpers pcsc-lite-ccid pyusb python-click
|
|
|
|
@ -29,7 +29,7 @@ password codes, with the help of a YubiKey that protects the shared secrets.
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1292687
|
|
|
|
|
# Disabling signature check until resolved
|
|
|
|
|
#gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
|
%setup -q
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__python2} setup.py build
|
|
|
|
@ -78,6 +78,9 @@ fi
|
|
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 27 2016 Seth Jennings <spartacus06@gmail.com> - 3.0.1-2
|
|
|
|
|
- Fix desktop application executable name
|
|
|
|
|
|
|
|
|
|
* Mon Jul 25 2016 Seth Jennings <spartacus06@gmail.com> - 3.0.1-1
|
|
|
|
|
- Upstream release.
|
|
|
|
|
|
|
|
|
|