#1 Add BuildRequires: nodejs(engine) to spec
Merged 3 years ago by sgallagh. Opened 3 years ago by tdawson.
rpms/ tdawson/nodejs-asap master  into  master

file modified
+1
@@ -16,6 +16,7 @@ 

  %endif

  

  BuildRequires:  nodejs-packaging

+ BuildRequires:  nodejs(engine)

  

  %description

  %{summary}.

nodejs-packaging was recently updated to not require nodejs(engine).
This was done to break a circular dependency.
This package has nothing else that would pull nodejs in during a build.
Adding "BuildRequires: nodejs(engine)" to spec so it will build on Rawhide (f33) and beyond.

Signed-off-by: Troy Dawson tdawson@redhat.com

Pull-Request has been merged by sgallagh

3 years ago
Metadata