import nodejs-16.14.0-3.el9_0
This commit is contained in:
parent
c5f62e7a3c
commit
4654365fd8
@ -1,5 +1,6 @@
|
|||||||
# bundle dependencies that are not available as Fedora modules
|
# bundle dependencies that are not available as Fedora modules
|
||||||
%bcond_without bootstrap
|
%bcond_without bootstrap
|
||||||
|
%global __bootstrap %{nil}
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} < 9
|
%if 0%{?rhel} && 0%{?rhel} < 9
|
||||||
%bcond_without python3_fixup
|
%bcond_without python3_fixup
|
||||||
@ -18,7 +19,7 @@
|
|||||||
# This is used by both the nodejs package and the npm subpackage that
|
# 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
|
# has a separate version - the name is special so that rpmdev-bumpspec
|
||||||
# will bump this rather than adding .1 to the end.
|
# will bump this rather than adding .1 to the end.
|
||||||
%global baserelease 2
|
%global baserelease 3
|
||||||
|
|
||||||
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||||
|
|
||||||
@ -704,6 +705,10 @@ end
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Build with bootstrap by default due to old versions of dependencies available
|
||||||
- Resolves: #2042995, #2042970, #2042981, #2042989
|
- Resolves: #2042995, #2042970, #2042981, #2042989
|
||||||
|
Loading…
Reference in New Issue
Block a user