grub2 2.04-2 (znver1;i686;x86_64) 2019-8241
0

Status rejected
Submitter angrypenguinpoland [@T] gmail.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/638707
Packages
grub2-2.04-2.znver1.binary
grub2-2.04-2.znver1.source
grub2-doc-2.04-2.znver1.binary
grub2-efi-2.04-2.znver1.binary
grub2-extra-2.04-2.znver1.binary
grub2-starfield-theme-2.04-2.znver1.binary
grub2-2.04-2.i686.binary
grub2-2.04-2.i686.source
grub2-doc-2.04-2.i686.binary
grub2-efi-2.04-2.i686.binary
grub2-extra-2.04-2.i686.binary
grub2-starfield-theme-2.04-2.i686.binary
grub2-2.04-2.x86_64.binary
grub2-2.04-2.x86_64.source
grub2-doc-2.04-2.x86_64.binary
grub2-efi-2.04-2.x86_64.binary
grub2-extra-2.04-2.x86_64.binary
grub2-starfield-theme-2.04-2.x86_64.binary
Build Date 2019-11-03 14:36:20 +0000 UTC
Last Updated 2019-11-04 01:32:28.197357543 +0000 UTC
$ git diff --patch-with-stat --summary 1b9d302d870e35023fd542d3b0ca241b83d83f5f..8f8d15fdf92d56c8bfa0991a699b2db522e16e2c

 grub2.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/grub2.spec b/grub2.spec
index a1057fb..6861413 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -25,7 +25,7 @@ Name:		grub2
 ## and compare to grub2-2.02-unity-mkrescue-use-grub2-dir.patch
 ## do _NOT_ update without doing that .. we just go lucky until now.
 Version:	2.04
-Release:	1
+Release:	2
 Group:		System/Kernel and hardware
 License:	GPLv3+
 Url:		http://www.gnu.org/software/grub/
@@ -232,7 +232,8 @@ export CONFIGURE_TOP="$PWD"
 %if "%{platform}" != ""
 mkdir -p %{platform}
 cd %{platform}
-%configure CC=%{__cc} BUILD_CC=%{__cc} TARGET_CC=%{__cc} \
+# Clang causes openmandriva theme to disappear. Only black theme on non UEFI/EFI platform. Switch back to gcc (angry)
+%configure CC=gcc BUILD_CC=gcc TARGET_CC=gcc \
 	CFLAGS="-Os -fuse-ld=bfd" \
 	LDFLAGS="" \
 	TARGET_LDFLAGS="-static" \
Not Available

benbullard79 [@T] cox.netNo Comment.1850d 03hrs