commit 52d695300b86096e0ad7f21d7ee96f29dda18e85 Author: Eugene Zamriy Date: Wed Apr 10 15:19:06 2024 +0300 el8.9.0 platform module diff --git a/platform.yaml b/platform.yaml new file mode 100644 index 0000000..29d4183 --- /dev/null +++ b/platform.yaml @@ -0,0 +1,26 @@ +--- +document: modulemd +version: 1 +data: + name: platform + stream: el8.9.0 + version: 1 + context: 00000000 + summary: MSVSphere 8.9 base + description: MSVSphere 8.9 base + license: + module: [MIT] + profiles: + buildroot: + rpms: [bash, bzip2, coreutils, cpio, diffutils, findutils, gawk, gcc, gcc-c++, 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, gnupg2, inferitpkg-minimal, module-build-macros, sphere-release, redhat-rpm-config, rpm-build, shadow-utils] + xmd: + mbs: + buildrequires: {} + commit: virtual + requires: {} + koji_tag: inferit-8_9-module-build + mse: TRUE + virtual_streams: [el8] +...