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 ...