spec: fix the osbuild depedency
osbuild-composer doesn't actually require osbuild. osbuild-composer-worker does. Let's remove the dependency from osbuild-composer and depend on the right version of osbuild in the worker. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
a6df2877a3
commit
21f4a6416d
1 changed files with 2 additions and 3 deletions
|
|
@ -56,8 +56,6 @@ BuildRequires: golang(github.com/vmware/govmomi)
|
|||
|
||||
Requires: %{name}-worker = %{version}-%{release}
|
||||
Requires: systemd
|
||||
Requires: osbuild >= 23
|
||||
Requires: osbuild-ostree >= 23
|
||||
Requires: qemu-img
|
||||
|
||||
Provides: weldr
|
||||
|
|
@ -261,7 +259,8 @@ cd $PWD/_build/src/%{goipath}
|
|||
%package worker
|
||||
Summary: The worker for osbuild-composer
|
||||
Requires: systemd
|
||||
Requires: osbuild
|
||||
Requires: osbuild >= 23
|
||||
Requires: osbuild-ostree >= 23
|
||||
|
||||
# remove in F34
|
||||
Obsoletes: golang-github-osbuild-composer-worker < %{version}-%{release}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue