From a68c2f5309203e6a111f021243e8770ad9697589 Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Wed, 22 May 2024 23:59:26 +0300 Subject: [PATCH] Adds el8.9.0-no-ecj platform definition --- platform.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform.yaml b/platform.yaml index 29d4183..2b54d08 100644 --- a/platform.yaml +++ b/platform.yaml @@ -3,11 +3,11 @@ document: modulemd version: 1 data: name: platform - stream: el8.9.0 + stream: el8.9.0-no-ecj version: 1 context: 00000000 - summary: MSVSphere 8.9 base - description: MSVSphere 8.9 base + summary: MSVSphere 8.9 without system ecj package + description: MSVSphere 8.9 without system ecj package license: module: [MIT] profiles: @@ -20,7 +20,7 @@ data: buildrequires: {} commit: virtual requires: {} - koji_tag: inferit-8_9-module-build + koji_tag: inferit-8_9-module-build-no-ecj mse: TRUE virtual_streams: [el8] ...