From f9f9e65838fa81b200785250ae6dec29cba7ca89 Mon Sep 17 00:00:00 2001 From: Michael Kaufman Date: Sun, 19 Oct 2025 21:23:29 -0400 Subject: [PATCH] update to support fc42. need to find a better way --- build | 5 ++++- yubico-authenticator.spec | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build b/build index 3e84022..e8a6093 100755 --- a/build +++ b/build @@ -15,7 +15,10 @@ fi rpmdev-wipetree cp src/yubico-authenticator.desktop ~/rpmbuild/SOURCES -rpmbuild -ba yubico-authenticator.spec + +QA_RPATHS=$(( 0x0002 )) rpmbuild -ba yubico-authenticator.spec + +mkdir releases cp ~/rpmbuild/RPMS/x86_64/yubico-authenticator* releases/ cp ~/rpmbuild/SRPMS/yubico-authenticator* releases/ diff --git a/yubico-authenticator.spec b/yubico-authenticator.spec index 74c20ad..c9b78c7 100644 --- a/yubico-authenticator.spec +++ b/yubico-authenticator.spec @@ -5,6 +5,9 @@ License: Apache 2.0 Summary: yubico-authenticator AutoReqProv: no +# This setting not working yet which is why we are using QA_RPATHS=$(( 0x0002 )) +%global __brp_check_rpaths %{nil} + %undefine _disable_source_fetch %global platform linux Source0: https://developers.yubico.com/yubioath-flutter/Releases/%{name}-%{version}-%{platform}.tar.gz