From 64dc942001a071c0ab9c16f2d72107da24f5e876 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Fri, 13 Jan 2023 14:49:07 +0100 Subject: [PATCH] Schutzfile: bump osbuild commit for GA RHEL Since composer is not updated into these distributions, it's safe to use a newer version of osbuild on them without the risk of releasing a composer version which would require an unreleased osbuild version. --- Schutzfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Schutzfile b/Schutzfile index 4fa94ff27..23692aeb2 100644 --- a/Schutzfile +++ b/Schutzfile @@ -156,21 +156,21 @@ "rhel-8.4": { "dependencies": { "osbuild": { - "commit": "fdf064b15a1ef42bd13abdfcb7e08f764f596a60" + "commit": "ae563ff8962be0ae13e5becd0a3c2c646eeacc24" } } }, "rhel-8.6": { "dependencies": { "osbuild": { - "commit": "fdf064b15a1ef42bd13abdfcb7e08f764f596a60" + "commit": "ae563ff8962be0ae13e5becd0a3c2c646eeacc24" } } }, "rhel-8.7": { "dependencies": { "osbuild": { - "commit": "fdf064b15a1ef42bd13abdfcb7e08f764f596a60" + "commit": "ae563ff8962be0ae13e5becd0a3c2c646eeacc24" } } }, @@ -223,14 +223,14 @@ "rhel-9.0": { "dependencies": { "osbuild": { - "commit": "fdf064b15a1ef42bd13abdfcb7e08f764f596a60" + "commit": "ae563ff8962be0ae13e5becd0a3c2c646eeacc24" } } }, "rhel-9.1": { "dependencies": { "osbuild": { - "commit": "fdf064b15a1ef42bd13abdfcb7e08f764f596a60" + "commit": "ae563ff8962be0ae13e5becd0a3c2c646eeacc24" } } },