From 1a74494b2133096070a2a967219ce2a448e7c733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Mon, 7 Oct 2024 14:53:36 +0200 Subject: [PATCH] Update references Resolves: RHELPLAN-170570 --- nodejs.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 363e887..fe3ac4b 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -14,13 +14,13 @@ data: license: - MIT configurations: - - context: rhel9 - platform: el9 + - context: rhel8 + platform: el8 buildopts: rpms: macros: | %_with_bundled 1 - %_with_python3_fixup 0 + %_with_python3_fixup 1 references: community: http://nodejs.org documentation: http://nodejs.org/en/docs @@ -53,12 +53,12 @@ data: nodejs-packaging: rationale: RPM Macros and Utilities for Node.js Packaging buildorder: 10 - ref: stream-nodejs-18-rhel-9.1.0 + ref: stream-nodejs-22-rhel-8.10.0 nodejs: rationale: Javascript runtime and npm package manager. buildorder: 100 - ref: stream-nodejs-18-rhel-9.1.0 + 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-18-rhel-9.1.0 + ref: stream-nodejs-22-rhel-8.10.0