diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index 0fccbf0..4340bbc 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -3,7 +3,7 @@ Name: yubioath-desktop Version: 5.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes 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: qt5-qtbase-private-devel Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid +Requires: yubikey-manager %description 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/* %changelog +* Tue Apr 20 2021 Gerald Cox - 5.0.5-2 +- Correct runtime dependency - rhbz#1951421 + * Thu Apr 15 2021 Gerald Cox - 5.0.5-1 - Upstream release - rhbz#1950109