From 04fd34ceade38dd28216a838652e310fb96c11ef Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 28 Nov 2017 23:11:22 -0500 Subject: [PATCH 01/12] 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 02/12] 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 03/12] 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 04/12] 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 From a1617423b2e23e260e7fea90ce152a7cc8c00800 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 10 Feb 2018 22:31:56 -0500 Subject: [PATCH 05/12] use golang 1.10 Signed-off-by: Lokesh Mandvekar --- golang.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang.yaml b/golang.yaml index 1bfcdbe..0f7f718 100644 --- a/golang.yaml +++ b/golang.yaml @@ -41,4 +41,4 @@ data: rpms: golang: rationale: Primary component of this module - ref: f27 + ref: f28 From 1634227743fc8b32c0eaf555675139bda2ac0d0d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 10 Feb 2018 22:51:31 -0500 Subject: [PATCH 06/12] use correct branch name for golang component Signed-off-by: Lokesh Mandvekar --- golang.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang.yaml b/golang.yaml index 0f7f718..1824cc6 100644 --- a/golang.yaml +++ b/golang.yaml @@ -41,4 +41,4 @@ data: rpms: golang: rationale: Primary component of this module - ref: f28 + ref: master From 5825438e4c5542d9525b3a069b80a5857ada3575 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 5 Mar 2018 10:57:20 -0500 Subject: [PATCH 07/12] try building with older golang Signed-off-by: Lokesh Mandvekar --- golang.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/golang.yaml b/golang.yaml index 1824cc6..6868645 100644 --- a/golang.yaml +++ b/golang.yaml @@ -35,7 +35,6 @@ data: buildopts: rpms: macros: | - %_with_bootstrap 1 %_with_ignore_tests 1 components: rpms: From 2c1fde50eeb2c66c8b65851e9f500be3278b0bf4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 27 Mar 2018 13:46:14 -0400 Subject: [PATCH 08/12] build f28 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 6868645..48777bc 100644 --- a/golang.yaml +++ b/golang.yaml @@ -40,4 +40,4 @@ data: rpms: golang: rationale: Primary component of this module - ref: master + ref: f28 From 050bac0135ff40e0fb7112b85296559d5ef4df7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 9 Apr 2018 17:44:25 +0200 Subject: [PATCH 09/12] Updating to modulemd v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Ĺ abata --- golang.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/golang.yaml b/golang.yaml index 48777bc..fc91199 100644 --- a/golang.yaml +++ b/golang.yaml @@ -1,6 +1,6 @@ --- document: modulemd -version: 1 +version: 2 data: summary: The Go Programming Language description: >- @@ -10,10 +10,10 @@ data: module: - MIT dependencies: - buildrequires: - platform: f28 - requires: - platform: f28 + - buildrequires: + platform: [] + requires: + platform: [] references: community: https://groups.google.com/forum/#!forum/golang-nuts documentation: https://golang.org/doc From d6ad30745aef89e89b266908b713ea92fe73a834 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 29 May 2018 09:22:43 -0400 Subject: [PATCH 10/12] Empty commit to rebuild module Signed-off-by: Lokesh Mandvekar From 92882e9696b779110fd27aa11ddbc88f30eb82a2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Aug 2018 10:01:29 -0400 Subject: [PATCH 11/12] Rebuild for F30 branch Signed-off-by: Stephen Gallagher From b73308dee7c5faaca1cdff6798d4a124429d4aac Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 15 Oct 2019 16:15:36 -0400 Subject: [PATCH 12/12] just use the main package --- README.md | 3 --- dead.module | 1 + golang.yaml | 43 ------------------------------------------- 3 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 golang.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 90a3131..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# golang - -The golang package \ No newline at end of file diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..d1d9654 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +just use the main package diff --git a/golang.yaml b/golang.yaml deleted file mode 100644 index fc91199..0000000 --- a/golang.yaml +++ /dev/null @@ -1,43 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: The Go Programming Language - description: >- - This module provides the Go compiler and associated - tools and documentation. - license: - module: - - MIT - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] - 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 - - golang-tests - buildopts: - rpms: - macros: | - %_with_ignore_tests 1 - components: - rpms: - golang: - rationale: Primary component of this module - ref: f28