From efeeb442366e88831cc92dd490f19ed91bbdd725 Mon Sep 17 00:00:00 2001 From: crichter <> Date: Jan 13 2021 23:26:44 +0000 Subject: Update cf-cli to version 6.51.0 / rev 13 via SR 862582 https://build.opensuse.org/request/show/862582 by user crichter + dimstar_suse --- diff --git a/.files b/.files index ea93452..ce435ab 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 6229f4e..e3f9d12 100644 --- a/.rev +++ b/.rev @@ -384,4 +384,12 @@ Automatic submission by obs-autosubmit 794399 + + c62c01db048fa25f8f0f33b027465d59 + 6.51.0 + + dimstar_suse + + 862582 + diff --git a/cf-cli.changes b/cf-cli.changes index d5ff532..59a1fa7 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 02e3df4..74e9fc2 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