From c658d0495ee60fd6f2d1ac21a149c3b8a69fa1a7 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 3 Mar 2021 11:13:02 +0100 Subject: [PATCH] Schutzfile: pin osbuild for rhel-8.4 We need to test the PR before a new osbuild is released. Pinning to current `main`. In particular, we need to test against https://github.com/osbuild/osbuild/pull/600 --- Schutzfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Schutzfile b/Schutzfile index dae9e5566be..aa477be9534 100644 --- a/Schutzfile +++ b/Schutzfile @@ -21,6 +21,13 @@ } } }, + "rhel-8.4": { + "dependencies": { + "osbuild": { + "commit": "846b3274e35d7d088373be5601442374f628c3d0" + } + } + }, "centos-8": { "dependencies": { "osbuild": {