From 9e48a8b6da499555a5e8bc7fd3b1f701c23ead79 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 27 Nov 2020 12:36:10 -0600 Subject: [PATCH] drop hard-coded Qt5 runtime dep (rely solely on symbol versioning) --- yubioath-desktop.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index c61ff09..8b836df 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -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 - 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 - 5.0.4-4.git2e13158 - rebuild (qt5)