From fce1d15b74c7f26a338c7d04d52fca4564ddfd8a Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 28 Jul 2023 20:38:59 +0200 Subject: [PATCH] fix product --- ...003-Translate-installation-image-bootloader-to-Russian.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOURCES/0003-Translate-installation-image-bootloader-to-Russian.patch b/SOURCES/0003-Translate-installation-image-bootloader-to-Russian.patch index e986aff..e678aaf 100644 --- a/SOURCES/0003-Translate-installation-image-bootloader-to-Russian.patch +++ b/SOURCES/0003-Translate-installation-image-bootloader-to-Russian.patch @@ -195,7 +195,7 @@ index bb1aa4f..dda0e79 100644 %endif install ${configdir}/grub2-efi.cfg ${eficonf} + replace @FLAVOR@ '${FLAVOR}' ${eficonf} -+ %if product.name == 'MSVSphere': ++ %if product.name in ("MSVSphere", "MSVSphere Server"): + replace @PRODUCT@ 'МСВСфера' ${eficonf} + %else: replace @PRODUCT@ '${product.name}' ${eficonf}