diff --git a/SOURCES/0006-Update-title-color.patch b/SOURCES/0006-Update-title-color.patch new file mode 100644 index 0000000..475b911 --- /dev/null +++ b/SOURCES/0006-Update-title-color.patch @@ -0,0 +1,39 @@ +From f97059d3616f21710747f0c374a359f7fa25f4e7 Mon Sep 17 00:00:00 2001 +From: tigro +Date: Thu, 21 Sep 2023 13:47:02 +0300 +Subject: [PATCH 6/6] Update title color + +--- + 80-rhel/config_files/x86/isolinux.cfg | 2 +- + 80-rhel/live/config_files/x86/isolinux.cfg | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/80-rhel/config_files/x86/isolinux.cfg b/80-rhel/config_files/x86/isolinux.cfg +index ea10f9d..dddfed3 100644 +--- a/80-rhel/config_files/x86/isolinux.cfg ++++ b/80-rhel/config_files/x86/isolinux.cfg +@@ -25,7 +25,7 @@ menu color border * #00000000 #00000000 none + menu color sel 0 #ffffffff #00000000 none + + # Title bar +-menu color title 0 #ff7ba3d0 #00000000 none ++menu color title 0 #ffcc00cc #00000000 none + + # Press [Tab] message + menu color tabmsg 0 #ff3a6496 #00000000 none +diff --git a/80-rhel/live/config_files/x86/isolinux.cfg b/80-rhel/live/config_files/x86/isolinux.cfg +index add6f5b..99e4db2 100644 +--- a/80-rhel/live/config_files/x86/isolinux.cfg ++++ b/80-rhel/live/config_files/x86/isolinux.cfg +@@ -25,7 +25,7 @@ menu color border * #00000000 #00000000 none + menu color sel 0 #ffffffff #00000000 none + + # Title bar +-menu color title 0 #ff7ba3d0 #00000000 none ++menu color title 0 #ffcc00cc #00000000 none + + # Press [Tab] message + menu color tabmsg 0 #ff3a6496 #00000000 none +-- +2.41.0 + diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index db562f1..4c94087 100644 --- a/SPECS/lorax-templates-rhel.spec +++ b/SPECS/lorax-templates-rhel.spec @@ -1,6 +1,6 @@ Name: lorax-templates-msvsphere Version: 9.0 -Release: 37%{?dist}.6 +Release: 37%{?dist}.7 Summary: MSVSphere 9 build templates for lorax and livemedia-creator License: GPLv2+ @@ -15,6 +15,7 @@ Patch1002: 0002-Disable-oscap-anaconda-addon-install.patch Patch1003: 0003-Translate-installation-image-bootloader-to-Russian.patch Patch1004: 0004-Translate-live-image-bootloader-to-Russian.patch Patch1005: 0005-Disable-geo-location.patch +Patch1006: 0006-Update-title-color.patch # Required for the template branding support # Required for Russian localization @@ -50,6 +51,10 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{templatedir}/live/config_files/x86/ %{templatedir}/* %changelog +* Thu Sep 21 2023 Arkady L. Shane - 9.0-37.7 +- Update title color +- Update translation + * Mon Aug 21 2023 Arkady L. Shane - 9.0-37.6 - Added more products