From 04fd34ceade38dd28216a838652e310fb96c11ef Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 28 Nov 2017 23:11:22 -0500 Subject: [PATCH 1/4] Resolves: #1500502 - initial upload Signed-off-by: Lokesh Mandvekar --- golang.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 golang.yaml diff --git a/golang.yaml b/golang.yaml new file mode 100644 index 0000000..961b073 --- /dev/null +++ b/golang.yaml @@ -0,0 +1,44 @@ +--- +document: modulemd +version: 1 +data: + summary: The Go Programming Language + description: >- + This module provides the Go compiler and associated + tools and documentation. + license: + module: + - MIT + dependencies: + buildrequires: + platform: f27 + perl: 5.26 + requires: + platform: f27 + references: + community: https://groups.google.com/forum/#!forum/golang-nuts + documentation: https://golang.org/doc + tracker: https://github.com/golang/go/issues + profiles: + default: + rpms: + - golang + api: + rpms: + - golang + - golang-bin + - golang-docs + - golang-misc + - golang-race + - golang-shared + - golang-src + buildopts: + rpms: + macros: | + %_with_bootstrap 0 + %_with_ignore_tests 1 + components: + rpms: + golang: + rationale: Primary component of this module + ref: f27 From beb4e7ad1a8dfbec614eda43397a173daaeb7239 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 29 Nov 2017 10:08:32 -0500 Subject: [PATCH 2/4] improve macro readability, also provide golang-tests Signed-off-by: Lokesh Mandvekar --- golang.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/golang.yaml b/golang.yaml index 961b073..f7499c1 100644 --- a/golang.yaml +++ b/golang.yaml @@ -32,10 +32,11 @@ data: - golang-race - golang-shared - golang-src + - golang-tests buildopts: rpms: macros: | - %_with_bootstrap 0 + %_with_bootstrap 1 %_with_ignore_tests 1 components: rpms: From 751a924513b9cf7e046c9e4f0fda178330612f5c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 7 Feb 2018 08:38:26 -0500 Subject: [PATCH 3/4] bump to f28 Signed-off-by: Lokesh Mandvekar --- golang.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/golang.yaml b/golang.yaml index f7499c1..1824cc6 100644 --- a/golang.yaml +++ b/golang.yaml @@ -11,10 +11,9 @@ data: - MIT dependencies: buildrequires: - platform: f27 - perl: 5.26 + platform: f28 requires: - platform: f27 + platform: f28 references: community: https://groups.google.com/forum/#!forum/golang-nuts documentation: https://golang.org/doc @@ -42,4 +41,4 @@ data: rpms: golang: rationale: Primary component of this module - ref: f27 + ref: master From 2eb263c9af123d4ff23812aea4f3dbbaca7e07a2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 7 Feb 2018 08:39:32 -0500 Subject: [PATCH 4/4] use f27 branch of component rpm Signed-off-by: Lokesh Mandvekar --- golang.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang.yaml b/golang.yaml index 1824cc6..1bfcdbe 100644 --- a/golang.yaml +++ b/golang.yaml @@ -41,4 +41,4 @@ data: rpms: golang: rationale: Primary component of this module - ref: master + ref: f27