From 907d745a903dad50e8897f29d950808e129e08ec Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 11 May 2017 13:32:57 +0200 Subject: [PATCH 01/90] finish modulemd Signed-off-by: Tomas Tomecek --- nodejs.yaml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 0e26ef5..1aadbc9 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,13 +1,19 @@ data: - api: - rpms: - - nodejs + api: + rpms: + - nodejs + dependencies: + buildrequires: + base-runtime: f26 + shared-userspace: f26 + requires: + shared-userspace: f26 + base-runtime: f26 components: rpms: - compat-openssl10: {rationale: Build dependency.} - gcc: {rationale: Build dependency.} - icu: {rationale: Build dependency.} - libuv: {rationale: Build and runtime dependency.} + nodejs: + rationale: "Primary package" + ref: f26 description: 'Node.js is a platform built on Chrome''s JavaScript runtime for easily building fast, scalable network applications. @@ -20,9 +26,6 @@ data: filter: {} license: module: [MIT and ASL 2.0 and ISC and BSD] - name: '' - stream: '' summary: JavaScript runtime - version: 0 document: modulemd version: 1 From 825b23f1961cd9929ab3711c28afeac30655ae96 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 11 May 2017 14:43:20 +0200 Subject: [PATCH 02/90] use modulemd from rpms/nodejs/nodejs.yaml Signed-off-by: Tomas Tomecek --- nodejs.yaml | 73 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 44 insertions(+), 29 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 1aadbc9..c32fe77 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,31 +1,46 @@ -data: - api: - rpms: - - nodejs - dependencies: - buildrequires: - base-runtime: f26 - shared-userspace: f26 - requires: - shared-userspace: f26 - base-runtime: f26 - components: - rpms: - nodejs: - rationale: "Primary package" - ref: f26 - 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.' - filter: {} - license: - module: [MIT and ASL 2.0 and ISC and BSD] - summary: JavaScript runtime document: modulemd version: 1 +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: GPLv3 + content: + - MIT + - ASL 2.0 + - ISC + - BSD + dependencies: + buildrequires: + base-runtime: f26 + shared-userspace: f26 + requires: + base-runtime: f26 + shared-userspace: f26 + references: + community: https://fedoraproject.org/wiki/Modularity + documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules + tracker: https://taiga.fedorainfracloud.org/project/modularity + profiles: + default: + rpms: + - nodejs + - npm + minimal: + rpms: + - nodejs + components: + rpms: + nodejs: + rationale: JavaScript runtime + # commit from f26 which enables bootstrapping + ref: b0da67b00a92f2ad570d91d6f50fb9b1786650c9 + buildorder: 0 + npm: + rationale: npm package manager + ref: f26 + buildorder: 1 From fe98ae5a27840297f57f6ee40da5cbba42cce022 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Fri, 12 May 2017 10:59:53 +0200 Subject: [PATCH 03/90] finish mmd: add api, remove npm (built from nodejs) Signed-off-by: Tomas Tomecek --- nodejs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index c32fe77..86b721b 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -33,6 +33,10 @@ data: minimal: rpms: - nodejs + api: + rpms: + - npm + - nodejs components: rpms: nodejs: @@ -40,7 +44,3 @@ data: # commit from f26 which enables bootstrapping ref: b0da67b00a92f2ad570d91d6f50fb9b1786650c9 buildorder: 0 - npm: - rationale: npm package manager - ref: f26 - buildorder: 1 From 79ee01ba5b7c7ed5af9b28be46642e91401b2220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 24 May 2017 09:50:17 +0200 Subject: [PATCH 04/90] Rebuilding for f26 signing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Ĺ abata From 1324e0b54c7936286e8e7b2372c9bbe0c8f995c0 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 5 Jun 2017 11:16:49 +0200 Subject: [PATCH 05/90] 8 Signed-off-by: Tomas Tomecek --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index 86b721b..89cd89e 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,5 +42,5 @@ data: nodejs: rationale: JavaScript runtime # commit from f26 which enables bootstrapping - ref: b0da67b00a92f2ad570d91d6f50fb9b1786650c9 + ref: dc97a3c480a65adec0f8ed34eb652932fa740235 buildorder: 0 From e3ef40f307444fa80b3f8ee3b18c27b080e3e1b0 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 2 Aug 2017 11:00:13 +0200 Subject: [PATCH 06/90] update references --- nodejs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 89cd89e..e9889e7 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -22,9 +22,9 @@ data: base-runtime: f26 shared-userspace: f26 references: - community: https://fedoraproject.org/wiki/Modularity - documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules - tracker: https://taiga.fedorainfracloud.org/project/modularity + community: https://docs.pagure.org/modularity/ + documentation: https://github.com/modularity-modules/nodejs + tracker: https://github.com/modularity-modules/nodejs profiles: default: rpms: From f5701461d8db6009fda35af03bd48f4725db62c7 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Mon, 25 Sep 2017 18:02:15 +0200 Subject: [PATCH 07/90] 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 55e1788d4512cd274c02f4e7ab78720af7407bbc Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Mon, 25 Sep 2017 18:13:48 +0200 Subject: [PATCH 08/90] remove old modulemd --- nodejs.yaml | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 nodejs.yaml diff --git a/nodejs.yaml b/nodejs.yaml deleted file mode 100644 index e9889e7..0000000 --- a/nodejs.yaml +++ /dev/null @@ -1,46 +0,0 @@ -document: modulemd -version: 1 -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: GPLv3 - content: - - MIT - - ASL 2.0 - - ISC - - BSD - dependencies: - buildrequires: - base-runtime: f26 - shared-userspace: f26 - requires: - base-runtime: f26 - shared-userspace: f26 - references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/modularity-modules/nodejs - tracker: https://github.com/modularity-modules/nodejs - profiles: - default: - rpms: - - nodejs - - npm - minimal: - rpms: - - nodejs - api: - rpms: - - npm - - nodejs - components: - rpms: - nodejs: - rationale: JavaScript runtime - # commit from f26 which enables bootstrapping - ref: dc97a3c480a65adec0f8ed34eb652932fa740235 - buildorder: 0 From e11153ce7f82e91b607fdc4cf5e84f26119e42f0 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Wed, 27 Sep 2017 15:31:52 +0200 Subject: [PATCH 09/90] Update to v8.6.0 --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index f851ef1..ffc44d8 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -47,7 +47,7 @@ data: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 - ref: d54471 + ref: 219617 nodejs-packaging: rationale: Runtime dependency of nodejs-devel. buildorder: 10 From 4a667fe68919b22a5830cdb521e9a289d81b8c34 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 6 Oct 2017 16:56:41 +0200 Subject: [PATCH 10/90] Use rpm macro --- nodejs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index ffc44d8..c0d8a41 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,12 +42,15 @@ data: - nodejs - nodejs-devel - npm + buildopts: + rpms: + macros: | + %_with_bootstrap 1 components: rpms: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 - ref: 219617 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 11/90] 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 5d94a7a4527c2b3e0e4333cee49db06becf35e1d Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Mon, 30 Oct 2017 15:18:23 +0100 Subject: [PATCH 12/90] Rebuild with v8.8.1 From 6e5b46ec68ae6f1256213a24b3e5a4fd5a674213 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Wed, 1 Nov 2017 14:50:42 +0100 Subject: [PATCH 13/90] v8.9.0 rebuild From 30d4fe481907f111e012e6cea31caaad48c594c1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 7 Nov 2017 08:27:06 -0500 Subject: [PATCH 14/90] 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 89be8fb5b0edf4d60f25c700f6be26b2fcf1597d Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 10 Nov 2017 15:08:54 +0100 Subject: [PATCH 15/90] v8.9.1 rebuild From 2e477ad115fccf840d4e0ca53154e4c53e3ad67c Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 10 Nov 2017 15:43:30 +0100 Subject: [PATCH 16/90] v6.12.0 rebuild From c7dca915eabbbec28c21b2e572d6657583e2ee9c 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 17/90] Port to platform:f27 --- nodejs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index c0d8a41..3e1af6d 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -14,11 +14,11 @@ data: buildrequires: # http-parser, libuv, c-ares and V8 are bundled # openssl, icu and zlib should be provided by platform - platform: master - python2: master + platform: f27 + python2: 2.7 requires: - platform: master - python2: master + platform: f27 + python2: 2.7 references: community: http://nodejs.org documentation: http://nodejs.org/en/docs 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 18/90] 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 19/90] 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 20/90] 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 21/90] 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 22/90] 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 d6a0368868bede37b1d454b16e8f9598160b8c4a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 5 Feb 2018 13:21:58 -0500 Subject: [PATCH 23/90] Build Node.js 9.x Signed-off-by: Stephen Gallagher --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index e03720f..1b43a3f 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,4 +42,4 @@ data: nodejs: rationale: Javascript runtime and npm package manager. buildorder: 10 - ref: 8 + ref: 9 From 8933bcfcfb1d97422a09838c566d931dd83ae322 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 13 Feb 2018 16:46:24 -0500 Subject: [PATCH 24/90] License is a list Signed-off-by: Stephen Gallagher --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index 1b43a3f..95d63f2 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 f62be20ba05b7a38df5add81c9d5222bb8099422 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 1 Mar 2018 08:36:38 -0500 Subject: [PATCH 25/90] Empty commit to force new build Signed-off-by: Stephen Gallagher From 3f3665745cb84576f1faa66646cb8c37913ec461 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Mar 2018 09:22:25 -0500 Subject: [PATCH 26/90] Rebuild for Node.js 9.8.0 From c4a0d0594a2653e8f741441a4706d4edf2e2d5f5 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 21 Mar 2018 20:36:22 -0400 Subject: [PATCH 27/90] Release 9.9.0 Signed-off-by: Stephen Gallagher From 985205008971add42d33c42ccd4b5724bc6a98ab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 28 Mar 2018 14:10:20 -0400 Subject: [PATCH 28/90] Update to 9.10.0 Signed-off-by: Stephen Gallagher From abe82cd5a0f52d87e2b886a61f8e2a2934d420a0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 28 Mar 2018 14:36:09 -0400 Subject: [PATCH 29/90] Bump to pick up latest from the branch Signed-off-by: Stephen Gallagher From 8613feb57757216eeaa84e1285a35581ba89e76a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 5 Apr 2018 10:46:54 -0400 Subject: [PATCH 30/90] Bump and build 9.11.1 Signed-off-by: Stephen Gallagher From 2d813f7b5a6bf71f9d408ada16c9d111e6bf06de Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 5 Apr 2018 13:53:46 -0400 Subject: [PATCH 31/90] Bump to fix incorrect source tarball Signed-off-by: Stephen Gallagher From ff416edf0819a3a4ad225948b1dfbf17eb3e2e45 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 5 Apr 2018 13:56:19 -0400 Subject: [PATCH 32/90] Bump again Signed-off-by: Stephen Gallagher From 51dd95376be38f485dc25d477c200d8ebf4e9b3b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 9 Apr 2018 09:24:09 -0400 Subject: [PATCH 33/90] Update to modulemd v2 Enable building on all platforms Signed-off-by: Stephen Gallagher --- nodejs.yaml | 88 +++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 95d63f2..d0ef49d 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: 9 + 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: 9 + buildorder: 10 +... From 08d1d036324b93d216b63c4357a5962e8c60e200 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 9 Apr 2018 10:03:19 -0400 Subject: [PATCH 34/90] Bumping to rebuild Signed-off-by: Stephen Gallagher From d31611bb347ef80b1dc0d5894454945767e1d34f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 26 Apr 2018 10:35:20 -0400 Subject: [PATCH 35/90] Update to 10.x Signed-off-by: Stephen Gallagher --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index d0ef49d..f7507db 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,6 +42,6 @@ data: rpms: nodejs: rationale: Javascript runtime and npm package manager. - ref: 9 + ref: 10 buildorder: 10 ... From d06d57b94e935145a07599ec11f031e828629e94 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 1 May 2018 13:53:22 -0400 Subject: [PATCH 36/90] Add libuv as a dep Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodejs.yaml b/nodejs.yaml index f7507db..04bda2b 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -40,6 +40,10 @@ data: - npm components: rpms: + libuv: + rationale: Platform abstraction layer for Node.js + ref: 1.20 + buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. ref: 10 From f4b98e3a99b0ac5f687f07f0b4de2a344f8fe2b4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 9 May 2018 11:07:19 -0400 Subject: [PATCH 37/90] Update to 10.1.0 Signed-off-by: Stephen Gallagher From 1cc1b6114afb0936d90f5409d2a52b3f7b7cfc56 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 10 May 2018 09:57:20 -0400 Subject: [PATCH 38/90] Fix ppc64[le] and s390x builds Signed-off-by: Stephen Gallagher From 717f6bb72706856ecff04ef2391275f3dee891b0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 10 May 2018 12:34:33 -0400 Subject: [PATCH 39/90] Fix ppc64 Signed-off-by: Stephen Gallagher From de361f9cf7d261654a64d0424a16319f26434ca9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 24 May 2018 06:36:03 -0400 Subject: [PATCH 40/90] Update to 10.2.0 Signed-off-by: Stephen Gallagher From 3f5a84799a6ff9fd5a24b3820f546f675ffaafc4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 25 May 2018 08:08:15 -0400 Subject: [PATCH 41/90] Update to Node.js 10.2.1 Also switch to using libuv stream "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 04bda2b..0bbbabd 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,7 +42,7 @@ data: rpms: libuv: rationale: Platform abstraction layer for Node.js - ref: 1.20 + ref: 1 buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. From a8c33eff0037e84dfaa4366056e7dc89818e25b4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 29 May 2018 09:40:34 -0400 Subject: [PATCH 42/90] Update for Python fixes Signed-off-by: Stephen Gallagher From 44617a7b6b47319376bd889b1ac2806252005b95 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 30 May 2018 11:45:12 -0400 Subject: [PATCH 43/90] Update to 10.3.0 Signed-off-by: Stephen Gallagher From 1bde4de5a554ef1ccbc156c996b5c4f42b4fd644 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 7 Jun 2018 10:22:35 -0400 Subject: [PATCH 44/90] Update to 10.4.0 Signed-off-by: Stephen Gallagher From 8fafe6dba678daa22a52389f5de5295197407a62 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 14 Jun 2018 08:57:09 -0400 Subject: [PATCH 45/90] Update to 10.4.1 Signed-off-by: Stephen Gallagher From 1fe678af1b8893cf73513027a23a2ff5b84dfb89 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 21 Jun 2018 10:27:57 -0400 Subject: [PATCH 46/90] Master branch is not used for modules --- .gitignore | 0 README.md | 13 ------------- dead.package | 1 + nodejs.yaml | 53 ---------------------------------------------------- sources | 0 5 files changed, 1 insertion(+), 66 deletions(-) delete mode 100644 .gitignore delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 nodejs.yaml delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md deleted file mode 100644 index 0b7e42a..0000000 --- a/README.md +++ /dev/null @@ -1,13 +0,0 @@ -nodejs dependencies -==================== - -build dependencies calculated by brt_dep_solver ------------------------------------------------ -compat-openssl10 -gcc -icu -libuv - -runtime dependencies calculated by brt_dep_solver -------------------------------------------------- -libuv diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5f8adfb --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Master branch is not used for modules diff --git a/nodejs.yaml b/nodejs.yaml deleted file mode 100644 index f851ef1..0000000 --- a/nodejs.yaml +++ /dev/null @@ -1,53 +0,0 @@ -document: modulemd -version: 1 -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: - # http-parser, libuv, c-ares and V8 are bundled - # openssl, icu and zlib should be provided by platform - platform: master - python2: master - requires: - platform: master - python2: master - references: - community: http://nodejs.org - documentation: http://nodejs.org/en/docs - github: http://github.com/nodejs/node - npm: http://npmjs.com - 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: d54471 - nodejs-packaging: - rationale: Runtime dependency of nodejs-devel. - buildorder: 10 diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000 From f41bdea38b920d67fda578a643a2e42da4f03b18 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 21 Jun 2018 21:05:10 -0400 Subject: [PATCH 47/90] Update to 10.5.0 Signed-off-by: Stephen Gallagher From 580ebd92eafa464c4af06687fbffcd42e055d581 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 19 Jul 2018 14:20:37 -0400 Subject: [PATCH 48/90] Update to 10.7.0 From e90074f67030aed1e7a01fe2f535ecac3090a988 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 19 Jul 2018 20:51:37 -0400 Subject: [PATCH 49/90] Fix NPM scriptlet Signed-off-by: Stephen Gallagher From 2b4b87c3ec0dbc0ca96b01ebfe1083da887fd259 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 20 Jul 2018 09:19:25 -0400 Subject: [PATCH 50/90] Restore annotations From d6aa5136e509dc388a7db8da83d8e362d8db3828 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 20 Jul 2018 13:16:52 -0400 Subject: [PATCH 51/90] Fix npm upgrade scriptlet Signed-off-by: Stephen Gallagher From d131b6c173ab17dc5411ee815e3b2cf5ffa1426a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 7 Aug 2018 11:29:04 -0400 Subject: [PATCH 52/90] Update to 10.8.0 Signed-off-by: Stephen Gallagher From c768bd1c9a1c7cce1bb9422fac0159ed3bcd1fd2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Aug 2018 07:17:13 -0400 Subject: [PATCH 53/90] Update to 10.9.0 Signed-off-by: Stephen Gallagher From 371f32287a97761161d6d8cd7e682f70192a8295 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 21 Aug 2018 09:53:28 -0400 Subject: [PATCH 54/90] Don't require python2 for npm Signed-off-by: Stephen Gallagher From 9b9e08a917c8bb4ec20e9beba7409eeb04ecd6cb Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 21 Aug 2018 16:12:49 -0400 Subject: [PATCH 55/90] Fix typo in specfile Signed-off-by: Stephen Gallagher From 54966e5a362b61f583703becb506be04abfe8d9b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 11 Sep 2018 10:26:47 -0400 Subject: [PATCH 56/90] Update to Node.js 10.10.0 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodejs.yaml b/nodejs.yaml index 0bbbabd..f133913 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -44,6 +44,10 @@ data: rationale: Platform abstraction layer for Node.js ref: 1 buildorder: 0 + nghttp2: + rationale: Needed for HTTP2 support + ref: master + buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. ref: 10 From d7b893c362af323000f5b10ff93a55265bd1bd4a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 19 Sep 2018 11:40:32 -0400 Subject: [PATCH 57/90] Fix npm dep executable bits Signed-off-by: Stephen Gallagher From 4a2b91d33da81171ad581cde122b9b7cd0988120 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 20 Sep 2018 10:36:37 -0400 Subject: [PATCH 58/90] Update to 8.11.0 Signed-off-by: Stephen Gallagher From 768aa610027667d9b67d05b9d1aa94de4a20f44b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 20 Sep 2018 10:46:31 -0400 Subject: [PATCH 59/90] Update to 8.11.0 Signed-off-by: Stephen Gallagher From c2d79188fedd0f1acbab62622281d1c99627abae Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 11 Oct 2018 14:54:41 -0400 Subject: [PATCH 60/90] Build 10.12.0 From c432da2068f7003e63d98203d5cc47e487b567a6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 1 Nov 2018 11:16:53 -0400 Subject: [PATCH 61/90] Update to 10.13.0 Signed-off-by: Stephen Gallagher From 0ca37a11ddd05a57398367c627cd978e5e28be01 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 1 Nov 2018 13:13:44 -0400 Subject: [PATCH 62/90] Skip building debug for ppc64 and s390x Signed-off-by: Stephen Gallagher From fec6838064f38965dcf2545f2cd227c10d68425e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 29 Nov 2018 14:21:31 -0500 Subject: [PATCH 63/90] Update to 10.14.1 Signed-off-by: Stephen Gallagher From 7ca951f82b3db0f4f0a05a43eb37824bf6dc3137 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 2 Jan 2019 15:18:18 -0500 Subject: [PATCH 64/90] Update to 10.15.0 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodejs.yaml b/nodejs.yaml index f133913..61cbf1a 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -44,6 +44,10 @@ data: rationale: Platform abstraction layer for Node.js ref: 1 buildorder: 0 + http-parser: + rationale: Needed for parsing HTTP requests + ref: master + buildorder: 0 nghttp2: rationale: Needed for HTTP2 support ref: master From 774511ef7489aaf94fe8ea0726bb6e386959d3b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 22:56:10 +0000 Subject: [PATCH 65/90] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From d69143467f4f7bc70bf0b68cfccbb820f465d8c3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 1 Mar 2019 13:10:19 -0500 Subject: [PATCH 66/90] Update to 10.15.2 Signed-off-by: Stephen Gallagher From dd3dd85658047d00c316811c9b9fc66c73ddb92f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:17:49 +0000 Subject: [PATCH 67/90] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From d69887ef62e29f9882e740510accf9e4a9af612e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:09:59 +0000 Subject: [PATCH 68/90] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From d452af9e0bba590ceb33060e9418e07e80ceeec0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 9 Apr 2019 20:39:22 -0400 Subject: [PATCH 69/90] Update to 10.15.3 Signed-off-by: Stephen Gallagher From 00c67574e1c01f04fdaf5a4aa0d8d928fe4ab9fd Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 9 Apr 2019 21:26:52 -0400 Subject: [PATCH 70/90] Rebuild for rebased patches Signed-off-by: Stephen Gallagher From 47ffe496ac7edcee3ca8ce75ee78dffaf6a0b8aa Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 24 Apr 2019 09:21:00 -0400 Subject: [PATCH 71/90] Fix upgrade bug for v8-devel Signed-off-by: Stephen Gallagher From 678d1735c226f17594a2cf6cc0a7a2a0e9ddbca8 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 31 May 2019 08:51:59 -0400 Subject: [PATCH 72/90] Update to 10.16.0 Signed-off-by: Stephen Gallagher From e83110a2e94cb2620bd7e6c112959d74783b002e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:02:43 +0000 Subject: [PATCH 73/90] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 5a230c326ce6282a7a2a3a1992ed681595400961 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 19:59:10 +0000 Subject: [PATCH 74/90] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From 7c778264152355a281f73e424ae9c9e87e933a9a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 16 Aug 2019 06:45:10 -0400 Subject: [PATCH 75/90] Update to 10.16.3 Signed-off-by: Stephen Gallagher From 7ebe90476e103d8a9d779c53b62f6e445d006a60 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 6 Feb 2020 18:25:43 +0000 Subject: [PATCH 76/90] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 18d6f5aeccf64405056f63cf0b48c133ec2e8256 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 7 Feb 2020 11:36:42 -0500 Subject: [PATCH 77/90] Update to 10.19.0 Signed-off-by: Stephen Gallagher From 0f783e436b0c151570b57c71de34ecb16833dce1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 13 Feb 2020 18:22:43 +0000 Subject: [PATCH 78/90] Branching f32 from rawhide Signed-off-by: Fedora Release Engineering From 03aaa1a901e27187aa9d7e1db30cc7aa571ed9c3 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 17 Apr 2020 17:31:17 +0200 Subject: [PATCH 79/90] Update to 10.20.1 Signed-off-by: Zuzana Svetlikova From da61d69eb82637e2fdf24eb81226a182e2a04d22 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 5 Jun 2020 08:29:45 +0200 Subject: [PATCH 80/90] Security update to v10.21.0 Signed-off-by: Zuzana Svetlikova From 7ef987e8b0658b2828f106ef4424d4eaea0efdbb Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 5 Jun 2020 10:26:56 +0200 Subject: [PATCH 81/90] Build with bundled brotli Signed-off-by: Zuzana Svetlikova From e3609e64a19e441bb3ede907b2438f539612afb7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 26 Jun 2020 13:05:06 -0400 Subject: [PATCH 82/90] Do not build for EPEL 8. This stream is provided by RHEL 8 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 61cbf1a..8756b9e 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -13,9 +13,9 @@ data: - MIT dependencies: - buildrequires: - platform: [] + platform: [-epel8] requires: - platform: [] + platform: [-epel8] references: community: http://nodejs.org documentation: http://nodejs.org/en/docs From 33f65a31e76665a7da936f48d434a3da2629edb8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 8 Aug 2020 11:02:20 +0000 Subject: [PATCH 83/90] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering From d9905253e7ebd9dd8781df6986e6553eb5a3a2b7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Aug 2020 20:19:45 +0000 Subject: [PATCH 84/90] Branching f33 from rawhide Signed-off-by: Fedora Release Engineering From 0551348fa57f9ea14ca1636dfce8654b5ea6f0e5 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 16 Sep 2020 09:15:37 -0400 Subject: [PATCH 85/90] Update to 10.22.1 Signed-off-by: Stephen Gallagher From 097026d86246ec8cd327868456d9013a309bff7b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 25 Sep 2020 15:54:17 -0400 Subject: [PATCH 86/90] Fix epel 8 exclusion Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 8756b9e..ef2ad0a 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -13,9 +13,9 @@ data: - MIT dependencies: - buildrequires: - platform: [-epel8] + platform: [-el8] requires: - platform: [-epel8] + platform: [-el8] references: community: http://nodejs.org documentation: http://nodejs.org/en/docs From 434f7378da7dcbe933babd0cc8afc5b31ab5a756 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 5 Jan 2021 13:20:03 -0500 Subject: [PATCH 87/90] Update to 10.23.1 Signed-off-by: Stephen Gallagher From 531a7b8213fca89ea77778f6d1e035497e9ac11f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 23 Feb 2021 17:14:37 -0500 Subject: [PATCH 88/90] Update to 10.24.0 Signed-off-by: Stephen Gallagher From 3d93ce1ede568ef0d14d583e4e834c9e93c1fc47 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 23 Feb 2021 17:40:27 -0500 Subject: [PATCH 89/90] Replace master with rawhide Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index ef2ad0a..d348ffe 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -46,11 +46,11 @@ data: buildorder: 0 http-parser: rationale: Needed for parsing HTTP requests - ref: master + ref: rawhide buildorder: 0 nghttp2: rationale: Needed for HTTP2 support - ref: master + ref: rawhide buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. From 248ccb98ad4811d8c431d3f5bf7b10178015a614 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Apr 2021 12:04:59 -0400 Subject: [PATCH 90/90] Update to 10.24.1 Signed-off-by: Stephen Gallagher