From c4d735ab3a3d4160848ba9049351d65b5b13568e Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Thu, 2 May 2024 17:38:02 +0300 Subject: [PATCH] Switch to Koji tag without devel repository --- platform.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.yaml b/platform.yaml index b4c610b..61ebef3 100644 --- a/platform.yaml +++ b/platform.yaml @@ -4,7 +4,7 @@ version: 1 data: name: platform stream: el8.9.0-java-bootstrap - version: 1 + version: 2 context: 00000000 summary: MSVSphere 8.9 java bootstrap description: MSVSphere 8.9 java bootstrap @@ -20,7 +20,7 @@ data: buildrequires: {} commit: virtual requires: {} - koji_tag: inferit-8_9-module-build-bootstrap + koji_tag: inferit-8_9-module-build-bootstrap-nodevel mse: TRUE virtual_streams: [el8] ...