Tim Hardeck 2017-03-21 15:27:25 +00:00 committed by Git OBS Bridge
parent 6651c9b405
commit 86d1e316c1

View File

@ -37,9 +37,9 @@ This is the official command line client for Cloud Foundry.
%prep
%setup -q -n cli-%{version}
cp %{SOURCE1} ./
%build
cp %{SOURCE1} ./
# show correct version instead of 0.0.0
grep -rl "0.0.0-unknown-version" ./ | xargs sed -i 's/0.0.0-unknown-version/%{version}/g'
%goprep %{import_path}