From f6544508ad043be47fbf53ed48210721f8c4e8b2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 1 Feb 2022 09:13:16 -0500 Subject: [PATCH] Rename default profile to common Also exclude epel9 from the stream expansion. Signed-off-by: Stephen Gallagher --- nodejs.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 3c86ee7..e491707 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -13,15 +13,15 @@ data: - MIT dependencies: - buildrequires: - platform: [-el8,-f36] + platform: [-el8,-el9,-f36] requires: - platform: [-el8,-f36] + platform: [-el8,-el9,-f36] references: community: http://nodejs.org documentation: http://nodejs.org/en/docs tracker: https://github.com/nodejs/node/issues profiles: - default: + common: rpms: - nodejs - npm @@ -38,6 +38,7 @@ data: - nodejs - nodejs-devel - npm + - v8-devel components: rpms: c-ares: @@ -56,4 +57,8 @@ data: rationale: Javascript runtime and npm package manager. ref: 12 buildorder: 10 + nodejs-packaging: + rationale: Match packaging to the runtime + ref: rawhide + buildorder: 10 ...