spec: sync
f7c4dca5and6d7181e8changed the new spec file but omitted the changes from the old one. This commit syncs them for consistency sake.
This commit is contained in:
parent
f87154af75
commit
ee782c6860
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ BuildRequires: golang(github.com/google/uuid)
|
||||||
BuildRequires: golang(github.com/julienschmidt/httprouter)
|
BuildRequires: golang(github.com/julienschmidt/httprouter)
|
||||||
BuildRequires: golang(github.com/gobwas/glob)
|
BuildRequires: golang(github.com/gobwas/glob)
|
||||||
BuildRequires: golang(github.com/google/go-cmp/cmp)
|
BuildRequires: golang(github.com/google/go-cmp/cmp)
|
||||||
|
BuildRequires: golang(github.com/gophercloud/gophercloud)
|
||||||
BuildRequires: golang(github.com/stretchr/testify)
|
BuildRequires: golang(github.com/stretchr/testify)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
@ -210,6 +211,7 @@ systemctl stop "osbuild-worker@*.service" "osbuild-remote-worker@*.service"
|
||||||
%package tests
|
%package tests
|
||||||
Summary: Integration tests
|
Summary: Integration tests
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: %{name}-rcm = %{version}-%{release}
|
||||||
Requires: composer-cli
|
Requires: composer-cli
|
||||||
Requires: createrepo_c
|
Requires: createrepo_c
|
||||||
Requires: genisoimage
|
Requires: genisoimage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue