From de43b812a85dc9925cb4f8b938d4a1f70c278304 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 8 Aug 2022 12:28:37 -0400 Subject: [PATCH] Update yaml --- golang-ecosystem.yaml | 62 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 golang-ecosystem.yaml diff --git a/golang-ecosystem.yaml b/golang-ecosystem.yaml new file mode 100644 index 0000000..a221827 --- /dev/null +++ b/golang-ecosystem.yaml @@ -0,0 +1,62 @@ +--- +document: modulemd +version: 2 +data: + name: golang-ecosystem + stream: 1.0 + version: 8010020191120164442 + context: cdc1202b + summary: The ecosystem of packages for the Go programming language + description: >- + This module contains golang based tools used as dependencies for other packages, + for instance, go-md2man, a manpage converter written in Go. + license: + module: + - MIT + xmd: + mbs: + mse: TRUE + buildrequires: + platform: + ref: virtual + stream: el8.1.0 + context: 00000000 + version: 2 + koji_tag: module-centos-8.1.0-build + stream_collision_modules: + ursine_rpms: + filtered_rpms: [] + scmurl: git+https://git.centos.org/modules/golang-ecosystem.git?#a9bfdf33835d03622fc88ac8f1779ce78fde26fd + commit: a9bfdf33835d03622fc88ac8f1779ce78fde26fd + rpms: + golang-github-cpuguy83-go-md2man: + ref: 3199389259ddb4e6b1237e7cadefeeb72c66d4a9 + dependencies: + - buildrequires: + platform: [el8.1.0] + requires: + platform: [el8] + references: + community: https://github.com/golang-github-cpuguy83-go-md2man + documentation: https://github.com/golang-github-cpuguy83-go-md2man + tracker: https://github.com/golang-github-cpuguy83-go-md2man + profiles: + default: + rpms: + - golang-github-cpuguy83-go-md2man + api: + rpms: + - golang-github-cpuguy83-go-md2man + buildopts: + rpms: + macros: | + %_with_ignore_tests 1 + components: + rpms: + golang-github-cpuguy83-go-md2man: + rationale: Primary component of this module. + repository: git+https://git.centos.org/rpms/golang-github-cpuguy83-go-md2man + cache: https://git.centos.org/repo/pkgs/golang-github-cpuguy83-go-md2man + ref: 3199389259ddb4e6b1237e7cadefeeb72c66d4a9 + arches: [aarch64, i686, ppc64le, x86_64] +...