drop hard-coded Qt5 runtime dep (rely solely on symbol versioning)

f37
Rex Dieter 4 years ago
parent 28d3e1bdff
commit 9e48a8b6da

@ -5,7 +5,7 @@
Name: yubioath-desktop Name: yubioath-desktop
Version: 5.0.4 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 Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
License: BSD 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 ## uses Qt5 private api's these help track that
BuildRequires: qt5-qtbase-private-devel BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%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
@ -52,6 +51,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
%{_datadir}/applications/* %{_datadir}/applications/*
%changelog %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 * Mon Nov 23 07:55:54 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.0.4-4.git2e13158
- rebuild (qt5) - rebuild (qt5)

Loading…
Cancel
Save