From 92336963f0c479401f4664b19c2d6e6f3e96c67d Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 6 Mar 2020 08:56:39 -0800 Subject: [PATCH] lorax-composer: Add 'weldr' to indicate it supports the weldr API osbuild-composer also supports the weldr API, and front-ends like cockpit-composer can use either one of them, so to make it easier to switch between them we are adding 'weldr' to each of the API servers. --- lorax.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lorax.spec b/lorax.spec index 289a2584..1b5bead4 100644 --- a/lorax.spec +++ b/lorax.spec @@ -160,6 +160,9 @@ Requires: python3-boto3 %{?systemd_requires} BuildRequires: systemd +# Implements the weldr API +Provides: weldr + %description composer lorax-composer provides a REST API for building images using lorax.