From 4a5cc55696a60a2b86e9d2d30c5f8b19b411a9847a5eecb7ce9e3668b73e7d25 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Thu, 12 Oct 2017 12:03:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=28 --- cf-cli.changes | 1 - cf-cli.spec | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cf-cli.changes b/cf-cli.changes index 25b03cb..2a1a335 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,7 +1,6 @@ ------------------------------------------------------------------- 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 (borrowed from bin/generate-language-resources to work without internet) diff --git a/cf-cli.spec b/cf-cli.spec index d40f740..efe0c6e 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -44,7 +44,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build This is the official command line client for Cloud Foundry. %prep -%setup -q -n cli-%{version} +%setup -q -c -n %{name}-%{version} +mv */* ./ cp %{SOURCE1} ./ %build