From ca9e7211d249a705b20b3975be30793651cff83a Mon Sep 17 00:00:00 2001 From: gbcox Date: Thu, 15 Apr 2021 12:00:34 -0700 Subject: [PATCH] Upstream release - rhbz#1950109 --- .gitignore | 1 + sources | 2 +- yubioath-desktop.spec | 14 ++++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b6b3db2..f36cc2d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /yubioath-desktop-5e94bd8.tar.gz /yubioath-desktop-2e13158.tar.gz /yubioath-desktop-9ea38f706ccba6b56d424364a1fba3351f3bdac7.tar.gz +/yubioath-desktop-bd73e7324ea5f92785d069a7eff00c5acf628863.tar.gz diff --git a/sources b/sources index ec1a0ae..7d045f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yubioath-desktop-9ea38f706ccba6b56d424364a1fba3351f3bdac7.tar.gz) = f8c93ffda0d74f29ac89e3cf1cf7dfd1e5fc52ac2160085a29179b49da3e11bfde5abda137bc65d09bbb9e4151148ea3f79a2a0b61658ae76da00e12099370cb +SHA512 (yubioath-desktop-bd73e7324ea5f92785d069a7eff00c5acf628863.tar.gz) = ea5b7f6d1e5d159bc38ba42d099b6344e4e838a9c2c234e510ab791d0ae0bbfcca8022fdb183bbb06fa5d16b446d68a06a57223389ba1497f46948f6390e6cbf diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index 8e60772..0fccbf0 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -1,15 +1,14 @@ -%global commit 9ea38f706ccba6b56d424364a1fba3351f3bdac7 +%global commit bd73e7324ea5f92785d069a7eff00c5acf628863 %global forgeurl https://github.com/Yubico/yubioath-desktop/ Name: yubioath-desktop -Version: 5.0.4 +Version: 5.0.5 +Release: 1%{?dist} +Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes +License: BSD %forgemeta -Release: 7%{?dist} -Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes - -License: BSD URL: %{forgeurl} Source0: %{forgesource} Source1: %{name}.rpmlintrc @@ -52,6 +51,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources %{_datadir}/applications/* %changelog +* Thu Apr 15 2021 Gerald Cox - 5.0.5-1 +- Upstream release - rhbz#1950109 + * Tue Feb 09 2021 Gerald Cox - 5.0.4-7.20210209git9ea38f7 - Patch for yubikey-manager 4.0 rhbz#1925637