From ee782c6860469fe6bfd6a35ab3660dcbb81b9797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 29 Jun 2020 12:00:04 +0200 Subject: [PATCH] spec: sync f7c4dca5 and 6d7181e8 changed the new spec file but omitted the changes from the old one. This commit syncs them for consistency sake. --- 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 4061b2dab..021628522 100644 --- a/golang-github-osbuild-composer.spec +++ b/golang-github-osbuild-composer.spec @@ -39,6 +39,7 @@ BuildRequires: golang(github.com/google/uuid) BuildRequires: golang(github.com/julienschmidt/httprouter) BuildRequires: golang(github.com/gobwas/glob) BuildRequires: golang(github.com/google/go-cmp/cmp) +BuildRequires: golang(github.com/gophercloud/gophercloud) BuildRequires: golang(github.com/stretchr/testify) %endif @@ -210,6 +211,7 @@ systemctl stop "osbuild-worker@*.service" "osbuild-remote-worker@*.service" %package tests Summary: Integration tests Requires: %{name} = %{version}-%{release} +Requires: %{name}-rcm = %{version}-%{release} Requires: composer-cli Requires: createrepo_c Requires: genisoimage