diff --git a/.gitignore b/.gitignore index 39a6184..e17f0a6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /yubioath-desktop-2.3.0.tar.gz.sig /yubioath-desktop-3.0.1.tar.gz /yubioath-desktop-3.0.1.tar.gz.sig +/0001-Update-desktop-icon-command.patch diff --git a/sources b/sources index d2f92bd..2f86a98 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -1025b68e5a10c1238b356f68e735bf44 yubioath-desktop-3.0.1.tar.gz -4f89a5b0cb7a8ee5d49ea28a5b68916d yubioath-desktop-3.0.1.tar.gz.sig +3d7e6090eae89e1bbd3f9bf2ab4aa785 0001-Update-desktop-icon-command.patch diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index d519555..ea64e00 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -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 - 3.0.1-2 +- Fix desktop application executable name + * Mon Jul 25 2016 Seth Jennings - 3.0.1-1 - Upstream release.