This commit is contained in:
parent
094f83aaf0
commit
4a5cc55696
@ -1,7 +1,6 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 12 11:49:59 UTC 2017 - thardeck@suse.com
|
Thu Oct 12 11:49:59 UTC 2017 - thardeck@suse.com
|
||||||
|
|
||||||
- adapt setup process to new github release tarballs
|
|
||||||
- run go-bindata to create the in newer tarballs missing resource file
|
- run go-bindata to create the in newer tarballs missing resource file
|
||||||
(borrowed from bin/generate-language-resources to work without internet)
|
(borrowed from bin/generate-language-resources to work without internet)
|
||||||
|
|
||||||
|
@ -44,7 +44,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
This is the official command line client for Cloud Foundry.
|
This is the official command line client for Cloud Foundry.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cli-%{version}
|
%setup -q -c -n %{name}-%{version}
|
||||||
|
mv */* ./
|
||||||
cp %{SOURCE1} ./
|
cp %{SOURCE1} ./
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user