From e64cc2effe224c07a02eabadd8a5f7758a18775f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 16 Jul 2021 11:06:34 +0200 Subject: [PATCH] schutzfile: remove rhel-8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't run on RHEL 8.3 anymore. Note that the koji-osbuild rev-deps test is not run anymore, therefore it's fine to drop dependants, see: https://github.com/osbuild/osbuild-composer/issues/1559 We should reintroduce it though. Signed-off-by: Ondřej Budai --- Schutzfile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Schutzfile b/Schutzfile index 8aeade50b..05435eaac 100644 --- a/Schutzfile +++ b/Schutzfile @@ -18,21 +18,6 @@ } } }, - "rhel-8.3": { - "dependencies": { - "osbuild": { - "commit": "5d7316757b60645b5e0ee114614266fca297208e" - } - }, - "dependants": { - "koji-osbuild": { - "commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174", - "pre_install_packages": [ - "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" - ] - } - } - }, "rhel-8.4": { "dependencies": { "osbuild": {