Accepting request 862582 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/862582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cf-cli?expand=0&rev=13
This commit is contained in:
commit
a98c96fc13
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 09:49:55 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Fix install on aarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 23:24:07 UTC 2020 - thardeck@suse.com
|
||||
|
||||
|
@ -89,6 +89,7 @@ echo 'Test if cf can be executed'
|
||||
# disable debug packages in package test to prevent error about missing files
|
||||
%define debug_package %{nil}
|
||||
%else
|
||||
mkdir -p %{buildroot}/%{_bindir}
|
||||
cp ../go/bin/cli %{buildroot}/%{_bindir}/cf
|
||||
install -m 755 -d %{buildroot}/%{_sysconfdir}/bash_completion.d
|
||||
cp ci/installers/completion/cf %{buildroot}/%{_sysconfdir}/bash_completion.d/cf.sh
|
||||
|
Loading…
Reference in New Issue
Block a user