diff --git a/nodejs20.changes b/nodejs20.changes index 1ddbe64..2d570cc 100644 --- a/nodejs20.changes +++ b/nodejs20.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 22 14:45:27 UTC 2023 - Adam Majer + +- Fix build on SLE12SP5 + ------------------------------------------------------------------- Fri May 19 12:17:15 UTC 2023 - Adam Majer diff --git a/nodejs20.spec b/nodejs20.spec index 877a049..b1ae7e6 100644 --- a/nodejs20.spec +++ b/nodejs20.spec @@ -965,6 +965,7 @@ rm test/parallel/test-strace-openat-openssl.js # needed to fix build on SLE12 SP5 %if 0%{?forced_python_version:1} sed -i -e "s,'python3','python%{forced_python_version}'," test/parallel/test-child-process-set-blocking.js +sed -i -e "s,^#!/usr/bin/env python3$,#!/usr/bin/python%{forced_python_version}," tools/pseudo-tty.py %endif ln addon-rpm.gypi deps/npm/node_modules/node-gyp/addon-rpm.gypi