From 136f1f47df6c09f7a29d657ba6945087c40b849c Mon Sep 17 00:00:00 2001 From: gbcox Date: Wed, 16 Nov 2022 08:37:24 -0800 Subject: [PATCH] Requires yubikey-manager < 5.0.0 rhbz#2136583 --- yubioath-desktop.rpmlintrc | 3 --- yubioath-desktop.spec | 7 +++++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/yubioath-desktop.rpmlintrc b/yubioath-desktop.rpmlintrc index d7e71d1..9bcea08 100644 --- a/yubioath-desktop.rpmlintrc +++ b/yubioath-desktop.rpmlintrc @@ -1,5 +1,2 @@ # SPELLING ERRORS -addFilter(r" spelling-error .* (Yubikey)") addFilter(r" no-manual-page-for-binary yubioath-desktop") -addFilter(r" incoherent-version-in-change-log") -addFilter(r" no-documentation") diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index 1c91574..a5554df 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -5,7 +5,7 @@ Name: yubioath-desktop Version: 5.1.0 Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes License: BSD -Release: 9%{?dist} +Release: 10%{?dist} URL: %{forgeurl} %forgemeta @@ -19,7 +19,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 qt5-qtmultimedia-devel Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid -Requires: yubikey-manager +Requires: yubikey-manager < 5.0.0 %description The Yubico Authenticator is a graphical desktop tool and CLI for generating @@ -53,6 +53,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources %{_datadir}/applications/* %changelog +* Wed Nov 16 2022 Gerald Cox - 5.1.0-10 +- Requires yubikey-manager < 5.0.0 rhbz#2136583 + * Sat Jul 23 2022 Fedora Release Engineering - 5.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild