From 021f0badabbe076a6e869e2ebdedfbcb7c2e1ea8 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 3 Jun 2020 09:25:32 -0400 Subject: [PATCH] Drop `Requires: nodejs(engine)` This is no longer needed (Fedora and EPEL are both well past 0.10 at this point). It was also incorrect to begin with. It should have been `Conflicts: nodejs(engine) < 0.10.13` since it was only intended to force the upgrade if it was currently installed, not to force nodejs itself to be brought in. Signed-off-by: Stephen Gallagher --- nodejs-packaging.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nodejs-packaging.spec b/nodejs-packaging.spec index 0fff29f..858d4d1 100644 --- a/nodejs-packaging.spec +++ b/nodejs-packaging.spec @@ -2,7 +2,7 @@ Name: nodejs-packaging Version: 23 -Release: 2%{?dist} +Release: 3%{?dist} Summary: RPM Macros and Utilities for Node.js Packaging BuildArch: noarch License: MIT @@ -12,8 +12,6 @@ ExclusiveArch: %{nodejs_arches} noarch BuildRequires: python3 -#nodejs-devel before 0.10.12 provided these macros and owned /usr/share/node -Requires: nodejs(engine) >= 0.10.12 Requires: redhat-rpm-config %description @@ -53,6 +51,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules %changelog +* Wed Jun 03 2020 Stephen Gallagher - 23-3 +- Drop Requires: nodejs(engine) + * Wed Jan 29 2020 Fedora Release Engineering - 23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild