2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Fix RHEL 8 names

A .0 patch level is actually part of the name in RHEL8.
This is not the case for RHEL 9 though.
This commit is contained in:
Obihörnchen 2024-03-04 03:44:22 +01:00 committed by GitHub
parent cbee70bfc9
commit bd85efe305
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,16 +124,16 @@ our %distnames = (
"1446216863.790260" => "rhels7.2", #x86_64
"1446216863.764721" => "rhels7.2", #ppc64
"1446216863.771788" => "rhels7.2", #ppc64le
"1554367054.162671" => "rhels8.0", #x86_64
"1571146135.637073" => "rhels8.1", #x86_64
"1585988230.312698" => "rhels8.2", #x86_64
"1602239874.439561" => "rhels8.3", #x86_64
"1620069559.055704" => "rhels8.4", #x86_64
"1634111543.317017" => "rhels8.5", #x86_64
"1650472728.682141" => "rhels8.6", #x86_64
"1665640879.622493" => "rhels8.7", #x86_64
"1681178617.415884" => "rhels8.8", #x86_64
"1698675913.542581" => "rhels8.9", #x86_64
"1554367054.162671" => "rhels8.0.0", #x86_64
"1571146135.637073" => "rhels8.1.0", #x86_64
"1585988230.312698" => "rhels8.2.0", #x86_64
"1602239874.439561" => "rhels8.3.0", #x86_64
"1620069559.055704" => "rhels8.4.0", #x86_64
"1634111543.317017" => "rhels8.5.0", #x86_64
"1650472728.682141" => "rhels8.6.0", #x86_64
"1665640879.622493" => "rhels8.7.0", #x86_64
"1681178617.415884" => "rhels8.8.0", #x86_64
"1698675913.542581" => "rhels8.9.0", #x86_64
"1673532738.064152" => "rhels9.0", #x86_64
"1666859625.373080" => "rhels9.1", #x86_64
"1681421276.520925" => "rhels9.2", #x86_64