From 5d6ae7233b08b5c3053e93978a57ea9afcd31f30 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Feb 05 2018 15:24:26 +0000 Subject: Merge branch '6' into 8 --- 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 3e1af6d..e03720f 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -12,18 +12,13 @@ data: module: MIT dependencies: 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 - github: http://github.com/nodejs/node - npm: http://npmjs.com + tracker: https://github.com/nodejs/node/issues profiles: default: rpms: @@ -42,15 +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 - nodejs-packaging: - rationale: Runtime dependency of nodejs-devel. - buildorder: 10 + ref: 8