Closed cheeseplus closed 9 years ago
Building via source on Amazon is broken. This is due to a broken conditional when checking for rhel platform_family AND >= '6.5' which is evaluating as a string and not a float.
rhel
>= '6.5'
Reported by @mogadanez
Building via source on Amazon is broken. This is due to a broken conditional when checking for
rhel
platform_family AND>= '6.5'
which is evaluating as a string and not a float.Reported by @mogadanez