This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new ed0a66e  Specify nodejs version in TP spec (#5446)
ed0a66e is described below

commit ed0a66e9b2fc85b82e679b1950605f1ad83a8833
Author: Steve Hamrick <[email protected]>
AuthorDate: Tue Jan 19 19:40:41 2021 -0700

    Specify nodejs version in TP spec (#5446)
    
    * Specify nodejs version
    
    * Remove upperbound
---
 CHANGELOG.md                             | 1 +
 traffic_portal/build/traffic_portal.spec | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5db11cc..782343c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ The format is based on [Keep a 
Changelog](http://keepachangelog.com/en/1.0.0/).
 - [#5378](https://github.com/apache/trafficcontrol/issues/5378) - Updating a 
non existent DS should return a 404, instead of a 500
 - [#5380](https://github.com/apache/trafficcontrol/issues/5380) - Show the 
correct servers (including ORGs) when a topology based DS with required 
capabilities + ORG servers is queried for the assigned servers
 - [#5195](https://github.com/apache/trafficcontrol/issues/5195) - Correctly 
show CDN ID in Changelog during Snap
+- [#5438](https://github.com/apache/trafficcontrol/issues/5438) - Correctly 
specify nodejs version requirements in traffic_portal.spec
 - Fixed Traffic Router logging unnecessary warnings for IPv6-only caches
 - Fixed parent.config generation for topology-based delivery services (inline 
comments not supported)
 - Fixed parent.config generation for MSO delivery services with required 
capabilities
diff --git a/traffic_portal/build/traffic_portal.spec 
b/traffic_portal/build/traffic_portal.spec
index 6b02866..1ff213e 100644
--- a/traffic_portal/build/traffic_portal.spec
+++ b/traffic_portal/build/traffic_portal.spec
@@ -25,7 +25,7 @@ License:  Apache License, Version 2.0
 URL:      https://github.com/apache/trafficcontrol/
 Source:   %{_sourcedir}/traffic_portal-%{traffic_control_version}.tgz
 AutoReqProv: no
-Requires: nodejs
+Requires: nodejs >= 2:12.0.0
 
 %define traffic_portal_home /opt/traffic_portal
 %description

Reply via email to