From 9b001a8ba6db8baf9768b3e6776eae3ef3c74146 Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 6 Nov 2024 14:58:24 +0300 Subject: [PATCH] Fix typo --- ...-Translate-installation-image-bootloader-to-Russian.patch | 2 +- SPECS/lorax-templates-rhel.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SOURCES/0003-Translate-installation-image-bootloader-to-Russian.patch b/SOURCES/0003-Translate-installation-image-bootloader-to-Russian.patch index 3de7a74..ef76cf7 100644 --- a/SOURCES/0003-Translate-installation-image-bootloader-to-Russian.patch +++ b/SOURCES/0003-Translate-installation-image-bootloader-to-Russian.patch @@ -38,7 +38,7 @@ index 2893a50..b6dc04a 100644 treeinfo images-${basearch} ${img|basename} ${img} %endfor - <%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch32=efiarch32, efiarch64=efiarch64, isolabel=isolabel"/> -+ <%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch32=efiarch32, efiarch64=efiarch64, isolabel=isolabel", FLAVOR=FLAVOR"/> ++ <%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch32=efiarch32, efiarch64=efiarch64, isolabel=isolabel, FLAVOR=FLAVOR"/> %endif # Create optional product.img and updates.img diff --git a/SPECS/lorax-templates-rhel.spec b/SPECS/lorax-templates-rhel.spec index 11a0705..570d6b1 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: 40%{?dist}.1 +Release: 40%{?dist}.2 Summary: MSVSphere 9 build templates for lorax and livemedia-creator License: GPLv2+ @@ -50,6 +50,9 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{templatedir}/live/config_files/x86/ %{templatedir}/* %changelog +* Wed Nov 06 2024 Arkady L. Shane - 9.0-40.2 +- Fix typo + * Tue Nov 5 2024 Arkady L. Shane - 9.0-40.1 - Patch also aarch64 templates