From 9403c6e795bf77aa214d0c57a41f40b5459d4997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 22 Sep 2021 15:39:03 +0200 Subject: [PATCH] schutzbot: pin osbuild to >=37 on all distros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bootloader option in ostree.config stage is new in osbuild 37. However, osbuild 37 contains a bug that prevents it from working in certain cases, thus we need to pin to a slightly newer commit that contains a fix for it: bug: https://github.com/osbuild/osbuild/issues/822 fix: https://github.com/osbuild/osbuild/pull/824 Signed-off-by: Ondřej Budai --- Schutzfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Schutzfile b/Schutzfile index 05435eaac..702b7c504 100644 --- a/Schutzfile +++ b/Schutzfile @@ -2,7 +2,7 @@ "fedora-33": { "dependencies": { "osbuild": { - "commit": "5d7316757b60645b5e0ee114614266fca297208e" + "commit": "662fe0feb9c3fd2843b34501900d466272aac776" } }, "dependants": { @@ -14,35 +14,35 @@ "fedora-34": { "dependencies": { "osbuild": { - "commit": "5d7316757b60645b5e0ee114614266fca297208e" + "commit": "662fe0feb9c3fd2843b34501900d466272aac776" } } }, "rhel-8.4": { "dependencies": { "osbuild": { - "commit": "5d7316757b60645b5e0ee114614266fca297208e" + "commit": "662fe0feb9c3fd2843b34501900d466272aac776" } } }, "rhel-8.5": { "dependencies": { "osbuild": { - "commit": "5d7316757b60645b5e0ee114614266fca297208e" + "commit": "662fe0feb9c3fd2843b34501900d466272aac776" } } }, "rhel-9.0": { "dependencies": { "osbuild": { - "commit": "5d7316757b60645b5e0ee114614266fca297208e" + "commit": "662fe0feb9c3fd2843b34501900d466272aac776" } } }, "centos-8": { "dependencies": { "osbuild": { - "commit": "5d7316757b60645b5e0ee114614266fca297208e" + "commit": "662fe0feb9c3fd2843b34501900d466272aac776" } } }