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 <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-11-11 18:21:46 +01:00 committed by Lars Karlitski
parent ce6854d781
commit d87d9eb27b

View file

@ -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 <obudai@redhat.com> - 0-1
- CHANGE ME, this is not official Fedora release!
* Mon Nov 11 13:23:00 CEST 2019 Tom Gundersen <teg@jklm.no> - 1-1
- First release.