From f5701461d8db6009fda35af03bd48f4725db62c7 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Mon, 25 Sep 2017 18:02:15 +0200 Subject: [PATCH 01/17] Adjust modulemd to build from f26 --- README.md | 2 -- nodejs.yaml | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b7e42a..16963fc 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ build dependencies calculated by brt_dep_solver compat-openssl10 gcc icu -libuv runtime dependencies calculated by brt_dep_solver ------------------------------------------------- -libuv diff --git a/nodejs.yaml b/nodejs.yaml index f851ef1..986f5b5 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -47,7 +47,8 @@ data: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 - ref: d54471 + ref: f26 + #46c283 nodejs-packaging: rationale: Runtime dependency of nodejs-devel. buildorder: 10 From 01dadb7a39b98f71fce624dccef9dd72cd912ae9 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 6 Oct 2017 22:56:33 +0200 Subject: [PATCH 02/17] Update, add rpm macros --- nodejs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index 986f5b5..c981268 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,13 +42,16 @@ data: - nodejs - nodejs-devel - npm + buildopts: + rpms: + macros: | + %_with_bootstrap 1 components: rpms: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 ref: f26 - #46c283 nodejs-packaging: rationale: Runtime dependency of nodejs-devel. buildorder: 10 From 30d4fe481907f111e012e6cea31caaad48c594c1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 7 Nov 2017 08:27:06 -0500 Subject: [PATCH 03/17] Build the latest Node.js 6.x Signed-off-by: Stephen Gallagher --- nodejs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index c981268..1502afd 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -14,10 +14,10 @@ data: buildrequires: # http-parser, libuv, c-ares and V8 are bundled # openssl, icu and zlib should be provided by platform - platform: master + platform: f27 python2: master requires: - platform: master + platform: f27 python2: master references: community: http://nodejs.org @@ -51,7 +51,8 @@ data: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 - ref: f26 + ref: f26 nodejs-packaging: rationale: Runtime dependency of nodejs-devel. buildorder: 10 + ref: master From 2e477ad115fccf840d4e0ca53154e4c53e3ad67c Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 10 Nov 2017 15:43:30 +0100 Subject: [PATCH 04/17] v6.12.0 rebuild From 7e35ebf6016603b3023f223c375d8c4996d964b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 16 Nov 2017 14:39:06 +0100 Subject: [PATCH 05/17] Port to platform:f27 All dependencies including python2 must run-require the same platform stream. --- nodejs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 1502afd..4ea81dc 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -15,10 +15,10 @@ data: # http-parser, libuv, c-ares and V8 are bundled # openssl, icu and zlib should be provided by platform platform: f27 - python2: master + python2: 2.7 requires: platform: f27 - python2: master + python2: 2.7 references: community: http://nodejs.org documentation: http://nodejs.org/en/docs From ed051a3a76cffb5cc7f84181e55bf8e8b7f0bab0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 12 Jan 2018 13:40:45 -0500 Subject: [PATCH 06/17] Building for new hybrid approach Signed-off-by: Stephen Gallagher --- nodejs.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 4ea81dc..2ff4a56 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -14,11 +14,9 @@ data: buildrequires: # http-parser, libuv, c-ares and V8 are bundled # openssl, icu and zlib should be provided by platform - platform: f27 - python2: 2.7 + platform: f28 requires: - platform: f27 - python2: 2.7 + platform: f28 references: community: http://nodejs.org documentation: http://nodejs.org/en/docs @@ -51,7 +49,7 @@ data: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 - ref: f26 + ref: epel7 nodejs-packaging: rationale: Runtime dependency of nodejs-devel. buildorder: 10 From dbefdd467d9baca0d53f95c6fa73d7ed6beacc39 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 5 Feb 2018 09:51:17 -0500 Subject: [PATCH 07/17] Build for Modularity 2.0 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 2ff4a56..51e61d5 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -12,9 +12,6 @@ data: module: MIT dependencies: buildrequires: - # http-parser, libuv, c-ares and V8 are bundled - # openssl, icu and zlib should be provided by platform - platform: f28 requires: platform: f28 references: @@ -40,17 +37,9 @@ data: - nodejs - nodejs-devel - npm - buildopts: - rpms: - macros: | - %_with_bootstrap 1 components: rpms: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 - ref: epel7 - nodejs-packaging: - rationale: Runtime dependency of nodejs-devel. - buildorder: 10 - ref: master + ref: 6 From e371f804870e64fbe7d75894a21badfef3b8f6af Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 5 Feb 2018 10:05:04 -0500 Subject: [PATCH 08/17] Fix references Signed-off-by: Stephen Gallagher --- nodejs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 51e61d5..4f09f79 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -17,8 +17,7 @@ data: references: community: http://nodejs.org documentation: http://nodejs.org/en/docs - github: http://github.com/nodejs/node - npm: http://npmjs.com + tracker: https://github.com/nodejs/node/issues profiles: default: rpms: From 84eb28bf47a095ac30720765f8d7d94b277030d1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 5 Feb 2018 10:16:20 -0500 Subject: [PATCH 09/17] Fix missing BR Signed-off-by: Stephen Gallagher --- nodejs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodejs.yaml b/nodejs.yaml index 4f09f79..dadb589 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -12,6 +12,7 @@ data: module: MIT dependencies: buildrequires: + platform: f28 requires: platform: f28 references: From 4c1de66ffb7bf446bcb8f3c6a78f14b5c07a339b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Mar 2018 09:46:05 -0500 Subject: [PATCH 10/17] Update to 6.13.1 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index dadb589..900bc5d 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -9,7 +9,7 @@ data: makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. license: - module: MIT + module: [MIT] dependencies: buildrequires: platform: f28 From 2396aa57de485d45c18352ef5976834eb1fdd18c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Mar 2018 09:47:04 -0500 Subject: [PATCH 11/17] Resubmit after pushing the correct nodejs ref Signed-off-by: Stephen Gallagher From 2d349c5055939081aefa37d71cd77051d235cb79 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Mar 2018 10:55:46 -0500 Subject: [PATCH 12/17] Rebuild with python fix From b498a993db02b63be2f370e6179af67407acc771 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 28 Mar 2018 14:59:17 -0400 Subject: [PATCH 13/17] Update to 6.14.0 Signed-off-by: Stephen Gallagher From 1a2b4947d29e6365fd644a79b470a5b3c03b1ef4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 9 Apr 2018 10:31:30 -0400 Subject: [PATCH 14/17] Update to modulemdv2 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 88 +++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 900bc5d..e32a150 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,45 +1,47 @@ +--- document: modulemd -version: 1 +version: 2 data: - summary: Javascript runtime - description: >- - Node.js is a platform built on Chrome''s JavaScript runtime - for easily building fast, scalable network applications. - Node.js uses an event-driven, non-blocking I/O model that - makes it lightweight and efficient, perfect for data-intensive - real-time applications that run across distributed devices. - license: - module: [MIT] - dependencies: - buildrequires: - platform: f28 - requires: - platform: f28 - references: - community: http://nodejs.org - documentation: http://nodejs.org/en/docs - tracker: https://github.com/nodejs/node/issues - profiles: - default: - rpms: - - nodejs - - npm - development: - rpms: - - nodejs - - nodejs-devel - - npm - minimal: - rpms: - - nodejs - api: - rpms: - - nodejs - - nodejs-devel - - npm - components: - rpms: - nodejs: - rationale: Javascript runtime and npm package manager. - buildorder: 10 - ref: 6 + summary: Javascript runtime + description: >- + Node.js is a platform built on Chrome''s JavaScript runtime for easily building + fast, scalable network applications. Node.js uses an event-driven, non-blocking + I/O model that makes it lightweight and efficient, perfect for data-intensive + real-time applications that run across distributed devices. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + references: + community: http://nodejs.org + documentation: http://nodejs.org/en/docs + tracker: https://github.com/nodejs/node/issues + profiles: + default: + rpms: + - nodejs + - npm + development: + rpms: + - nodejs + - nodejs-devel + - npm + minimal: + rpms: + - nodejs + api: + rpms: + - nodejs + - nodejs-devel + - npm + components: + rpms: + nodejs: + rationale: Javascript runtime and npm package manager. + ref: 6 + buildorder: 10 +... From 123d05ea45b83351403e933e2d0c52ded37829dc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 3 May 2018 09:37:22 -0400 Subject: [PATCH 15/17] Update to 6.14.2 Don't build for F29+ Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index e32a150..15defd6 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -13,9 +13,9 @@ data: - MIT dependencies: - buildrequires: - platform: [] + platform: [f28] requires: - platform: [] + platform: [f28] references: community: http://nodejs.org documentation: http://nodejs.org/en/docs From 068fef4e6b850b20a52ad39aaec7d55545ec812f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 14 Jun 2018 14:08:59 -0400 Subject: [PATCH 16/17] Update to 6.14.3 Signed-off-by: Stephen Gallagher From 27e867b23b60ceb441a2589063ed220645defeec Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Aug 2018 08:19:24 -0400 Subject: [PATCH 17/17] Update to 6.14.4 security release Signed-off-by: Stephen Gallagher