Accepting request 783869 from Cloud:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/783869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cf-cli?expand=0&rev=11
This commit is contained in:
commit
f0983193a4
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Mon Jan 13 08:30:51 UTC 2020 - thardeck@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cf
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -35,19 +35,19 @@
|
|||||||
|
|
||||||
%define short_name cf-cli
|
%define short_name cf-cli
|
||||||
Name: %{short_name}%{?name_ext}
|
Name: %{short_name}%{?name_ext}
|
||||||
Version: 6.49.0
|
Version: 6.50.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cloud Foundry command line client
|
Summary: Cloud Foundry command line client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/cloudfoundry/cli
|
URL: https://github.com/cloudfoundry/cli
|
||||||
Source: v%{version}.tar.gz
|
Source: v%{version}.tar.gz
|
||||||
Source1: README
|
Source1: README
|
||||||
Source2: cf-cli-rpmlintrc
|
Source2: cf-cli-rpmlintrc
|
||||||
%if 0%{?_test}
|
%if 0%{?_test}
|
||||||
BuildRequires: %{short_name} = %{version}
|
BuildRequires: %{short_name} = %{version}
|
||||||
%else
|
%else
|
||||||
BuildRequires: go >= 1.13.0
|
BuildRequires: go1.13
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5953bc00ace7bf1c712732eedaadec14e3b586be7abf461a945c7a15ca408da0
|
|
||||||
size 22716568
|
|
3
v6.50.0.tar.gz
Normal file
3
v6.50.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97cad9e93bcc1745b41d27414af5d825fc8b6892c3a72248f41ceadf577e82ab
|
||||||
|
size 17687248
|
Loading…
Reference in New Issue
Block a user