Compare commits

...
Sign in to create a new pull request.

18 commits

Author SHA1 Message Date
Stephen Gallagher
27e867b23b
Update to 6.14.4 security release
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-08-16 08:19:24 -04:00
Stephen Gallagher
068fef4e6b
Update to 6.14.3
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-06-14 14:08:59 -04:00
Stephen Gallagher
123d05ea45
Update to 6.14.2
Don't build for F29+

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-05-03 09:37:26 -04:00
Stephen Gallagher
1a2b4947d2
Update to modulemdv2
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-04-09 10:31:30 -04:00
Stephen Gallagher
b498a993db
Update to 6.14.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-03-28 14:59:17 -04:00
Stephen Gallagher
2d349c5055
Rebuild with python fix 2018-03-08 10:55:46 -05:00
Stephen Gallagher
2396aa57de
Resubmit after pushing the correct nodejs ref
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-03-08 09:47:04 -05:00
Stephen Gallagher
4c1de66ffb
Update to 6.13.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-03-08 09:46:05 -05:00
Stephen Gallagher
84eb28bf47
Fix missing BR
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-02-05 10:16:20 -05:00
Stephen Gallagher
e371f80487
Fix references
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-02-05 10:05:04 -05:00
Stephen Gallagher
dbefdd467d
Build for Modularity 2.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-02-05 09:51:17 -05:00
Stephen Gallagher
ed051a3a76
Building for new hybrid approach
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-01-12 13:40:45 -05:00
Petr Písař
7e35ebf601 Port to platform:f27
All dependencies including python2 must run-require the same platform
stream.
2017-11-16 14:43:09 +01:00
Zuzana Svetlikova
58aead876a Merge branch '6' of ssh://pkgs.fedoraproject.org/modules/nodejs into 6 2017-11-10 15:43:45 +01:00
Zuzana Svetlikova
2e477ad115 v6.12.0 rebuild 2017-11-10 15:43:30 +01:00
Stephen Gallagher
30d4fe4819
Build the latest Node.js 6.x
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2017-11-07 08:27:06 -05:00
Zuzana Svetlikova
01dadb7a39 Update, add rpm macros 2017-10-06 22:56:33 +02:00
Zuzana Svetlikova
f5701461d8 Adjust modulemd to build from f26 2017-09-25 18:02:15 +02:00
2 changed files with 45 additions and 53 deletions

View file

@ -6,8 +6,6 @@ build dependencies calculated by brt_dep_solver
compat-openssl10 compat-openssl10
gcc gcc
icu icu
libuv
runtime dependencies calculated by brt_dep_solver runtime dependencies calculated by brt_dep_solver
------------------------------------------------- -------------------------------------------------
libuv

View file

@ -1,53 +1,47 @@
---
document: modulemd document: modulemd
version: 1 version: 2
data: data:
summary: Javascript runtime summary: Javascript runtime
description: >- description: >-
Node.js is a platform built on Chrome''s JavaScript runtime Node.js is a platform built on Chrome''s JavaScript runtime for easily building
for easily building fast, scalable network applications. fast, scalable network applications. Node.js uses an event-driven, non-blocking
Node.js uses an event-driven, non-blocking I/O model that I/O model that makes it lightweight and efficient, perfect for data-intensive
makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
real-time applications that run across distributed devices. license:
license: module:
module: MIT - MIT
dependencies: dependencies:
buildrequires: - buildrequires:
# http-parser, libuv, c-ares and V8 are bundled platform: [f28]
# openssl, icu and zlib should be provided by platform requires:
platform: master platform: [f28]
python2: master references:
requires: community: http://nodejs.org
platform: master documentation: http://nodejs.org/en/docs
python2: master tracker: https://github.com/nodejs/node/issues
references: profiles:
community: http://nodejs.org default:
documentation: http://nodejs.org/en/docs rpms:
github: http://github.com/nodejs/node - nodejs
npm: http://npmjs.com - npm
profiles: development:
default: rpms:
rpms: - nodejs
- nodejs - nodejs-devel
- npm - npm
development: minimal:
rpms: rpms:
- nodejs - nodejs
- nodejs-devel api:
- npm rpms:
minimal: - nodejs
rpms: - nodejs-devel
- nodejs - npm
api: components:
rpms: rpms:
- nodejs nodejs:
- nodejs-devel rationale: Javascript runtime and npm package manager.
- npm ref: 6
components: buildorder: 10
rpms: ...
nodejs:
rationale: Javascript runtime and npm package manager.
buildorder: 10
ref: d54471
nodejs-packaging:
rationale: Runtime dependency of nodejs-devel.
buildorder: 10