diff --git a/cf-cli.changes b/cf-cli.changes index 7f8c23f..0365561 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 15:18:09 CET 2016 - svollath@suse.de + +- renamed source tarball to real name (v6.22.2.tar.gz) + ------------------------------------------------------------------- Mon Dec 5 14:44:09 CET 2016 - svollath@suse.de diff --git a/cf-cli.spec b/cf-cli.spec index edf2d53..0bc19a0 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -24,7 +24,7 @@ License: Apache-2.0 Summary: Cloud Foundry command line client Url: https://github.com/cloudfoundry/cli Group: System/Management -Source0: cli-%{version}.tar.gz +Source0: v%{version}.tar.gz Source1: README Patch1: 0001-Use-plain-version-string.patch BuildRequires: go >= 1.6.0 diff --git a/cli-6.22.2.tar.gz b/v6.22.2.tar.gz similarity index 100% rename from cli-6.22.2.tar.gz rename to v6.22.2.tar.gz