From 8e85e8645a1896c0af0e6909127d7ec2626cbcf36f54b8672aed9dc564db79a1 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Tue, 6 Feb 2018 14:54:50 +0000 Subject: [PATCH] - add rpmlintrc file to spec - remove source url to prevent issues with the Concourse github-release resource OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=36 --- cf-cli.changes | 7 +++++++ cf-cli.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cf-cli.changes b/cf-cli.changes index 5b00729..2f7560f 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 6 14:51:50 UTC 2018 - thardeck@suse.com + +- add rpmlintrc file to spec +- remove source url to prevent issues with the Concourse + github-release resource + ------------------------------------------------------------------- Tue Feb 6 15:00:58 CET 2018 - aosthof@suse.de diff --git a/cf-cli.spec b/cf-cli.spec index a2c915f..305b7df 100644 --- a/cf-cli.spec +++ b/cf-cli.spec @@ -29,8 +29,9 @@ License: Apache-2.0 Summary: Cloud Foundry command line client Url: https://github.com/cloudfoundry/cli Group: System/Management -Source: https://github.com/cloudfoundry/cli/archive/v%{version}.tar.gz +Source: v%{version}.tar.gz Source1: README +Source2: cf-cli-rpmlintrc BuildRequires: go >= 1.8.3 BuildRequires: golang-packaging BuildRequires: xz