From ae4a1384e31bfd2100a288ee3ec7cdd9723a12cf Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Sat, 13 Mar 2021 15:50:10 +0100 Subject: [PATCH] Schutzfile: pin osbuild for rhel-8.4 The new rhel-edge-installer requires unreleased fixes: https://github.com/osbuild/osbuild/pull/610 https://github.com/osbuild/osbuild/pull/611 --- Schutzfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Schutzfile b/Schutzfile index cac6c6745..a71b52572 100644 --- a/Schutzfile +++ b/Schutzfile @@ -24,7 +24,7 @@ "rhel-8.4": { "dependencies": { "osbuild": { - "commit": "846b3274e35d7d088373be5601442374f628c3d0" + "commit": "3eea6e54d95bda4bebbd96db2d25e6d96c121d74" } } },