Actions
Bug #4360
closedWithout lsb_release installed, RedHat is detected as Scientific Linux
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The patch in #3834 is incorrect and lead to the detection of real Red Hat as scientific linux when the package " redhat-lsb-core " is not installed.
The problem is that Fusion based its choice on file names (/etc/centos-release, /etc/mandrake-release, etc) but Red Hat and Scientific have no different files, only different files content.
Idea: in the case of RedHat, check if we don't have a Scientific for real with the /etc/redhat-release content.
Actions