Resolves INF-1633

i9.5-beta changed/i9.5-beta/lorax-templates-msvsphere-9.0-40.el9.3
Arkady L. Shane 2 weeks ago
parent 9b001a8ba6
commit 309580d278
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -24,7 +24,7 @@ index 2893a50..b6dc04a 100644
+# define an MSVSphere-specific image flavor constant +# define an MSVSphere-specific image flavor constant
+if product.variant in ("Minimal", "Server"): +if product.variant in ("Minimal", "Server"):
+ FLAVOR=" Сервер" + FLAVOR=" Сервер"
+elif product.variant == "Certified": +elif product.variant == "OS":
+ FLAVOR=" Сертифицированная" + FLAVOR=" Сертифицированная"
+elif product.variant == "BaseOS": +elif product.variant == "BaseOS":
+ FLAVOR=" ОС" + FLAVOR=" ОС"
@ -290,7 +290,7 @@ index 3d9d0a4..2717f2c 100644
+# define an MSVSphere-specific image flavor constant +# define an MSVSphere-specific image flavor constant
+if product.variant in ("Minimal", "Server"): +if product.variant in ("Minimal", "Server"):
+ FLAVOR=" Сервер" + FLAVOR=" Сервер"
+elif product.variant == "Certified": +elif product.variant == "OS":
+ FLAVOR=" Сертифицированная" + FLAVOR=" Сертифицированная"
+elif product.variant == "BaseOS": +elif product.variant == "BaseOS":
+ FLAVOR=" ОС" + FLAVOR=" ОС"

@ -1,6 +1,6 @@
Name: lorax-templates-msvsphere Name: lorax-templates-msvsphere
Version: 9.0 Version: 9.0
Release: 40%{?dist}.2 Release: 40%{?dist}.3
Summary: MSVSphere 9 build templates for lorax and livemedia-creator Summary: MSVSphere 9 build templates for lorax and livemedia-creator
License: GPLv2+ License: GPLv2+
@ -50,6 +50,9 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{templatedir}/live/config_files/x86/
%{templatedir}/* %{templatedir}/*
%changelog %changelog
* Wed Jan 22 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.0-40.3
- Resolves INF-1633
* Wed Nov 06 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.0-40.2 * Wed Nov 06 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 9.0-40.2
- Fix typo - Fix typo

Loading…
Cancel
Save