lib/beaker-pe/install/pe_utils.rb in beaker-pe-2.12.0 vs lib/beaker-pe/install/pe_utils.rb in beaker-pe-2.13.0
- old
+ new
@@ -493,12 +493,12 @@
return if use_meep_for_classification?(master[:pe_ver], options)
# For some platforms (e.g, redhatfips), packaging_platfrom is set and should
# be used as the primary source of truth for the platform string.
platform = host['packaging_platform'] || host['platform']
- # We don't have a separate AIX 7.2 build, so it is
+ # We don't have a separate AIX 7.2 build prior to 2023, so it is
# classified as 7.1 for pe_repo purposes
- if platform == "aix-7.2-power"
+ if platform == "aix-7.2-power" && version_is_less(master[:pe_ver], '2023.0.0')
platform = "aix-7.1-power"
end
klass = platform.gsub(/-/, '_').gsub(/\./,'')
if host['platform'] =~ /windows/
if host['template'] =~ /i386/