diff --git a/apm.spec b/apm.spec index 9b0027c..f4e427b 100644 --- a/apm.spec +++ b/apm.spec @@ -1,6 +1,6 @@ Name: apm Version: 2.6.1 -Release: 1mamba +Release: 2mamba Summary: Atom Package Manager Group: System/Tools Vendor: openmamba @@ -18,7 +18,7 @@ BuildRequires: libsecret-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: node-gyp -BuildRequires: nodejs +BuildRequires: nodejs >= 16.0.0 Requires: nodejs %description @@ -101,5 +101,8 @@ find %{buildroot}%{_prefix}/lib \ %doc LICENSE.md %changelog +* Tue May 04 2021 Silvan Calarco 2.6.1-2mamba +- rebuilt with nodejs 16.0.0 + * Sat Mar 20 2021 Silvan Calarco 2.6.1-1mamba - package created using the webbuild interface