From 3b337524b7e9fe845fb51f4b648eee5f003e7e2e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 16 Mar 2020 08:13:37 -0400 Subject: [PATCH] Update changelog Signed-off-by: Stephen Gallagher --- nodejs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index 9c47100..0fc9249 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -8,7 +8,7 @@ # This is used by both the nodejs package and the npm subpackage thar # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease 2 +%global baserelease 3 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} @@ -670,6 +670,9 @@ end %{_pkgdocdir}/npm/docs %changelog +* Mon Mar 16 2020 Stephen Gallagher - 1:12.16.1-3 +- Set npmrc to use python3 explicitly + * Wed Feb 26 2020 Stephen Gallagher - 1:12.16.1-2 - Build with Python 3 only