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
gcc
icu
libuv
runtime dependencies calculated by brt_dep_solver
-------------------------------------------------
libuv

View file

@ -1,53 +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:
# 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
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.
ref: 6
buildorder: 10
...