Accepting request 872901 from devel:languages:nodejs

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/872901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-common?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-02-23 19:18:05 +00:00 committed by Git OBS Bridge
commit a1ceb0d3d3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 9 15:15:46 UTC 2021 - Adam Majer <adam.majer@suse.de>
- Fix typo in Requires
-------------------------------------------------------------------
Tue Jan 19 11:33:38 UTC 2021 - Adam Majer <adam.majer@suse.de>

View File

@ -54,7 +54,7 @@
%if 0%{?sle_version} < 150300
%define default_node_ver 12
%else
%define default_node_ver NODEJS_LTS
%define default_node_ver %NODEJS_LTS
%endif
# SLE-15 variants
%endif