diff --git a/nodejs.spec b/nodejs.spec index 2bc7356..d085472 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -9,7 +9,7 @@ # This is used by both the nodejs package and the npm subpackage thar # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease 1 +%global baserelease 2 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} @@ -692,6 +692,10 @@ end %changelog +* Wed Jun 16 2021 Mohan Boddu - 1:16.3.0-2 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Tue Jun 01 2021 Zuzana Svetlikova