From c4d2a16ee6024f0dfdaec81186e23cafa4963337 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 24 2021 16:17:46 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/osbuild-composer.spec b/SPECS/osbuild-composer.spec index 7819d09..76d1f52 100644 --- a/SPECS/osbuild-composer.spec +++ b/SPECS/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 27 +Version: 28 %gometa @@ -46,6 +46,7 @@ BuildRequires: golang(github.com/deepmap/oapi-codegen/pkg/codegen) BuildRequires: golang(github.com/go-chi/chi) BuildRequires: golang(github.com/google/uuid) BuildRequires: golang(github.com/julienschmidt/httprouter) +BuildRequires: golang(github.com/getkin/kin-openapi/openapi3) BuildRequires: golang(github.com/kolo/xmlrpc) BuildRequires: golang(github.com/labstack/echo/v4) BuildRequires: golang(github.com/gobwas/glob) @@ -272,8 +273,8 @@ The core osbuild-composer binary. This is suitable both for spawning in containe Summary: The worker for osbuild-composer Requires: systemd Requires: qemu-img -Requires: osbuild >= 23 -Requires: osbuild-ostree >= 23 +Requires: osbuild >= 24 +Requires: osbuild-ostree >= 24 # remove in F34 Obsoletes: golang-github-osbuild-composer-worker < %{version}-%{release} @@ -362,7 +363,11 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif + %changelog +* Sat Feb 20 2021 Martin Sehnoutka - 28-1 +- New upstream release + * Fri Feb 05 2021 Ondrej Budai - 27-1 - New upstream release