apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.08k stars 344 forks source link

Traffic Router use of obsolete breaks roll back #2994

Closed smalenfant closed 5 years ago

smalenfant commented 5 years ago

The following line of code prevent any rollback of traffic router version previous to 3.0.0.

https://github.com/apache/trafficcontrol/blob/ebd05c703c22ae634398838a011f6715b747838b/traffic_router/build/pom.xml#L228

I recommend removing the line as you can't install any previous RPMS by specifying the version number anymore unless you use special command line for yum.

jhg03a commented 5 years ago

Does sudo yum --setopt=obsoletes=0 install traffic_router help?