#1 Drop `Requires: nodejs(engine)`
Merged 4 years ago by tomh. Opened 4 years ago by sgallagh.
rpms/ sgallagh/nodejs-packaging deploop  into  master

file modified
+4 -3
@@ -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 @@ 

  

  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 @@ 

  

  

  %changelog

+ * Wed Jun 03 2020 Stephen Gallagher <sgallagh@redhat.com> - 23-3

+ - Drop Requires: nodejs(engine)

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 23-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

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 sgallagh@redhat.com

Pull-Request has been merged by tomh

4 years ago