mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-12-26 20:10:57 +00:00
nodejs22
This commit is contained in:
parent
9b551c9303
commit
727abc93df
1 changed files with 24 additions and 0 deletions
|
@ -16403,6 +16403,30 @@ package {
|
|||
include_filter: "nodejs.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "nodejs22"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
repository {
|
||||
name: "AppStream"
|
||||
include_filter: "nodejs22-docs.noarch"
|
||||
include_filter: "nodejs22-full-i18n.aarch64"
|
||||
include_filter: "nodejs22-libs.aarch64"
|
||||
include_filter: "nodejs22-npm.aarch64"
|
||||
include_filter: "nodejs22.aarch64"
|
||||
include_filter: "nodejs22-full-i18n.ppc64le"
|
||||
include_filter: "nodejs22-libs.ppc64le"
|
||||
include_filter: "nodejs22-npm.ppc64le"
|
||||
include_filter: "nodejs22.ppc64le"
|
||||
include_filter: "nodejs22-full-i18n.s390x"
|
||||
include_filter: "nodejs22-libs.s390x"
|
||||
include_filter: "nodejs22-npm.s390x"
|
||||
include_filter: "nodejs22.s390x"
|
||||
include_filter: "nodejs22-full-i18n.x86_64"
|
||||
include_filter: "nodejs22-libs.x86_64"
|
||||
include_filter: "nodejs22-npm.x86_64"
|
||||
include_filter: "nodejs22.x86_64"
|
||||
}
|
||||
}
|
||||
package {
|
||||
name: "nss"
|
||||
type: PACKAGE_TYPE_NORMAL_FORK
|
||||
|
|
Loading…
Reference in a new issue