From d87d9eb27bf9b7dab8054fe6a086ce8f1ea2a7fb Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 11 Nov 2019 18:21:46 +0100 Subject: [PATCH] spec: fix a couple of rpmlint warnings Addressing https://bugzilla.redhat.com/show_bug.cgi?id=1768774#c1 The review also points out that the Source0 URL is wrong, I fixed this by pushing a new tag: `v1`, rather than just `1`. Signed-off-by: Tom Gundersen --- golang-github-osbuild-composer.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index 84921c8d5..14a9ad920 100644 --- a/golang-github-osbuild-composer.spec +++ b/golang-github-osbuild-composer.spec @@ -7,7 +7,7 @@ Version: 1 %gometa %global common_description %{expand: -An image building service based on osbuild. +An image building service based on osbuild It is inspired by lorax-composer and exposes the same API. As such, it is a drop-in replacement. } @@ -76,6 +76,6 @@ export GOPATH=$(pwd)/_build:%{gopath} %{_sysusersdir}/osbuild-composer.conf %changelog -* Fri Oct 25 13:23:00 CEST 2019 Ondřej Budai - 0-1 -- CHANGE ME, this is not official Fedora release! +* Mon Nov 11 13:23:00 CEST 2019 Tom Gundersen - 1-1 +- First release.