From ed428879a2d73c07a34a8700ea461c0b89b30cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 23 Feb 2021 12:13:04 +0100 Subject: [PATCH] schutzbot: use downstream osbuild for Fedora and RHEL 8.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It landed in all these distros. We need to wait a bit for CentOS Stream though. Signed-off-by: Ondřej Budai --- Schutzfile | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Schutzfile b/Schutzfile index 22972185d..ba68e075f 100644 --- a/Schutzfile +++ b/Schutzfile @@ -1,10 +1,5 @@ { "fedora-32": { - "dependencies": { - "osbuild": { - "commit": "6f1350d72d210767062a8e346e1472305703686b" - } - }, "dependants": { "koji-osbuild": { "commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174" @@ -26,25 +21,11 @@ } } }, - "fedora-33": { - "dependencies": { - "osbuild": { - "commit": "6f1350d72d210767062a8e346e1472305703686b" - } - } - }, "centos-8": { "dependencies": { "osbuild": { "commit": "6f1350d72d210767062a8e346e1472305703686b" } } - }, - "rhel-8.4": { - "dependencies": { - "osbuild": { - "commit": "6f1350d72d210767062a8e346e1472305703686b" - } - } } }