diff --git a/nodejs.spec b/nodejs.spec index 4dea979590de5ede27067b7ceba2da04a068867b..622cc1d865077b44f10af5a479e9e1bbc6f5943d 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -39,7 +39,7 @@ # This is used by both the nodejs package and the npm subpackage that # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease 1 +%global baserelease 2 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} @@ -180,7 +180,7 @@ Group: Development/Languages URL: http://nodejs.org/ # for now, these two arches build failed -ExcludeArch: loongarch64 riscv64 +ExcludeArch: riscv64 # nodejs bundles openssl, but we use the system version in Fedora # because openssl contains prohibited code, we remove openssl completely from @@ -879,6 +879,9 @@ end %changelog +* Wed Aug 13 2025 Wenlong Zhang - 1:22.16.0-2 +- enable loongarch64 + * Fri Jul 25 2025 tomcruiseqi - 1:22.16.0-1 - Update to 22.16.0 to fix CVE-2025-23084