Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9f9e65838 |
5
build
5
build
@@ -15,7 +15,10 @@ fi
|
|||||||
rpmdev-wipetree
|
rpmdev-wipetree
|
||||||
|
|
||||||
cp src/yubico-authenticator.desktop ~/rpmbuild/SOURCES
|
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/RPMS/x86_64/yubico-authenticator* releases/
|
||||||
cp ~/rpmbuild/SRPMS/yubico-authenticator* releases/
|
cp ~/rpmbuild/SRPMS/yubico-authenticator* releases/
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ License: Apache 2.0
|
|||||||
Summary: yubico-authenticator
|
Summary: yubico-authenticator
|
||||||
AutoReqProv: no
|
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
|
%undefine _disable_source_fetch
|
||||||
%global platform linux
|
%global platform linux
|
||||||
Source0: https://developers.yubico.com/yubioath-flutter/Releases/%{name}-%{version}-%{platform}.tar.gz
|
Source0: https://developers.yubico.com/yubioath-flutter/Releases/%{name}-%{version}-%{platform}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user