diff --git a/SOURCES/0009-MSVSphere-Adaptation-Patch.patch b/SOURCES/0009-MSVSphere-Adaptation-Patch.patch index 04e3dba..5c6aed2 100644 --- a/SOURCES/0009-MSVSphere-Adaptation-Patch.patch +++ b/SOURCES/0009-MSVSphere-Adaptation-Patch.patch @@ -784,7 +784,7 @@ index 0f3e248..bc34d1d 100644 def distributionText(): - return _("%(productName)s %(productVersion)s INSTALLATION") % \ - {"productName": productName, "productVersion": productVersion} -+if productBase == "MSVSphere" and productFlavor == "Server": ++ if productBase == "MSVSphere" and productFlavor == "Server": + distro_text = _("MSVSphere %(productVersion)s Server INSTALLATION") + elif productBase == "MSVSphere" and productFlavor == "ARM": + distro_text = _("MSVSphere %(productVersion)s ARM INSTALLATION")