spec/worker: move qemu-img dependency
It is the worker that uses qemu-img, not composer itself.
This commit is contained in:
parent
d423007482
commit
3c42339339
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ BuildRequires: golang(github.com/vmware/govmomi)
|
|||
|
||||
Requires: %{name}-worker = %{version}-%{release}
|
||||
Requires: systemd
|
||||
Requires: qemu-img
|
||||
|
||||
Provides: weldr
|
||||
|
||||
|
|
@ -260,6 +259,7 @@ cd $PWD/_build/src/%{goipath}
|
|||
%package worker
|
||||
Summary: The worker for osbuild-composer
|
||||
Requires: systemd
|
||||
Requires: qemu-img
|
||||
Requires: osbuild >= 23
|
||||
Requires: osbuild-ostree >= 23
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue