From 4790e4e59395ea95278c258ee9b83f05a0d5bdf6 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 28 Nov 2019 11:05:44 +0200 Subject: [PATCH] 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! --- golang-github-osbuild-composer.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index b6f14eef2..8ed2f44c3 100644 --- a/golang-github-osbuild-composer.spec +++ b/golang-github-osbuild-composer.spec @@ -31,6 +31,8 @@ BuildRequires: golang(github.com/gobwas/glob) Requires: systemd Requires: osbuild +Provides: osbuild-composer + %description %{common_description}