Provides: osbuild-composer in .spec

this is a small helper to enable easy switch between backends
in the existing test suite where we reference everything by name.

The current working variant is:

	yum install $BACKEND
	systemctl enable $BACKEND.socket

where BACKEND is either lorax-composer or osbuild-composer!
This commit is contained in:
Alexander Todorov 2019-11-28 11:05:44 +02:00 committed by Tom Gundersen
parent 7485094b34
commit 4790e4e593

View file

@ -31,6 +31,8 @@ BuildRequires: golang(github.com/gobwas/glob)
Requires: systemd
Requires: osbuild
Provides: osbuild-composer
%description
%{common_description}