- update to version 6.25.0
- adapt spec to go packaging changes - provide full url as source path OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=7
This commit is contained in:
parent
644f05f6c1
commit
8b8e931fdb
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 15:12:42 UTC 2017 - thardeck@suse.com
|
||||
|
||||
- update to version 6.25.0
|
||||
- adapt spec to go packaging changes
|
||||
- provide full url as source path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 13:41:21 UTC 2017 - svollath@suse.de
|
||||
|
||||
|
13
cf-cli.spec
13
cf-cli.spec
@ -18,13 +18,13 @@
|
||||
%define import_path code.cloudfoundry.org/cli
|
||||
|
||||
Name: cf-cli
|
||||
Version: 6.24.0
|
||||
Version: 6.25.0
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Cloud Foundry command line client
|
||||
Url: https://github.com/cloudfoundry/cli
|
||||
Group: System/Management
|
||||
Source0: v%{version}.tar.gz
|
||||
Source: https://github.com/cloudfoundry/cli/archive/v%{version}.tar.gz
|
||||
Source1: README
|
||||
BuildRequires: go >= 1.7.0
|
||||
BuildRequires: golang-packaging
|
||||
@ -35,8 +35,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%description
|
||||
This is the official command line client for Cloud Foundry.
|
||||
|
||||
%{gosrc_package}
|
||||
|
||||
%prep
|
||||
%setup -q -n cli-%{version}
|
||||
|
||||
@ -52,16 +50,9 @@ mkdir -p %{buildroot}/usr/bin
|
||||
cp ../go/bin/cli %{buildroot}/usr/bin/cf
|
||||
cp %{SOURCE1} ./
|
||||
|
||||
%gosrc
|
||||
%go_filelist
|
||||
%go_filelist --source
|
||||
|
||||
%files
|
||||
/usr/bin/cf
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGELOG.md LICENSE NOTICE README
|
||||
|
||||
%files source -f source.lst
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb62e9bed4b95b0042426dab9fd40890de48ed04a9ff654193cf803d35422f75
|
||||
size 5632074
|
3
v6.25.0.tar.gz
Normal file
3
v6.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77c81dd0e0af5e55569d262f6edd97050d377e776d663bcb55dd2dbc21809531
|
||||
size 5669226
|
Loading…
Reference in New Issue
Block a user