Replaced by non-modular RPMs

This commit is contained in:
Stephen Gallagher 2023-04-14 11:24:51 -04:00
commit b0c6379f80
No known key found for this signature in database
GPG key ID: 45DB85A568286D11
5 changed files with 1 additions and 72 deletions

0
.gitignore vendored
View file

View file

@ -1,11 +0,0 @@
nodejs dependencies
====================
build dependencies calculated by brt_dep_solver
-----------------------------------------------
compat-openssl10
gcc
icu
runtime dependencies calculated by brt_dep_solver
-------------------------------------------------

1
dead.module Normal file
View file

@ -0,0 +1 @@
Replaced by non-modular RPMs

View file

@ -1,61 +0,0 @@
---
document: modulemd-packager
version: 3
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.
configurations:
- context: f27b74a8
platform: f35
- context: 5e5ad4a0
platform: f36
- context: 9e842022
platform: f37
- context: f38
platform: f38
references:
community: http://nodejs.org
documentation: http://nodejs.org/en/docs
tracker: https://github.com/nodejs/node/issues
profiles:
common:
rpms:
- nodejs
- npm
development:
rpms:
- nodejs
- nodejs-devel
- npm
minimal:
rpms:
- nodejs
api:
rpms:
- nodejs
- nodejs-devel
- npm
- v8-devel
components:
rpms:
c-ares:
rationale: Required for DNS support
ref: rawhide
buildorder: 0
libuv:
rationale: Platform abstraction layer for Node.js
ref: 1
buildorder: 0
nodejs:
rationale: Javascript runtime and npm package manager.
ref: 18
buildorder: 10
nodejs-packaging:
rationale: Match packaging to the runtime
ref: rawhide
buildorder: 10
...

View file