Rename default profile to common

Also exclude epel9 from the stream expansion.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-02-01 09:13:16 -05:00
commit f6544508ad
No known key found for this signature in database
GPG key ID: 45DB85A568286D11

View file

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