- new_python3.patch: enable python 3.11 as valid interpreter

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=10
This commit is contained in:
2022-09-19 15:01:15 +00:00
committed by Git OBS Bridge
parent 7955725487
commit d969f5eb93
3 changed files with 26 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ Patch133: rsa-pss-revert.patch
Patch200: versioned.patch
Patch303: openssl3_fixups.patch
Patch304: new_python3.patch
BuildRequires: pkg-config
BuildRequires: fdupes
@@ -667,6 +667,7 @@ tar Jxf %{SOURCE11}
%patch200 -p1
%patch303 -p1
%patch304 -p1
%if %{node_version_number} <= 12
# minimist security update - patch50
@@ -981,9 +982,11 @@ make test-ci
%files devel
%defattr(-, root, root)
%{_includedir}/node%{node_version_number}
%if %{node_version_number} < 18
%dir %{_datadir}/systemtap
%dir %{_datadir}/systemtap/tapset
%{_datadir}/systemtap/tapset/node%{node_version_number}.stp
%endif
%files docs
%defattr(-,root,root)