diff --git a/SPECS/nodejs.spec b/SPECS/nodejs.spec index e73a708..da9a400 100644 --- a/SPECS/nodejs.spec +++ b/SPECS/nodejs.spec @@ -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 - 1:16.14.0-3 +- Resolves: #2059949 +- Make Brew not append ~bootstrap when the macro is used + * Sun Feb 13 2022 Zuzana Svetlikova - 1:16.14.0-2 - Build with bootstrap by default due to old versions of dependencies available - Resolves: #2042995, #2042970, #2042981, #2042989