From 39f6a05ac8bb2dddf0288d7fba7a981400ad62f9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 29 Nov 2021 16:57:55 -0500 Subject: [PATCH] Fix release number Signed-off-by: Stephen Gallagher --- nodejs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 698e4b9..1015a66 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -8,7 +8,7 @@ # This is used by both the nodejs package and the npm subpackage that # 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}} @@ -680,7 +680,7 @@ end %changelog -* Thu Nov 25 2021 Honza Horak - 1:16.13.0-2 +* Thu Nov 25 2021 Honza Horak - 1:16.13.0-3 - Make sure binary node-gyp is executable Resolves: #2026615