From 40524773a3e9c0c729bd1191f8b06d3e64a54289 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jul 19 2015 14:23:39 +0000 Subject: Don't build hardened (fixes FTBFS) --- diff --git a/grub2.spec b/grub2.spec index 7ec3274..af3ee64 100644 --- a/grub2.spec +++ b/grub2.spec @@ -1,3 +1,5 @@ +%undefine _hardened_build + # Modules always contain just 32-bit code %define _libdir %{_exec_prefix}/lib @@ -47,7 +49,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 0.16%{?dist} +Release: 0.17%{?dist} Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base @@ -652,6 +654,9 @@ fi %{_datarootdir}/grub/themes/starfield %changelog +* Sun Jul 19 2015 Peter Robinson 2.02-0.17 +- Don't build hardened (fixes FTBFS) + * Tue Apr 28 2015 Peter Jones - 2.02-0.16 - Make grub2-mkconfig produce the kernel titles we actually want. Resolves: rhbz#1215839