Fix release number

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2021-11-29 16:57:55 -05:00
parent 23764b6e32
commit 39f6a05ac8
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
1 changed files with 2 additions and 2 deletions

View File

@ -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 <hhorak@redhat.com> - 1:16.13.0-2
* Thu Nov 25 2021 Honza Horak <hhorak@redhat.com> - 1:16.13.0-3
- Make sure binary node-gyp is executable
Resolves: #2026615