From 333eb70d07e1f98c7c65e80a593a523b5f8a7786 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 19 Aug 2025 09:45:22 +0200 Subject: [PATCH] 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. --- image-builder.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-builder.spec b/image-builder.spec index f7b2ce4..d5bc7e3 100644 --- a/image-builder.spec +++ b/image-builder.spec @@ -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