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:
parent
3baa2b7f68
commit
f6544508ad
1 changed files with 8 additions and 3 deletions
11
nodejs.yaml
11
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
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue