Commit graph

10 commits

Author SHA1 Message Date
Jan Staněk
240ffddaff
fixup! spec: fix node binary calls to use versioned node-24 binary 2025-08-11 16:22:11 +02:00
Andrei Radchenko
8a289e3b2e spec: fix node binary calls to use versioned node-24 binary
Extend existing shebang fixes to cover all npm nested modules and
shell scripts that call 'node' as a command. This prevents failures
when scripts try to call /usr/bin/node which is not shipped, instead
redirecting them to the versioned /usr/bin/node-24 binary.

Fixes include:
- All JavaScript/TypeScript files with node shebangs in npm nested modules
- Shell scripts like node-gyp that call 'node' as a command

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-08 12:46:55 +02:00
Andrei Radchenko
b9cad75466 Update to version 24.5.0 (rhbz#2385880) 2025-08-01 09:45:12 +00:00
Andrei Radchenko
e9b667ebc6 spec: devel packages explicitly conflicts 2025-07-30 16:19:37 +02:00
Jan Staněk
fed1023048
Use local headers for building native addons when available 2025-07-17 14:29:00 +02:00
tjuhasz
52d72ae12d Update to version 24.4.1 2025-07-17 12:21:04 +00:00
Jan Staněk
2f8a29f16c
Remove arch-specific dependency from npm
This would make the package not really noarch,
as it would always require the binary from the architecture it was built on.
2025-07-16 12:33:19 +02:00
Jan Staněk
3a5bedd133
Ensure bit width detection is always valid expression
[skip changelog]
2025-07-15 14:11:31 +02:00
Jan Staněk
38223cf849
Update to version 24.4.0 2025-07-14 16:37:37 +02:00
Jan Staněk
ece444967b
Initial package import (rhbz#2369466) 2025-07-10 16:32:08 +02:00