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,12 +1,17 @@
-------------------------------------------------------------------
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
- 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

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