update to support fc42. need to find a better way
This commit is contained in:
5
build
5
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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user