Correct runtime dependency - rhbz#1951421

f37
gbcox 4 years ago
parent ca9e7211d2
commit e4f55c133d

@ -3,7 +3,7 @@
Name: yubioath-desktop Name: yubioath-desktop
Version: 5.0.5 Version: 5.0.5
Release: 1%{?dist} Release: 2%{?dist}
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
License: BSD License: BSD
@ -18,6 +18,7 @@ BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++
BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel
BuildRequires: qt5-qtbase-private-devel BuildRequires: qt5-qtbase-private-devel
Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid
Requires: yubikey-manager
%description %description
The Yubico Authenticator is a graphical desktop tool and CLI for generating The Yubico Authenticator is a graphical desktop tool and CLI for generating
@ -51,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
%{_datadir}/applications/* %{_datadir}/applications/*
%changelog %changelog
* Tue Apr 20 2021 Gerald Cox <gbcox@member.fsf.org> - 5.0.5-2
- Correct runtime dependency - rhbz#1951421
* Thu Apr 15 2021 Gerald Cox <gbcox@member.fsf.org> - 5.0.5-1 * Thu Apr 15 2021 Gerald Cox <gbcox@member.fsf.org> - 5.0.5-1
- Upstream release - rhbz#1950109 - Upstream release - rhbz#1950109

Loading…
Cancel
Save