diff --git a/cf-cli.changes b/cf-cli.changes index 6655493..6a56abe 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 22 17:04:44 UTC 2017 - thardeck@suse.com + +- revert some spec changes to fix Tumbleweed building + ------------------------------------------------------------------- Tue Mar 21 15:23:14 UTC 2017 - thardeck@suse.com diff --git a/cf-cli.spec b/cf-cli.spec index b156840..e4d9c4a 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -46,10 +46,10 @@ grep -rl "0.0.0-unknown-version" ./ | xargs sed -i 's/0.0.0-unknown-version/%{ve %gobuild %install -%goinstall +install -m 755 -d %{buildroot}/%{_bindir} +cp ../go/bin/cli %{buildroot}/%{_bindir}/cf install -m 755 -d %{buildroot}/%{_sysconfdir}/bash_completion.d cp ci/installers/completion/cf %{buildroot}/%{_sysconfdir}/bash_completion.d/cf.sh -mv %{buildroot}/%{_bindir}/cli %{buildroot}/%{_bindir}/cf %files %defattr(-,root,root,-)