From 3b75d032d0acd96c7f3fcac6b763f02ffae27d82 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 14 Nov 2022 18:43:52 +0200 Subject: [PATCH] tests: Specify commit for newer osbuild --- Schutzfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Schutzfile b/Schutzfile index a68c8365f..46f87f09b 100644 --- a/Schutzfile +++ b/Schutzfile @@ -214,6 +214,11 @@ ] }, "rhel-8.8": { + "dependencies": { + "osbuild": { + "commit": "f34bee944bdfc590cf25159521ee66c515d0cf10" + } + }, "repos": [ { "file": "/etc/yum.repos.d/rhel8internal.repo", @@ -308,6 +313,11 @@ ] }, "rhel-9.2": { + "dependencies": { + "osbuild": { + "commit": "f34bee944bdfc590cf25159521ee66c515d0cf10" + } + }, "repos": [ { "file": "/etc/yum.repos.d/rhel9internal.repo",