From b4aea5cfc6bd13b549581906bf049b708c9c506e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 29 Apr 2022 10:20:43 -0400 Subject: [PATCH] -devel packages should explicitly depend on -libs Signed-off-by: Stephen Gallagher --- nodejs.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodejs.spec b/nodejs.spec index e10cef8..724483d 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -303,6 +303,7 @@ real-time applications that run across distributed devices. Summary: JavaScript runtime - development headers Group: Development/Languages Requires: %{name}%{?_isa} = %{epoch}:%{nodejs_version}-%{nodejs_release}%{?dist} +Requires: %{name}-libs%{?_isa} = %{epoch}:%{nodejs_version}-%{nodejs_release}%{?dist} Requires: openssl-devel%{?_isa} %if !%{with bundled_zlib} Requires: zlib-devel%{?_isa} @@ -356,6 +357,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} Conflicts: v8-314-devel %description -n v8-devel