[packages/grub2] Rel 5; fix platform case

arekm arekm at pld-linux.org
Sun Aug 23 01:53:33 CEST 2026


commit f2e1fed361369eeb4f02935d0df07df34850f1bb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Aug 23 01:53:23 2026 +0200

    Rel 5; fix platform case

 grub2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index 36009c0..ede9a1b 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -144,7 +144,7 @@ Summary(pl.UTF-8):	GRUB2 - bootloader dla x86 i ppc
 Summary(pt_BR.UTF-8):	Gerenciador de inicialização GRUB2
 Name:		grub2
 Version:	2.14
-Release:	4
+Release:	5
 License:	GPL v2
 Group:		Base
 Source0:	https://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz
@@ -568,7 +568,7 @@ for platform in %{platforms} ; do
 	cd build-${platform}
 
 	platform_opts=""
-	case platform in
+	case $platform in
 		coreboot|ieee1275|multiboot|pc|qemu|xen_pvh)
 			platform_opts="--enable-efiemu%{!?with_efiemu:=no}"
 			;;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/f2e1fed361369eeb4f02935d0df07df34850f1bb



More information about the pld-cvs-commit mailing list