spec: depend on osbuild v85

osbuild v85 added the ability to save the `sslverify` field, this
commit sets the dependency to v85.

Added in https://github.com/osbuild/osbuild/pull/1298
This commit is contained in:
Gianluca Zuccarelli 2023-05-11 11:09:22 +01:00 committed by Achilleas Koutsou
parent 388e2572d7
commit 744eb9d337

View file

@ -296,10 +296,10 @@ 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 >= 83
Requires: osbuild-ostree >= 83
Requires: osbuild-lvm2 >= 83
Requires: osbuild-luks2 >= 83
Requires: osbuild >= 85
Requires: osbuild-ostree >= 85
Requires: osbuild-lvm2 >= 85
Requires: osbuild-luks2 >= 85
Requires: %{name}-dnf-json = %{version}-%{release}
%description worker