From fbd8ed254e943c6e39abf867990806712c35b4b7 Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Fri, 10 May 2024 10:26:39 +0300 Subject: [PATCH] Adds el8.9.0-python27-bootstrap platform definition --- platform.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform.yaml b/platform.yaml index 29d4183..2a7855e 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-python27-bootstrap version: 1 context: 00000000 - summary: MSVSphere 8.9 base - description: MSVSphere 8.9 base + summary: MSVSphere 8.9 Python 2.7 bootstrap + description: MSVSphere 8.9 Python 2.7 bootstrap 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-bootstrap-python27 mse: TRUE virtual_streams: [el8] ...