From 86d1e316c10c87eebea7c957fd7158c0e444a2d104cc6f9770a40371352f86df Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Tue, 21 Mar 2017 15:27:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=10 --- cf-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-cli.spec b/cf-cli.spec index bc04115..e44c94d 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -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}