|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: yubioath-desktop
|
|
|
|
|
Version: 5.0.4
|
|
|
|
|
Release: 4.%{svn}%{shortcommit}%{?dist}
|
|
|
|
|
Release: 5.%{svn}%{shortcommit}%{?dist}
|
|
|
|
|
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -19,7 +19,6 @@ Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid yubi
|
|
|
|
|
|
|
|
|
|
## uses Qt5 private api's these help track that
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The Yubico Authenticator is a graphical desktop tool and CLI for generating
|
|
|
|
@ -52,6 +51,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 27 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.0.4-5.git2e13158
|
|
|
|
|
- drop hard-coded Qt5 runtime dep (rely solely on symbol versioning)
|
|
|
|
|
|
|
|
|
|
* Mon Nov 23 07:55:54 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.0.4-4.git2e13158
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|