Upstream release - rhbz#1754707

f37
Gerald B Cox 5 years ago
parent 68d0da0e33
commit e790ca9082

1
.gitignore vendored

@ -20,3 +20,4 @@
/yubioath-desktop-098b814.tar.gz
/yubioath-desktop-0a8c363.tar.gz
/yubioath-desktop-d1187b6.tar.gz
/yubioath-desktop-121efe3.tar.gz

@ -1 +1 @@
SHA512 (yubioath-desktop-d1187b6.tar.gz) = a8dab2f1c0189ea1a2c65b0b13f5c70e55152b8a93b93b187858695a8b0ad418cb68c5e22675b3e43ef14aaec45fb96715bd352861a0b50f70b6d5d9afef0d42
SHA512 (yubioath-desktop-121efe3.tar.gz) = 9dc24f51d968502193696aa9781f1e8efb9f65214fcd270d1b55d691585820e0288c94135d71a904a37f073eaf219f2356d612b1c1c7720b306d1b40b18dd5ab

@ -1,19 +1,20 @@
%global debug_package %{nil}
%global commit d1187b650ac75755ce9ad2f978c1658bde032b38
%global commit 121efe3b65c77de34352a9e4b9c4314c38b5107a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global owner Yubico
Name: yubioath-desktop
Version: 4.3.5
Release: 8.git%{shortcommit}%{?dist}
Version: 5.0.0
Release: 1.git%{shortcommit}%{?dist}
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
License: BSD
URL: https://github.com/%{owner}/yubioath-desktop
Source: https://github.com/%{owner}/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++ python3 desktop-file-utils
BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++
BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel
Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid yubikey-manager
## uses Qt5 private api's these help track that
@ -51,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
%{_datadir}/applications/*
%changelog
* Mon Sep 23 2019 Gerald Cox <gbcox@fedoraproject.org> - 5.0.0-1.git121efe3b
- Upstream release - rhbz#1754707
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.5-8.gitd1187b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

Loading…
Cancel
Save