diff --git a/nodejs.spec b/nodejs.spec index bbf0798..c48c749 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -40,7 +40,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}} @@ -349,7 +349,7 @@ Epoch: %{v8_epoch} Version: %{v8_version} Release: %{v8_release}%{?dist} Requires: %{name}-devel%{?_isa} = %{nodejs_epoch}:%{nodejs_version}-%{nodejs_release}%{?dist} -Requires: %{name}-libs%{?_isa} = %{epoch}:%{nodejs_version}-%{nodejs_release}%{?dist} +Requires: %{name}-libs%{?_isa} = %{nodejs_epoch}:%{nodejs_version}-%{nodejs_release}%{?dist} Conflicts: v8-314-devel %description -n v8-devel @@ -683,6 +683,9 @@ end %changelog +* Fri May 06 2022 Stephen Gallagher - 1:16.15.0-3 +- Fix incorrect epoch in v8-devel dependency + * Fri Apr 29 2022 Stephen Gallagher - 1:16.15.0-2 - Fix file conflicts. - Make dependency on nodejs-libs more strict.