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:
Dominique Leuenberger 2021-01-13 17:21:37 +00:00 committed by Git OBS Bridge
commit a98c96fc13
2 changed files with 11 additions and 5 deletions

View File

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

View File

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