Tim Hardeck 2017-10-12 12:03:15 +00:00 committed by Git OBS Bridge
parent 094f83aaf0
commit 4a5cc55696
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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