Compare commits

1 Commits
main ... fc42

Author SHA1 Message Date
f9f9e65838 update to support fc42. need to find a better way 2025-10-19 21:23:29 -04:00
2 changed files with 7 additions and 1 deletions

5
build
View File

@@ -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/

View File

@@ -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