finish modulemd
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
539584f451
commit
907d745a90
1 changed files with 13 additions and 10 deletions
23
nodejs.yaml
23
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue