From 9c44eb607fe6019d1f265979a0a7603e8c95576242aeb003a73f948c952e0b3e Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Tue, 12 Jan 2021 10:15:26 +0000 Subject: [PATCH] Accepting request 862569 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Fix install on aarch64 OBS-URL: https://build.opensuse.org/request/show/862569 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=110 --- cf-cli.changes | 15 ++++++++++----- cf-cli.spec | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/cf-cli.changes b/cf-cli.changes index d0babd5..43bf6dd 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,12 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 12 09:49:55 UTC 2021 - Guillaume GARDET + +- Fix install on aarch64 + ------------------------------------------------------------------- Wed Apr 8 23:24:07 UTC 2020 - thardeck@suse.com - update to version 6.51.0 - ### Bug Fixes - - Increased resiliency to log cache streaming log loss on foundations with multiple log cache doppler nodes [story](https://www.pivotaltracker.com/story/show/171759407) - - cf logs --recent lost logs if there are more than 4 MB of logs [story](https://www.pivotaltracker.com/story/show/171676674) - - cf logs now properly retries getting logs on connection failure to the logging API [story](https://www.pivotaltracker.com/story/show/171530294) - - Requests to Log Cache were not logged in the same format as other HTTP requests in the cf CLI [story](https://www.pivotaltracker.com/story/show/171528424) + ### Bug Fixes + - Increased resiliency to log cache streaming log loss on foundations with multiple log cache doppler nodes [story](https://www.pivotaltracker.com/story/show/171759407) + - cf logs --recent lost logs if there are more than 4 MB of logs [story](https://www.pivotaltracker.com/story/show/171676674) + - cf logs now properly retries getting logs on connection failure to the logging API [story](https://www.pivotaltracker.com/story/show/171530294) + - Requests to Log Cache were not logged in the same format as other HTTP requests in the cf CLI [story](https://www.pivotaltracker.com/story/show/171528424) ------------------------------------------------------------------- Wed Mar 4 13:11:21 UTC 2020 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index 7ceba81..dfd0630 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -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