import nodejs-16.14.0-3.el9_0

This commit is contained in:
CentOS Sources 2022-04-05 05:54:54 -04:00 committed by Stepan Oksanichenko
parent c5f62e7a3c
commit 4654365fd8
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# bundle dependencies that are not available as Fedora modules
%bcond_without bootstrap
%global __bootstrap %{nil}
%if 0%{?rhel} && 0%{?rhel} < 9
%bcond_without python3_fixup
@ -18,7 +19,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}}
@ -704,6 +705,10 @@ end
%changelog
* Mon Mar 07 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:16.14.0-3
- Resolves: #2059949
- Make Brew not append ~bootstrap when the macro is used
* Sun Feb 13 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:16.14.0-2
- Build with bootstrap by default due to old versions of dependencies available
- Resolves: #2042995, #2042970, #2042981, #2042989