From 4b7b2afeda99006bdb6653d1f77a67bd2e3f179f08ccfe529797053b31c15d7a Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Wed, 4 Mar 2020 13:00:35 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=102 --- cf-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-cli.spec b/cf-cli.spec index 64ad41c..19c0c6c 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -47,7 +47,7 @@ Source2: cf-cli-rpmlintrc %if 0%{?_test} BuildRequires: %{short_name} = %{version} %else -BuildRequires: go >= 1.13.0 +BuildRequires: go = 1.13.0 BuildRequires: golang-packaging BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From c8030b4e31a8311ff6d1c9bd9196245ec5801a0ce31c601528d725d18b005ef7 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Wed, 4 Mar 2020 13:02:57 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=103 --- cf-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-cli.spec b/cf-cli.spec index 19c0c6c..64ad41c 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -47,7 +47,7 @@ Source2: cf-cli-rpmlintrc %if 0%{?_test} BuildRequires: %{short_name} = %{version} %else -BuildRequires: go = 1.13.0 +BuildRequires: go >= 1.13.0 BuildRequires: golang-packaging BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From f53f0bc0e0c1ae9c76966edfadaf7ef174aaf7c30c6d89a0f45455298fd3a399 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Wed, 4 Mar 2020 13:06:32 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=104 --- cf-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-cli.spec b/cf-cli.spec index 64ad41c..1cac13d 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -47,7 +47,7 @@ Source2: cf-cli-rpmlintrc %if 0%{?_test} BuildRequires: %{short_name} = %{version} %else -BuildRequires: go >= 1.13.0 +BuildRequires: go1.13 BuildRequires: golang-packaging BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build From b0ffc22e04e79783ea559efeec7dc21f9116c80105e6b4be38b7061d87315843 Mon Sep 17 00:00:00 2001 From: Alfred Jenkins Date: Wed, 4 Mar 2020 13:15:09 +0000 Subject: [PATCH 4/5] Update to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=105 --- cf-cli.changes | 5 +++++ cf-cli.spec | 6 +++--- v6.49.0.tar.gz | 3 --- v6.50.0.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 v6.49.0.tar.gz create mode 100644 v6.50.0.tar.gz diff --git a/cf-cli.changes b/cf-cli.changes index e4a7bde..100fcda 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 4 13:11:21 UTC 2020 - thardeck@suse.com + +- update to version 6.50.0 + ------------------------------------------------------------------- Mon Jan 13 08:30:51 UTC 2020 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index 1cac13d..780ddcf 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -1,7 +1,7 @@ # # spec file for package cf # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,12 +35,12 @@ %define short_name cf-cli Name: %{short_name}%{?name_ext} -Version: 6.49.0 +Version: 6.50.0 Release: 0 Summary: Cloud Foundry command line client License: Apache-2.0 Group: System/Management -Url: https://github.com/cloudfoundry/cli +URL: https://github.com/cloudfoundry/cli Source: v%{version}.tar.gz Source1: README Source2: cf-cli-rpmlintrc diff --git a/v6.49.0.tar.gz b/v6.49.0.tar.gz deleted file mode 100644 index 80a868d..0000000 --- a/v6.49.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5953bc00ace7bf1c712732eedaadec14e3b586be7abf461a945c7a15ca408da0 -size 22716568 diff --git a/v6.50.0.tar.gz b/v6.50.0.tar.gz new file mode 100644 index 0000000..37299bd --- /dev/null +++ b/v6.50.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cad9e93bcc1745b41d27414af5d825fc8b6892c3a72248f41ceadf577e82ab +size 17687248 From d2829311155666cebe80bf70bd24dfa458361458c9fbe2151858bc585650de21 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Wed, 4 Mar 2020 13:17:33 +0000 Subject: [PATCH 5/5] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=106 --- cf-cli.changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cf-cli.changes b/cf-cli.changes index 100fcda..289683a 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -2,6 +2,9 @@ Wed Mar 4 13:11:21 UTC 2020 - thardeck@suse.com - update to version 6.50.0 + - The cf CLI will now only negotiate TLS 1.2 connections. The cipher suites are restricted to those recommended by the Mozilla SSL Configuration Generator story + - The cf CLI now streams logs from Log Cache instead of the soon to be deprecated Traffic Controller, Log Cache provides more stability to larger foundations, as well as reduced IAAS costs story + - The cf CLI will now properly warn users when using an incompatible CC API version (anything less than cf-deployment 7.0.0) story ------------------------------------------------------------------- Mon Jan 13 08:30:51 UTC 2020 - thardeck@suse.com