From bd85efe305ad3d2bb908e8f2e400585160dfcddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Obih=C3=B6rnchen?= Date: Mon, 4 Mar 2024 03:44:22 +0100 Subject: [PATCH] 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. --- perl-xCAT/xCAT/data/discinfo.pm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/perl-xCAT/xCAT/data/discinfo.pm b/perl-xCAT/xCAT/data/discinfo.pm index a99a2870d..19e32917c 100755 --- a/perl-xCAT/xCAT/data/discinfo.pm +++ b/perl-xCAT/xCAT/data/discinfo.pm @@ -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