spec: update min_osbuild_version to 157

The images library now needs osbuild >= 157 (see commit
71efe43fcb in the images library). So we need to bump our
image-builder.spec file dependency.
This commit is contained in:
Michael Vogt 2025-08-19 09:45:22 +02:00
parent 5e24db6def
commit 333eb70d07

View file

@ -3,7 +3,7 @@
# required. So if this needs backport to places where there is no
# recent osbuild available we could simply make --use-librepo false
# and go back to 129.
%global min_osbuild_version 156
%global min_osbuild_version 157
%global goipath github.com/osbuild/image-builder-cli