From a688ecd2428bb3942f99edaffdbf983b80d4d6cd Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Sun, 30 Apr 2023 00:01:30 +0300 Subject: [PATCH] Initial commit --- platform.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 platform.yaml diff --git a/platform.yaml b/platform.yaml new file mode 100644 index 0000000..28dabf6 --- /dev/null +++ b/platform.yaml @@ -0,0 +1,26 @@ +--- +document: modulemd +version: 1 +data: + name: platform + stream: el9.1.0 + version: 1 + context: 00000000 + summary: MSVSphere 9.1 base + description: MSVSphere 9.1 base + license: + module: [MIT] + profiles: + buildroot: + rpms: [bash, bzip2, coreutils, cpio, diffutils, findutils, gawk, glibc-minimal-langpack, grep, gzip, info, make, module-build-macros, patch, redhat-rpm-config, rpm-build, sed, shadow-utils, sphere-release, tar, unzip, util-linux, which, xz] + srpm-buildroot: + rpms: [bash, inferitpkg-minimal, glibc-minimal-langpack, gnupg2, module-build-macros, sphere-release, redhat-rpm-config, rpm-build, shadow-utils] + xmd: + mbs: + buildrequires: {} + commit: virtual + requires: {} + koji_tag: inferit-9_1-staging + mse: TRUE + virtual_streams: [el9] +...