Update to 24

This commit is contained in:
eabdullin 2025-11-05 11:07:20 +03:00
parent 4936959080
commit 90638c95aa

View File

@ -2,67 +2,67 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: nodejs name: nodejs
stream: 22 stream: 24
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 fast, scalable network applications. for easily building fast, scalable network applications.
Node.js uses an event-driven, non-blocking I/O model that Node.js uses an event-driven, non-blocking 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:
platform: [el8] platform: [el8]
python38: ["3.8"] python38: ["3.8"]
requires: requires:
platform: [el8] platform: [el8]
buildopts: buildopts:
rpms:
macros: |
%_with_all_deps_bundled 1
%_with_python3_fixup 1
references:
community: http://nodejs.org
documentation: http://nodejs.org/en/docs
tracker: https://github.com/nodejs/node/issues
profiles:
common:
rpms: rpms:
macros: | - nodejs
%_with_bundled 1 - npm
%_with_python3_fixup 1 development:
references: rpms:
community: http://nodejs.org - nodejs
documentation: http://nodejs.org/en/docs - nodejs-devel
tracker: https://github.com/nodejs/node/issues - npm
profiles: minimal:
common: rpms:
rpms: - nodejs
- nodejs s2i:
- npm rpms:
development: - nodejs
rpms: - npm
- nodejs - nodejs-nodemon
- nodejs-devel api:
- npm rpms:
minimal: - nodejs
rpms: - nodejs-devel
- nodejs - npm
s2i: components:
rpms: rpms:
- nodejs nodejs-packaging:
- npm rationale: RPM Macros and Utilities for Node.js Packaging
- nodejs-nodemon buildorder: 10
api: ref: stream-nodejs-24-rhel-8.10.0
rpms: nodejs:
- nodejs rationale: Javascript runtime and npm package manager.
- nodejs-devel buildorder: 100
- npm ref: stream-nodejs-24-rhel-8.10.0
components: nodejs-nodemon:
rpms: rationale: Simple monitor script for use during development of a node.js app
nodejs-packaging: buildorder: 200
rationale: RPM Macros and Utilities for Node.js Packaging ref: stream-nodejs-24-rhel-8.10.0
buildorder: 10
ref: stream-nodejs-22-rhel-8.10.0
nodejs:
rationale: Javascript runtime and npm package manager.
buildorder: 100
ref: stream-nodejs-22-rhel-8.10.0
nodejs-nodemon:
rationale: Simple monitor script for use during development of a node.js app
buildorder: 200
ref: stream-nodejs-22-rhel-8.10.0