2015-07-19 14:23:39 +00:00
%undefine _hardened_build
2008-08-27 08:07:28 +00:00
# Modules always contain just 32-bit code
%define _libdir %{_exec_prefix}/lib
2009-09-12 02:25:07 +00:00
# 64bit intel machines use 32bit boot loader
2008-08-27 08:07:28 +00:00
# (We cannot just redefine _target_cpu, as we'd get i386.rpm packages then)
%ifarch x86_64
%define _target_platform i386-%{_vendor}-%{_target_os}%{?_gnu}
%endif
2012-06-01 23:55:32 +00:00
# sparc is always compiled 64 bit
2009-09-12 02:25:07 +00:00
%ifarch %{sparc}
%define _target_platform sparc64-%{_vendor}-%{_target_os}%{?_gnu}
%endif
2008-08-27 08:07:28 +00:00
2011-03-10 19:25:50 +00:00
%if ! 0%{?efi}
2012-05-21 18:57:29 +00:00
2014-01-14 17:57:20 +00:00
%global efi_only aarch64
%global efiarchs %{ix86} x86_64 ia64 %{efi_only}
2012-05-21 18:57:29 +00:00
%ifarch %{ix86}
%global grubefiarch i386-efi
%global grubefiname grubia32.efi
2012-08-08 17:38:23 +00:00
%global grubeficdname gcdia32.efi
2012-05-21 18:57:29 +00:00
%endif
%ifarch x86_64
%global grubefiarch %{_arch}-efi
%global grubefiname grubx64.efi
2012-08-08 17:38:23 +00:00
%global grubeficdname gcdx64.efi
2011-03-10 19:25:50 +00:00
%endif
2014-01-14 17:57:20 +00:00
%ifarch aarch64
%global grubefiarch arm64-efi
%global grubefiname grubaa64.efi
%global grubeficdname gcdaa64.efi
%endif
2011-03-10 19:25:50 +00:00
2015-07-07 14:19:01 +00:00
# Figure out the right file path to use
%global efidir %(eval echo $(grep ^ID= /etc/os-release | sed -e 's/^ID=//' -e 's/rhel/redhat/' ))
2012-03-14 20:33:25 +00:00
2012-05-21 18:57:29 +00:00
%endif
2012-03-14 20:33:25 +00:00
2016-03-04 18:32:29 +00:00
%global tarversion 2.02~beta3
2012-03-14 20:33:25 +00:00
%undefine _missing_build_ids_terminate_build
2008-08-27 08:07:28 +00:00
Name : grub2
2009-11-10 19:43:01 +00:00
Epoch : 1
2014-01-06 16:39:16 +00:00
Version : 2.02
2016-12-02 21:18:30 +00:00
Release : 0.37%{?dist}
2008-08-27 08:07:28 +00:00
Summary : Bootloader with support for Linux, Multiboot and more
Group : System Environment/Base
License : GPLv3+
URL : http://www.gnu.org/software/grub/
2011-10-11 20:53:55 +00:00
Obsoletes : grub < 1:0.98
2012-03-17 01:16:35 +00:00
Source0 : ftp://alpha.gnu.org/gnu/grub/grub-%{tarversion} .tar.xz
2016-02-17 00:06:49 +00:00
#Source0: ftp://ftp.gnu.org/gnu/grub/grub-%%{tarversion}.tar.xz
2012-04-19 20:33:09 +00:00
Source4 : http://unifoundry.com/unifont-5.1.20080820.pcf.gz
2012-05-09 20:55:11 +00:00
Source5 : theme.tar.bz2
2014-08-19 13:40:10 +00:00
Source6 : gitignore
2016-03-04 20:28:21 +00:00
Source7 : grub.patches
2014-03-13 18:02:22 +00:00
2016-02-17 00:06:49 +00:00
# generate with do-rebase
2016-03-04 20:28:21 +00:00
%include %{SOURCE7}
2015-08-03 19:08:50 +00:00
2015-07-22 14:14:34 +00:00
# And these are:
# git checkout debuginfo
# git format-patch fedora-23..
Patch10001 : 10001-Put-the-correct-.file-directives-in-our-.S-files.patch
2016-04-07 14:44:51 +00:00
Patch10002 : 10002-Make-it-possible-to-enabled-build-id-sha1.patch
#Patch10003: 10003-Don-t-tell-the-compiler-to-do-annoying-things-with-.patch
Patch10004 : 10004-Add-grub_qdprintf-grub_dprintf-without-the-file-lin.patch
Patch10005 : 10005-Make-a-gdb-dprintf-that-tells-us-load-addresses.patch
#Patch10006: 10006-Try-it-in-gentpl-again.patch
2013-06-13 14:06:04 +00:00
2011-03-10 19:25:50 +00:00
BuildRequires : flex bison binutils python
2016-04-07 14:44:51 +00:00
BuildRequires : ncurses-devel xz-devel bzip2-devel
2009-11-10 18:49:52 +00:00
BuildRequires : freetype-devel libusb-devel
2016-04-07 14:44:51 +00:00
BuildRequires : rpm-devel
2014-08-19 13:40:10 +00:00
%ifarch %{sparc} x86_64 aarch64 ppc64le
2012-06-01 23:55:32 +00:00
# sparc builds need 64 bit glibc-devel - also for 32 bit userland
2012-05-25 21:16:56 +00:00
BuildRequires : /usr/lib64/crt1.o glibc-static
%else
2012-06-01 23:55:32 +00:00
# ppc64 builds need the ppc crt1.o
2012-05-25 21:16:56 +00:00
BuildRequires : /usr/lib/crt1.o glibc-static
%endif
2011-03-03 22:08:24 +00:00
BuildRequires : autoconf automake autogen device-mapper-devel
BuildRequires : freetype-devel gettext-devel git
2011-05-11 14:54:21 +00:00
BuildRequires : texinfo
2012-05-10 00:44:50 +00:00
BuildRequires : dejavu-sans-fonts
2013-05-15 20:13:10 +00:00
BuildRequires : help2man
2012-08-23 15:12:09 +00:00
%ifarch %{efiarchs}
2014-01-14 17:57:20 +00:00
%ifnarch aarch64
2012-10-22 18:39:39 +00:00
BuildRequires : pesign >= 0.99-8
2012-08-23 15:12:09 +00:00
%endif
2014-01-14 17:57:20 +00:00
%endif
2008-08-27 08:07:28 +00:00
2014-10-27 13:30:50 +00:00
Requires : gettext which file
2012-05-22 15:40:48 +00:00
Requires : %{name} -tools = %{epoch} :%{version} -%{release}
2014-10-27 13:30:50 +00:00
Requires : os-prober >= 1.58-11
2010-01-20 17:32:08 +00:00
Requires(pre) : dracut
Requires(post) : dracut
2008-08-27 08:07:28 +00:00
2012-06-04 00:29:21 +00:00
ExcludeArch : s390 s390x %{arm}
2013-07-02 18:13:49 +00:00
Obsoletes : grub2 <= 1:2.00-20%{?dist}
2008-08-27 08:07:28 +00:00
%description
2011-03-10 19:25:50 +00:00
The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
bootloader with modular architecture. It support rich varietyof kernel formats,
2012-05-21 15:34:06 +00:00
file systems, computer architectures and hardware devices. This subpackage
provides support for PC BIOS systems.
2011-03-10 19:25:50 +00:00
2012-06-01 23:55:36 +00:00
%ifarch %{efiarchs}
2011-03-10 19:25:50 +00:00
%package efi
2016-04-07 14:44:51 +00:00
Summary : GRUB for EFI systems.
2011-03-10 19:25:50 +00:00
Group : System Environment/Base
2012-05-21 20:02:42 +00:00
Requires : %{name} -tools = %{epoch} :%{version} -%{release}
2013-07-02 18:13:49 +00:00
Obsoletes : grub2-efi <= 1:2.00-20%{?dist}
2011-03-10 19:25:50 +00:00
%description efi
The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
bootloader with modular architecture. It support rich varietyof kernel formats,
file systems, computer architectures and hardware devices. This subpackage
provides support for EFI systems.
2013-10-02 20:47:55 +00:00
%package efi-modules
Summary : Modules used to build custom grub.efi images
Group : System Environment/Base
Requires : %{name} -tools = %{epoch} :%{version} -%{release}
Obsoletes : grub2-efi <= 1:2.00-20%{?dist}
%description efi-modules
The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
bootloader with modular architecture. It support rich varietyof kernel formats,
file systems, computer architectures and hardware devices. This subpackage
provides support for rebuilding your own grub.efi on EFI systems.
2011-03-10 19:25:50 +00:00
%endif
2008-08-27 08:07:28 +00:00
2012-05-21 15:34:06 +00:00
%package tools
2016-04-07 14:44:51 +00:00
Summary : Support tools for GRUB.
2012-05-21 15:34:06 +00:00
Group : System Environment/Base
Requires : gettext os-prober which file system-logos
%description tools
The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
bootloader with modular architecture. It support rich varietyof kernel formats,
file systems, computer architectures and hardware devices. This subpackage
provides tools for support of all platforms.
2013-05-10 23:08:54 +00:00
%package starfield-theme
2016-04-07 14:44:51 +00:00
Summary : An example theme for GRUB.
2013-05-10 23:08:54 +00:00
Group : System Environment/Base
Requires : system-logos
2013-07-02 18:13:49 +00:00
Obsoletes : grub2 <= 1:2.00-20%{?dist}
Obsoletes : grub2-efi <= 1:2.00-20%{?dist}
2013-05-10 23:08:54 +00:00
%description starfield-theme
The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
bootloader with modular architecture. It support rich varietyof kernel formats,
file systems, computer architectures and hardware devices. This subpackage
provides an example theme for the grub screen.
2008-08-27 08:07:28 +00:00
%prep
2012-03-14 20:33:25 +00:00
%setup -T -c -n grub-%{tarversion}
2012-06-01 23:55:36 +00:00
%ifarch %{efiarchs}
2012-03-14 20:33:25 +00:00
%setup -D -q -T -a 0 -n grub-%{tarversion}
cd grub-%{tarversion}
2012-04-19 20:33:09 +00:00
# place unifont in the '.' from which configure is run
cp %{SOURCE4} unifont.pcf.gz
2014-08-19 13:40:10 +00:00
cp %{SOURCE6} .gitignore
2011-03-03 22:08:24 +00:00
git init
2015-07-07 14:17:17 +00:00
echo '![[:digit:]][[:digit:]]_*.in' > util/grub.d/.gitignore
echo '!*.[[:digit:]]' > util/.gitignore
git config user.email " %{name} - o w n e r @ f e d o r a p r o j e c t . o r g "
2011-03-03 22:08:24 +00:00
git config user.name " F e d o r a N i n j a s "
2015-07-07 14:17:17 +00:00
git config gc.auto 0
2011-03-03 22:08:24 +00:00
git add .
2012-03-14 20:33:25 +00:00
git commit -a -q -m " %{tarversion} b a s e l i n e . "
2015-07-07 14:17:17 +00:00
git am %{patches} </dev/null
git config --unset user.email
git config --unset user.name
2011-03-10 19:25:50 +00:00
cd ..
2012-03-14 20:33:25 +00:00
mv grub-%{tarversion} grub-efi-%{tarversion}
2011-03-10 19:25:50 +00:00
%endif
2014-01-14 17:57:20 +00:00
%ifarch %{efi_only}
ln -s grub-efi-%{tarversion} grub-%{tarversion}
%else
2012-03-14 20:33:25 +00:00
%setup -D -q -T -a 0 -n grub-%{tarversion}
cd grub-%{tarversion}
2012-04-19 20:33:09 +00:00
# place unifont in the '.' from which configure is run
cp %{SOURCE4} unifont.pcf.gz
2014-08-19 13:40:10 +00:00
cp %{SOURCE6} .gitignore
2011-03-10 19:25:50 +00:00
git init
2015-07-07 14:17:17 +00:00
echo '![[:digit:]][[:digit:]]_*.in' > util/grub.d/.gitignore
echo '!*.[[:digit:]]' > util/.gitignore
2014-11-07 20:26:44 +00:00
git config user.email " %{name} - o w n e r @ f e d o r a p r o j e c t . o r g "
2011-03-10 19:25:50 +00:00
git config user.name " F e d o r a N i n j a s "
2014-11-07 20:26:44 +00:00
git config gc.auto 0
2011-03-10 19:25:50 +00:00
git add .
2012-03-14 20:33:25 +00:00
git commit -a -q -m " %{tarversion} b a s e l i n e . "
2014-11-07 20:26:44 +00:00
git am %{patches} </dev/null
git config --unset user.email
git config --unset user.name
2014-01-14 17:57:20 +00:00
%endif
2008-08-27 09:06:33 +00:00
2008-08-27 08:07:28 +00:00
%build
2012-06-01 23:55:36 +00:00
%ifarch %{efiarchs}
2012-03-14 20:33:25 +00:00
cd grub-efi-%{tarversion}
2011-03-10 19:25:50 +00:00
./autogen.sh
2011-09-01 15:33:20 +00:00
%configure \
CFLAGS=" $ ( e c h o $RPM_OPT_FLAGS | s e d \
2012-03-07 14:11:56 +00:00
-e 's/-O.//g' \
2014-03-13 17:48:55 +00:00
-e 's/-fstack-protector[[:alpha:]-]\+//g' \
2014-09-10 19:00:22 +00:00
-e 's/-Wp,-D_FORTIFY_SOURCE=[[:digit:]]\+//g' \
2011-09-01 15:33:20 +00:00
-e 's/--param=ssp-buffer-size=4//g' \
2011-10-27 15:09:02 +00:00
-e 's/-mregparm=3/-mregparm=4/g' \
2011-09-01 15:33:20 +00:00
-e 's/-fexceptions//g' \
2014-01-06 16:39:16 +00:00
-e 's/-fasynchronous-unwind-tables//g' \
2014-03-13 17:48:55 +00:00
-e 's/^/ -fno-strict-aliasing /' )" \
2011-09-01 15:33:20 +00:00
TARGET_LDFLAGS=-static \
--with-platform=efi \
2012-05-21 15:34:06 +00:00
--with-grubdir=%{name} \
2012-04-29 14:53:50 +00:00
--program-transform-name=s,grub,%{name} , \
2013-06-07 18:03:56 +00:00
--disable-grub-mount \
2012-04-19 20:33:09 +00:00
--disable-werror
2011-03-10 19:25:50 +00:00
make %{?_smp_mflags}
2014-08-25 18:48:24 +00:00
2014-11-13 17:45:26 +00:00
GRUB_MODULES=" a l l _ v i d e o b o o t b t r f s c a t c h a i n c o n f i g f i l e e c h o \
2014-09-29 15:48:01 +00:00
efifwsetup efinet ext2 fat font gfxmenu gfxterm gzio halt \
2015-04-21 15:36:31 +00:00
hfsplus iso9660 jpeg loadenv loopback lvm mdraid09 mdraid1x \
minicmd normal part_apple part_msdos part_gpt \
password_pbkdf2 png \
2014-09-29 15:48:01 +00:00
reboot search search_fs_uuid search_fs_file search_label \
2014-11-13 17:45:26 +00:00
serial sleep syslinuxcfg test tftp video xfs"
2014-01-14 17:57:20 +00:00
%ifarch aarch64
2014-11-13 17:45:26 +00:00
GRUB_MODULES+=" l i n u x "
2014-01-14 17:57:20 +00:00
%else
2014-11-13 17:45:26 +00:00
GRUB_MODULES+=" b a c k t r a c e u s b u s b s e r i a l _ c o m m o n "
GRUB_MODULES+=" u s b s e r i a l _ p l 2 3 0 3 u s b s e r i a l _ f t d i u s b s e r i a l _ u s b d e b u g "
2015-11-20 23:18:48 +00:00
GRUB_MODULES+=" l i n u x e f i "
2014-01-14 17:57:20 +00:00
%endif
./grub-mkimage -O %{grubefiarch} -o %{grubefiname} .orig -p /EFI/%{efidir} \
-d grub-core ${GRUB_MODULES}
2014-09-29 15:48:01 +00:00
./grub-mkimage -O %{grubefiarch} -o %{grubeficdname} .orig -p /EFI/BOOT \
-d grub-core ${GRUB_MODULES}
2014-01-14 17:57:20 +00:00
%ifarch aarch64
mv %{grubefiname} .orig %{grubefiname}
2014-09-29 15:48:01 +00:00
mv %{grubeficdname} .orig %{grubeficdname}
2014-01-14 17:57:20 +00:00
%else
2013-06-07 18:03:56 +00:00
%pesign -s -i %{grubeficdname} .orig -o %{grubeficdname}
%pesign -s -i %{grubefiname} .orig -o %{grubefiname}
2014-01-14 17:57:20 +00:00
%endif
2011-03-10 19:25:50 +00:00
cd ..
%endif
2012-03-14 20:33:25 +00:00
cd grub-%{tarversion}
2014-01-14 17:57:20 +00:00
%ifnarch %{efi_only}
2011-03-10 19:25:50 +00:00
./autogen.sh
2008-08-27 08:07:28 +00:00
# -static is needed so that autoconf script is able to link
# test that looks for _start symbol on 64 bit platforms
2014-08-19 13:40:10 +00:00
%ifarch %{sparc} ppc ppc64 ppc64le
2012-03-14 20:33:25 +00:00
%define platform ieee1275
2009-09-12 02:25:07 +00:00
%else
2012-03-14 20:33:25 +00:00
%define platform pc
2009-09-12 02:25:07 +00:00
%endif
2011-09-01 15:33:20 +00:00
%configure \
CFLAGS=" $ ( e c h o $RPM_OPT_FLAGS | s e d \
2012-03-07 15:43:18 +00:00
-e 's/-O.//g' \
2014-03-13 17:48:55 +00:00
-e 's/-fstack-protector[[:alpha:]-]\+//g' \
2014-09-10 19:00:22 +00:00
-e 's/-Wp,-D_FORTIFY_SOURCE=[[:digit:]]\+//g' \
2011-09-01 15:33:20 +00:00
-e 's/--param=ssp-buffer-size=4//g' \
2011-10-27 15:09:02 +00:00
-e 's/-mregparm=3/-mregparm=4/g' \
2011-09-01 15:33:20 +00:00
-e 's/-fexceptions//g' \
-e 's/-m64//g' \
2014-01-06 16:39:16 +00:00
-e 's/-fasynchronous-unwind-tables//g' \
2016-12-07 08:47:49 +00:00
-e 's/-mcpu=power[[:alnum:]]\+/-mcpu=power6/g' \
2014-03-13 17:48:55 +00:00
-e 's/^/ -fno-strict-aliasing /' )" \
2011-09-01 15:33:20 +00:00
TARGET_LDFLAGS=-static \
2012-03-14 20:33:25 +00:00
--with-platform=%{platform} \
2012-05-21 15:34:06 +00:00
--with-grubdir=%{name} \
2011-09-01 15:33:20 +00:00
--program-transform-name=s,grub,%{name} , \
2013-06-07 18:03:56 +00:00
--disable-grub-mount \
2012-04-19 20:33:09 +00:00
--disable-werror
2008-08-27 08:07:28 +00:00
2009-09-12 02:25:07 +00:00
make %{?_smp_mflags}
2014-01-14 17:57:20 +00:00
%endif
2008-08-27 08:07:28 +00:00
2011-10-27 15:08:58 +00:00
sed -i -e 's,(grub),(%{name}),g' \
-e 's,grub.info,%{name}.info,g' \
-e 's,\* GRUB:,* GRUB2:,g' \
2011-10-27 15:08:59 +00:00
-e 's,/boot/grub/,/boot/%{name}/,g' \
2012-04-29 14:37:16 +00:00
-e 's,\([^-]\)grub-\([a-z]\),\1%{name}-\2,g' \
2011-10-27 15:08:58 +00:00
docs/grub.info
sed -i -e 's,grub-dev,%{name}-dev,g' docs/grub-dev.info
2012-04-29 14:37:16 +00:00
/usr/bin/makeinfo --html --no-split -I docs -o grub-dev.html docs/grub-dev.texi
/usr/bin/makeinfo --html --no-split -I docs -o grub.html docs/grub.texi
sed -i -e 's,/boot/grub/,/boot/%{name}/,g' \
-e 's,\([^-]\)grub-\([a-z]\),\1%{name}-\2,g' \
grub.html
2008-08-27 08:07:28 +00:00
%install
set -e
rm -fr $RPM_BUILD_ROOT
2011-03-10 19:25:50 +00:00
2012-06-01 23:55:36 +00:00
%ifarch %{efiarchs}
2012-03-14 20:33:25 +00:00
cd grub-efi-%{tarversion}
2011-03-10 19:25:50 +00:00
make DESTDIR=$RPM_BUILD_ROOT install
2012-10-01 17:34:30 +00:00
find $RPM_BUILD_ROOT -iname " * . m o d u l e " -exec chmod a-x {} \;
2011-03-10 19:25:50 +00:00
# Ghost config file
2012-05-21 18:57:29 +00:00
install -m 755 -d $RPM_BUILD_ROOT /boot/efi/EFI/%{efidir} /
touch $RPM_BUILD_ROOT /boot/efi/EFI/%{efidir} /grub.cfg
ln -s ../boot/efi/EFI/%{efidir} /grub.cfg $RPM_BUILD_ROOT %{_sysconfdir} /%{name} -efi.cfg
2011-03-10 19:25:50 +00:00
2012-05-21 18:57:29 +00:00
install -m 755 %{grubefiname} $RPM_BUILD_ROOT /boot/efi/EFI/%{efidir} /%{grubefiname}
2012-08-08 17:38:23 +00:00
install -m 755 %{grubeficdname} $RPM_BUILD_ROOT /boot/efi/EFI/%{efidir} /%{grubeficdname}
2012-07-25 13:34:55 +00:00
install -D -m 644 unicode.pf2 $RPM_BUILD_ROOT /boot/efi/EFI/%{efidir} /fonts/unicode.pf2
2011-03-10 19:25:50 +00:00
cd ..
%endif
2012-03-14 20:33:25 +00:00
cd grub-%{tarversion}
2014-01-14 17:57:20 +00:00
%ifnarch %{efi_only}
2008-08-27 08:07:28 +00:00
make DESTDIR=$RPM_BUILD_ROOT install
# Ghost config file
install -d $RPM_BUILD_ROOT /boot/%{name}
touch $RPM_BUILD_ROOT /boot/%{name} /grub.cfg
ln -s ../boot/%{name} /grub.cfg $RPM_BUILD_ROOT %{_sysconfdir} /%{name} .cfg
2014-01-14 17:57:20 +00:00
%endif
2008-08-27 08:07:28 +00:00
2013-06-10 19:41:42 +00:00
cp -a $RPM_BUILD_ROOT %{_datarootdir} /locale/en\@quot $RPM_BUILD_ROOT %{_datarootdir} /locale/en
2012-05-21 15:34:06 +00:00
mv $RPM_BUILD_ROOT %{_infodir} /grub.info $RPM_BUILD_ROOT %{_infodir} /%{name} .info
mv $RPM_BUILD_ROOT %{_infodir} /grub-dev.info $RPM_BUILD_ROOT %{_infodir} /%{name} -dev.info
2011-03-03 22:08:24 +00:00
rm $RPM_BUILD_ROOT %{_infodir} /dir
2008-08-27 08:07:28 +00:00
# Defaults
2012-05-21 18:57:29 +00:00
mkdir ${RPM_BUILD_ROOT} %{_sysconfdir} /default
touch ${RPM_BUILD_ROOT} %{_sysconfdir} /default/grub
2012-03-07 14:11:56 +00:00
mkdir ${RPM_BUILD_ROOT} %{_sysconfdir} /sysconfig
ln -sf %{_sysconfdir} /default/grub \
${RPM_BUILD_ROOT} %{_sysconfdir} /sysconfig/grub
2012-04-29 14:36:14 +00:00
cd ..
%find_lang grub
2012-05-10 00:44:50 +00:00
# Fedora theme in /boot/grub2/themes/system/
2012-05-09 20:55:11 +00:00
cd $RPM_BUILD_ROOT
tar xjf %{SOURCE5}
2012-05-10 00:44:50 +00:00
$RPM_BUILD_ROOT %{_bindir} /%{name} -mkfont -o boot/grub2/themes/system/DejaVuSans-10.pf2 -s 10 /usr/share/fonts/dejavu/DejaVuSans.ttf # "DejaVu Sans Regular 10"
$RPM_BUILD_ROOT %{_bindir} /%{name} -mkfont -o boot/grub2/themes/system/DejaVuSans-12.pf2 -s 12 /usr/share/fonts/dejavu/DejaVuSans.ttf # "DejaVu Sans Regular 12"
$RPM_BUILD_ROOT %{_bindir} /%{name} -mkfont -o boot/grub2/themes/system/DejaVuSans-Bold-14.pf2 -s 14 /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf # "DejaVu Sans Bold 14"
2012-05-09 20:55:11 +00:00
2012-08-08 17:38:23 +00:00
# Make selinux happy with exec stack binaries.
mkdir ${RPM_BUILD_ROOT} %{_sysconfdir} /prelink.conf.d/
cat << EOF > ${RPM_BUILD_ROOT} %{_sysconfdir} /prelink.conf.d/grub2.conf
# these have execstack, and break under selinux
-b /usr/bin/grub2-script-check
-b /usr/bin/grub2-mkrelpath
-b /usr/bin/grub2-fstest
-b /usr/sbin/grub2-bios-setup
-b /usr/sbin/grub2-probe
-b /usr/sbin/grub2-sparc64-setup
EOF
2014-09-03 17:10:57 +00:00
%ifarch %{efiarchs}
mkdir -p boot/efi/EFI/%{efidir} /
ln -s /boot/efi/EFI/%{efidir} /grubenv boot/grub2/grubenv
%endif
2014-09-03 19:46:53 +00:00
# Don't run debuginfo on all the grub modules and whatnot; it just
# rejects them, complains, and slows down extraction.
%global finddebugroot " %{_builddir} / %{?buildsubdir} / d e b u g "
mkdir -p %{finddebugroot} /usr
cp -a ${RPM_BUILD_ROOT} /usr/bin %{finddebugroot} /usr/bin
cp -a ${RPM_BUILD_ROOT} /usr/sbin %{finddebugroot} /usr/sbin
%global dip RPM_BUILD_ROOT=%{finddebugroot} %{__debug_install_post}
2015-01-04 05:55:44 +00:00
%define __debug_install_post ( %{dip} \
2014-09-03 19:46:53 +00:00
install -m 0755 -d %{buildroot} /usr/lib/ %{buildroot} /usr/src/ \
cp -al %{finddebugroot} /usr/lib/debug/ \\\
%{buildroot} /usr/lib/debug/ \
cp -al %{finddebugroot} /usr/src/debug/ \\\
2015-01-04 05:55:44 +00:00
%{buildroot} /usr/src/debug/ )
2014-09-03 19:46:53 +00:00
2008-08-27 08:07:28 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
2015-12-10 16:03:51 +00:00
%pre tools
if [ -f /boot/grub2/user.cfg ]; then
if grep -q '^GRUB_PASSWORD=' /boot/grub2/user.cfg ; then
sed -i 's/^GRUB_PASSWORD=/GRUB2_PASSWORD=/' /boot/grub2/user.cfg
fi
elif [ -f /boot/efi/EFI/%{efidir} /user.cfg ]; then
if grep -q '^GRUB_PASSWORD=' /boot/efi/EFI/%{efidir} /user.cfg ; then
sed -i 's/^GRUB_PASSWORD=/GRUB2_PASSWORD=/' \
/boot/efi/EFI/%{efidir} /user.cfg
fi
elif [ -f /etc/grub.d/01_users ] && \
grep -q '^password_pbkdf2 root' /etc/grub.d/01_users ; then
if [ -f /boot/efi/EFI/%{efidir} /grub.cfg ]; then
# on EFI we don't get permissions on the file, but
# the directory is protected.
grep '^password_pbkdf2 root' /etc/grub.d/01_users | \
sed 's/^password_pbkdf2 root \(.*\)$/GRUB2_PASSWORD=\1/' \
> /boot/efi/EFI/%{efidir} /user.cfg
fi
if [ -f /boot/grub2/grub.cfg ]; then
install -m 0600 /dev/null /boot/grub2/user.cfg
chmod 0600 /boot/grub2/user.cfg
grep '^password_pbkdf2 root' /etc/grub.d/01_users | \
sed 's/^password_pbkdf2 root \(.*\)$/GRUB2_PASSWORD=\1/' \
> /boot/grub2/user.cfg
fi
fi
2015-01-04 05:55:44 +00:00
%post tools
2011-03-03 22:08:24 +00:00
if [ " $ 1 " = 1 ]; then
2012-05-21 15:34:06 +00:00
/sbin/install-info --info-dir=%{_infodir} %{_infodir} /%{name} .info.gz || :
/sbin/install-info --info-dir=%{_infodir} %{_infodir} /%{name} -dev.info.gz || :
2011-03-03 22:08:24 +00:00
fi
2008-08-27 08:07:28 +00:00
2011-10-27 15:09:01 +00:00
%triggerun -- grub2 < 1:1.99-4
2011-09-03 18:11:08 +00:00
# grub2 < 1.99-4 removed a number of essential files in postun. To fix upgrades
# from the affected grub2 packages, we first back up the files in triggerun and
# later restore them in triggerpostun.
# https://bugzilla.redhat.com/show_bug.cgi?id=735259
2011-10-27 15:09:01 +00:00
2011-09-03 18:11:08 +00:00
# Back up the files before uninstalling old grub2
mkdir -p /boot/grub2.tmp &&
2011-09-14 20:08:42 +00:00
mv -f /boot/grub2/*.mod \
2011-09-03 18:11:08 +00:00
/boot/grub2/*.img \
/boot/grub2/*.lst \
/boot/grub2/device.map \
/boot/grub2.tmp/ || :
%triggerpostun -- grub2 < 1:1.99-4
# ... and restore the files.
test ! -f /boot/grub2/device.map &&
test -d /boot/grub2.tmp &&
mv -f /boot/grub2.tmp/*.mod \
/boot/grub2.tmp/*.img \
/boot/grub2.tmp/*.lst \
/boot/grub2.tmp/device.map \
/boot/grub2/ &&
rm -r /boot/grub2.tmp/ || :
2015-01-04 05:55:44 +00:00
%preun tools
2011-03-03 22:08:24 +00:00
if [ " $ 1 " = 0 ]; then
2012-05-21 15:34:06 +00:00
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir} /%{name} .info.gz || :
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir} /%{name} -dev.info.gz || :
2011-03-03 22:08:24 +00:00
fi
2008-08-27 08:07:28 +00:00
2014-01-14 17:57:20 +00:00
%ifnarch %{efi_only}
2012-04-29 14:36:14 +00:00
%files -f grub.lang
2008-08-27 08:07:28 +00:00
%defattr (-,root,root,-)
2012-03-14 20:33:25 +00:00
%{_libdir} /grub/*-%{platform} /
2011-10-27 15:09:03 +00:00
%config (noreplace) %{_sysconfdir} /%{name} .cfg
2011-10-27 15:09:04 +00:00
%ghost %config (noreplace) /boot/%{name} /grub.cfg
2012-05-21 15:34:06 +00:00
%doc grub-%{tarversion} /COPYING
2014-09-03 17:10:57 +00:00
%config (noreplace) %ghost /boot/grub2/grubenv
2014-01-14 17:57:20 +00:00
%endif
2008-08-27 08:07:28 +00:00
2012-06-01 23:55:36 +00:00
%ifarch %{efiarchs}
2012-05-21 15:34:06 +00:00
%files efi
2011-03-10 19:25:50 +00:00
%defattr (-,root,root,-)
2012-05-21 15:34:06 +00:00
%config (noreplace) %{_sysconfdir} /%{name} -efi.cfg
2012-05-21 18:57:29 +00:00
%attr (0755,root,root)/boot/efi/EFI/%{efidir}
2012-07-25 13:34:55 +00:00
%attr (0755,root,root)/boot/efi/EFI/%{efidir} /fonts
2012-05-21 18:57:29 +00:00
%ghost %config (noreplace) /boot/efi/EFI/%{efidir} /grub.cfg
2012-05-21 15:34:06 +00:00
%doc grub-%{tarversion} /COPYING
2014-09-03 17:10:57 +00:00
/boot/grub2/grubenv
# I know 0700 seems strange, but it lives on FAT so that's what it'll
# get no matter what we do.
%config (noreplace) %ghost %attr (0700,root,root)/boot/efi/EFI/%{efidir} /grubenv
2013-10-02 20:47:55 +00:00
%files efi-modules
%defattr (-,root,root,-)
%{_libdir} /grub/%{grubefiarch}
2012-05-21 15:34:06 +00:00
%endif
%files tools -f grub.lang
%defattr (-,root,root,-)
%dir %{_libdir} /grub/
2013-05-15 19:33:45 +00:00
%dir %{_datarootdir} /grub/
%dir %{_datarootdir} /grub/themes
2013-05-10 23:08:54 +00:00
%{_datarootdir} /grub/*
2014-01-06 16:39:16 +00:00
%{_sbindir} /%{name} -bios-setup
2012-04-19 20:33:09 +00:00
%{_sbindir} /%{name} -install
2016-08-25 18:42:57 +00:00
%{_sbindir} /%{name} -get-kernel-settings
2014-01-06 16:39:16 +00:00
%{_sbindir} /%{name} -macbless
%{_sbindir} /%{name} -mkconfig
%{_sbindir} /%{name} -ofpathname
2012-04-19 20:33:09 +00:00
%{_sbindir} /%{name} -probe
%{_sbindir} /%{name} -reboot
2015-07-22 14:14:34 +00:00
%{_sbindir} /%{name} -rpm-sort
2012-04-19 20:33:09 +00:00
%{_sbindir} /%{name} -set-default
2015-07-22 14:14:34 +00:00
%{_sbindir} /%{name} -setpassword
2012-04-19 20:33:09 +00:00
%{_sbindir} /%{name} -sparc64-setup
2008-08-27 08:07:28 +00:00
%{_bindir} /%{name} -editenv
2014-01-06 16:39:16 +00:00
%{_bindir} /%{name} -file
2009-11-10 20:41:16 +00:00
%{_bindir} /%{name} -fstest
2014-01-06 16:39:16 +00:00
%{_bindir} /%{name} -glue-efi
2011-03-03 22:08:24 +00:00
%{_bindir} /%{name} -kbdcomp
%{_bindir} /%{name} -menulst2cfg
2009-11-10 20:41:16 +00:00
%{_bindir} /%{name} -mkfont
2011-03-03 22:08:24 +00:00
%{_bindir} /%{name} -mkimage
2014-01-06 16:39:16 +00:00
%{_bindir} /%{name} -mklayout
%{_bindir} /%{name} -mknetdir
2010-05-29 01:48:15 +00:00
%{_bindir} /%{name} -mkpasswd-pbkdf2
%{_bindir} /%{name} -mkrelpath
2009-11-10 22:54:45 +00:00
%ifnarch %{sparc}
2009-11-10 20:41:16 +00:00
%{_bindir} /%{name} -mkrescue
2009-11-10 22:54:45 +00:00
%endif
2014-01-06 16:39:16 +00:00
%{_bindir} /%{name} -mkstandalone
%{_bindir} /%{name} -render-label
2011-03-03 22:08:24 +00:00
%{_bindir} /%{name} -script-check
2014-01-06 16:39:16 +00:00
%{_bindir} /%{name} -syslinux2cfg
2013-04-03 19:50:04 +00:00
%{_datarootdir} /bash-completion/completions/grub
2012-08-08 17:38:23 +00:00
%{_sysconfdir} /prelink.conf.d/grub2.conf
2012-05-07 13:27:13 +00:00
%attr (0700,root,root) %dir %{_sysconfdir} /grub.d
2008-08-27 08:07:28 +00:00
%config %{_sysconfdir} /grub.d/??_*
%{_sysconfdir} /grub.d/README
2012-05-11 00:47:40 +00:00
%attr (0644,root,root) %ghost %config (noreplace) %{_sysconfdir} /default/grub
2012-03-07 14:11:56 +00:00
%{_sysconfdir} /sysconfig/grub
2008-08-27 08:07:28 +00:00
%dir /boot/%{name}
2013-06-14 19:30:46 +00:00
%dir /boot/%{name} /themes/
%dir /boot/%{name} /themes/system
%exclude /boot/%{name} /themes/system/*
%exclude %{_datarootdir} /grub/themes/
2012-05-21 15:34:06 +00:00
%{_infodir} /%{name} *
2015-04-28 15:20:32 +00:00
%{_datadir} /man/man?/*
2012-03-14 20:33:25 +00:00
%doc grub-%{tarversion} /COPYING grub-%{tarversion} /INSTALL
%doc grub-%{tarversion} /NEWS grub-%{tarversion} /README
%doc grub-%{tarversion} /THANKS grub-%{tarversion} /TODO
2012-04-29 14:37:16 +00:00
%doc grub-%{tarversion} /grub.html
%doc grub-%{tarversion} /grub-dev.html grub-%{tarversion} /docs/font_char_metrics.png
2012-05-10 00:44:50 +00:00
%doc grub-%{tarversion} /themes/starfield/COPYING.CC-BY-SA-3.0
2011-03-10 19:25:50 +00:00
2013-05-10 23:08:54 +00:00
%files starfield-theme
2013-06-14 19:30:46 +00:00
%dir /boot/%{name} /themes/
2015-01-04 05:55:44 +00:00
/boot/%{name} /themes/system
2013-06-14 19:30:46 +00:00
%dir %{_datarootdir} /grub/themes
2015-01-04 05:55:44 +00:00
%{_datarootdir} /grub/themes/starfield
2013-05-10 23:08:54 +00:00
2008-08-27 08:07:28 +00:00
%changelog
2016-12-02 21:18:30 +00:00
* Fri Dec 02 2016 pjones <pjones@redhat.com> - 1:2.02-0.37
- Rebased to newer upstream for fedora-26
2016-12-01 22:19:52 +00:00
* Thu Dec 01 2016 Peter Jones <pjones@redhat.com> - 2.02-0.36
- Update version to .36 because I already built an f25 one named 0.35
2016-12-01 22:17:43 +00:00
* Thu Dec 01 2016 pjones <pjones@redhat.com> - 1:2.02-0.35
- Rebased to newer upstream for fedora-26
2016-12-01 22:14:05 +00:00
* Thu Dec 01 2016 Peter Jones <pjones@redhat.com> - 2.02-0.34
- Fix power6 makefile bits for newer autoconf defaults.
2016-11-22 03:00:22 +00:00
- efi/chainloader: fix wrong sanity check in relocate_coff() (Laszlo Ersek)
Resolves: rhbz#1347291
2016-12-01 22:14:05 +00:00
2016-08-25 18:42:57 +00:00
* Thu Aug 25 2016 Peter Jones <pjones@redhat.com> - 2.02-0.34
- Update to be newer than f24's branch.
- Add grub2-get-kernel-settings
Related: rhbz#1226325
2016-04-07 14:59:58 +00:00
* Thu Apr 07 2016 pjones <pjones@redhat.com> - 1:2.02-0.30
- Revert 27e66193, which was replaced by upstream's 49426e9fd
Resolves: rhbz#1251600
2016-04-07 14:44:51 +00:00
* Thu Apr 07 2016 Peter Jones <pjones@redhat.com> - 2.02-0.29
- Fix ppc64 build failure and rebase to newer f24 code.
2016-04-05 19:28:47 +00:00
* Tue Apr 05 2016 pjones <pjones@redhat.com> - 1:2.02-0.27
- Pull TPM updates from mjg59.
Resolves: rhbz#1318067
2016-04-07 14:44:51 +00:00
* Tue Mar 08 2016 pjones <pjones@redhat.com> - 1:2.02-0.27
- Fix aarch64 build problem.
2016-03-04 18:32:29 +00:00
* Fri Mar 04 2016 Peter Jones <pjones@redhat.com> - 2.02-0.26
- Rebased to newer upstream (grub-2.02-beta3) for fedora-24
2015-12-10 16:03:51 +00:00
* Thu Dec 10 2015 Peter Jones <pjones@redhat.com> - 2.02-0.25
- Fix security issue when reading username and password
Related: CVE-2015-8370
- Do a better job of handling GRUB2_PASSWORD
Related: rhbz#1284370
2015-11-20 23:18:48 +00:00
* Fri Nov 20 2015 Peter Jones <pjones@redhat.com> - 2.02-0.24
- Rebuild without multiboot* modules in the EFI image.
Related: rhbz#1264103
2015-09-05 21:09:18 +00:00
* Sat Sep 05 2015 Kalev Lember <klember@redhat.com> - 2.02-0.23
2015-09-05 14:11:47 +00:00
- Rebuilt for librpm soname bump
2015-08-05 17:17:23 +00:00
* Wed Aug 05 2015 Peter Jones <pjones@redhat.com> - 2.02-0.21
- Back out one of the debuginfo generation patches; it doesn't work right on
aarch64 yet.
Resolves: rhbz#1250197
2015-08-03 19:08:50 +00:00
* Mon Aug 03 2015 Peter Jones <pjones@redhat.com> - 2.02-0.20
- The previous fix was completely not right, so fix it a different way.
Resolves: rhbz#1249668
2015-07-30 19:42:48 +00:00
* Fri Jul 31 2015 Peter Jones <pjones@redhat.com> - 2.02-0.19
- Fix grub2-mkconfig's sort to put kernels in the right order.
Related: rhbz#1124074
2015-07-30 15:32:31 +00:00
* Thu Jul 30 2015 Peter Jones <pjones@redhat.com> - 2.02-0.18
- Fix a build failure on aarch64
2015-07-22 14:14:34 +00:00
* Wed Jul 22 2015 Peter Jones <pjones@redhat.com> - 2.02-0.17
- Don't build hardened (fixes FTBFS) (pbrobinson)
- Reconcile with the current upstream
- Fixes for gcc 5
2015-07-19 14:23:39 +00:00
2015-04-28 15:20:32 +00:00
* Tue Apr 28 2015 Peter Jones <pjones@redhat.com> - 2.02-0.16
- Make grub2-mkconfig produce the kernel titles we actually want.
Resolves: rhbz#1215839
* Sat Feb 21 2015 Till Maas <opensource@till.name>
2015-02-21 21:26:57 +00:00
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-01-05 15:17:14 +00:00
* Mon Jan 05 2015 Peter Jones <pjones@redhat.com> - 2.02-0.15
- Bump release to rebuild with Ralf Corsépius's fixes.
2015-01-04 05:55:44 +00:00
* Sun Jan 04 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.02-0.14
- Move grub2.info/grub2-dev.info install-info scriptlets into *-tools package.
- Use sub-shell in %%__debug_install_post (RHBZ#1168732).
- Cleanup grub2-starfield-theme packaging.
2014-12-04 20:38:29 +00:00
* Thu Dec 04 2014 Peter Jones <pjones@redhat.com> - 2.02-0.13
- Update minilzo to 2.08 for CVE-2014-4607
Resolves: rhbz#1131793
2014-11-13 17:45:26 +00:00
* Thu Nov 13 2014 Peter Jones <pjones@redhat.com> - 2.02-0.12
- Make backtrace and usb conditional on !arm
- Make sure gcdaa64.efi is packaged.
Resolves: rhbz#1163481
2014-11-07 20:26:44 +00:00
* Fri Nov 07 2014 Peter Jones <pjones@redhat.com> - 2.02-0.11
- fix a copy-paste error in patch 0154.
Resolves: rhbz#964828
2014-10-27 13:30:50 +00:00
* Mon Oct 27 2014 Peter Jones <pjones@redhat.com> - 2.02-0.10
- Try to emit linux16/initrd16 and linuxefi/initrdefi when appropriate
in 30_os-prober.
Resolves: rhbz#1108296
- If $fw_path doesn't work to find the config file, try $prefix as well
Resolves: rhbz#1148652
2014-09-29 15:48:01 +00:00
* Mon Sep 29 2014 Peter Jones <pjones@redhat.com> - 2.02-0.9
- Clean up the build a bit to make it faster
- Make grubenv work right on UEFI machines
Related: rhbz#1119943
- Sort debug and rescue kernels later than normal ones
Related: rhbz#1065360
- Allow " f a l l b a c k " to include entries by title as well as number.
Related: rhbz#1026084
- Fix a segfault on aarch64.
- Load arm with SB enabled if available.
- Add some serial port options to GRUB_MODULES.
2014-08-19 13:40:10 +00:00
* Tue Aug 19 2014 Peter Jones <pjones@redhat.com> - 2.02-0.8
- Add ppc64le support.
Resolves: rhbz#1125540
2014-07-24 17:55:16 +00:00
* Thu Jul 24 2014 Peter Jones <pjones@redhat.com> - 2.02-0.7
- Enabled syslinuxcfg module.
2014-07-02 15:49:28 +00:00
* Wed Jul 02 2014 Peter Jones <pjones@redhat.com> - 2.02-0.6
- Re-merge RHEL 7 changes and ARM works in progress.
2014-06-30 18:20:28 +00:00
* Mon Jun 30 2014 Peter Jones <pjones@redhat.com> - 2.02-0.5
- Avoid munging raw spaces when we're escaping command line arguments.
Resolves: rhbz#923374
2014-06-24 15:18:06 +00:00
* Tue Jun 24 2014 Peter Jones <pjones@redhat.com> - 2.02-0.4
- Update to latest upstream.
2014-03-13 18:02:22 +00:00
* Thu Mar 13 2014 Peter Jones <pjones@redhat.com> - 2.02-0.3
- Merge in RHEL 7 changes and ARM works in progress.
2014-01-06 16:39:16 +00:00
* Mon Jan 06 2014 Peter Jones <pjones@redhat.com> - 2.02-0.2
- Update to grub-2.02~beta2
2013-08-10 15:36:39 +00:00
* Sat Aug 10 2013 Peter Jones <pjones@redhat.com> - 2.00-25
- Last build failed because of a hardware error on the builder.
2013-08-05 14:19:48 +00:00
* Mon Aug 05 2013 Peter Jones <pjones@redhat.com> - 2.00-24
- Fix compiler flags to deal with -fstack-protector-strong
2013-08-03 16:40:42 +00:00
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.00-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-02 18:20:08 +00:00
* Tue Jul 02 2013 Dennis Gilmore <dennis@ausil.us> - 2.00-23
2013-07-02 18:16:14 +00:00
- add epoch to obsoletes
2013-06-21 18:47:42 +00:00
* Fri Jun 21 2013 Peter Jones <pjones@redhat.com> - 2.00-22
2013-06-21 18:46:49 +00:00
- Fix linewrapping in edit menu.
Resolves: rhbz #976643
2013-06-20 17:30:09 +00:00
* Thu Jun 20 2013 Peter Jones <pjones@redhat.com> - 2.00-21
- Fix obsoletes to pull in -starfield-theme subpackage when it should.
2013-06-14 19:30:46 +00:00
* Fri Jun 14 2013 Peter Jones <pjones@redhat.com> - 2.00-20
- Put the theme entirely ento the subpackage where it belongs (#974667)
2013-06-12 19:24:37 +00:00
* Wed Jun 12 2013 Peter Jones <pjones@redhat.com> - 2.00-19
2013-06-07 18:03:56 +00:00
- Rebase to upstream snapshot.
2013-06-12 19:24:37 +00:00
- Fix PPC build error (#967862)
- Fix crash on net_bootp command (#960624)
- Reset colors on ppc when appropriate (#908519)
- Left align " L o a d i n g . . . " messages (#908492)
- Fix probing of SAS disks on PPC (#953954)
- Add support for UEFI OSes returned by os-prober
- Disable " v i d e o " mode on PPC for now (#973205)
- Make grub fit better into the boot sequence, visually (#966719)
2013-06-07 18:03:56 +00:00
2013-05-10 23:08:54 +00:00
* Fri May 10 2013 Matthias Clasen <mclasen@redhat.com> - 2.00-18
- Move the starfield theme to a subpackage (#962004)
2013-05-16 20:43:20 +00:00
- Don't allow SSE or MMX on UEFI builds (#949761)
2013-05-10 23:08:54 +00:00
2013-05-02 20:54:52 +00:00
* Wed Apr 24 2013 Peter Jones <pjones@redhat.com> - 2.00-17.pj0
- Rebase to upstream snapshot.
2013-04-04 15:15:30 +00:00
* Thu Apr 04 2013 Peter Jones <pjones@redhat.com> - 2.00-17
2013-04-03 18:14:27 +00:00
- Fix booting from drives with 4k sectors on UEFI.
2013-04-04 15:15:30 +00:00
- Move bash completion to new location (#922997)
- Include lvm support for /boot (#906203)
2013-04-03 18:14:27 +00:00
2013-02-14 19:03:59 +00:00
* Thu Feb 14 2013 Peter Jones <pjones@redhat.com> - 2.00-16
- Allow the user to disable submenu generation
- (partially) support BLS-style configuration stanzas.
2013-02-14 19:02:42 +00:00
* Tue Feb 12 2013 Peter Jones <pjones@redhat.com> - 2.00-15.pj0
- Add various config file related changes.
2012-12-20 17:04:30 +00:00
* Thu Dec 20 2012 Dennis Gilmore <dennis@ausil.us> - 2.00-15
- bump nvr
2012-12-17 16:32:53 +00:00
* Mon Dec 17 2012 Karsten Hopp <karsten@redhat.com> 2.00-14
- add bootpath device to the device list (pfsmorigo, #886685)
2012-11-27 20:08:53 +00:00
* Tue Nov 27 2012 Peter Jones <pjones@redhat.com> - 2.00-13
- Add vlan tag support (pfsmorigo, #871563)
- Follow symlinks during PReP installation in grub2-install (pfsmorigo, #874234)
- Improve search paths for config files on network boot (pfsmorigo, #873406)
2012-10-23 14:49:39 +00:00
* Tue Oct 23 2012 Peter Jones <pjones@redhat.com> - 2.00-12
- Don't load modules when grub transitions to " n o r m a l " mode on UEFI.
2012-10-22 18:44:52 +00:00
* Mon Oct 22 2012 Peter Jones <pjones@redhat.com> - 2.00-11
2012-10-22 18:39:39 +00:00
- Rebuild with newer pesign so we'll get signed with the final signing keys.
2012-10-18 17:47:39 +00:00
* Thu Oct 18 2012 Peter Jones <pjones@redhat.com> - 2.00-10
- Various PPC fixes.
- Fix crash fetching from http (gustavold, #860834)
- Issue separate dns queries for ipv4 and ipv6 (gustavold, #860829)
- Support IBM CAS reboot (pfsmorigo, #859223)
- Include all modules in the core image on ppc (pfsmorigo, #866559)
2012-10-01 17:34:30 +00:00
* Mon Oct 01 2012 Peter Jones <pjones@redhat.com> - 1:2.00-9
- Work around bug with using " \x20 " in linux command line.
Related: rhbz#855849
2012-09-19 14:43:43 +00:00
* Thu Sep 20 2012 Peter Jones <pjones@redhat.com> - 2.00-8
- Don't error on insmod on UEFI/SB, but also don' t do any insmodding.
- Increase device path size for ieee1275
Resolves: rhbz#857936
- Make network booting work on ieee1275 machines.
Resolves: rhbz#857936
2012-09-05 21:58:48 +00:00
* Wed Sep 05 2012 Matthew Garrett <mjg@redhat.com> - 2.00-7
- Add Apple partition map support for EFI
2012-08-23 15:12:09 +00:00
* Thu Aug 23 2012 David Cantrell <dcantrell@redhat.com> - 2.00-6
- Only require pesign on EFI architectures (#851215)
2012-08-14 19:53:38 +00:00
* Tue Aug 14 2012 Peter Jones <pjones@redhat.com> - 2.00-5
2012-08-15 18:40:02 +00:00
- Work around AHCI firmware bug in efidisk driver.
2012-08-14 19:53:38 +00:00
- Move to newer pesign macros
- Don't allow insmod if we' re in secure-boot mode.
2012-08-08 17:38:23 +00:00
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com>
- Split module lists for UEFI boot vs UEFI cd images.
- Add raid modules for UEFI image (related: #750794)
- Include a prelink whitelist for binaries that need execstack (#839813)
2012-08-08 18:27:04 +00:00
- Include fix efi memory map fix from upstream (#839363)
2012-08-08 17:38:23 +00:00
2012-08-08 15:52:01 +00:00
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com> - 2.00-4
- Correct grub-mkimage invocation to use efidir RPM macro (jwb)
- Sign with test keys on UEFI systems.
- PPC - Handle device paths with commas correctly.
Related: rhbz#828740
2012-08-07 13:57:51 +00:00
2012-07-25 13:34:55 +00:00
* Wed Jul 25 2012 Peter Jones <pjones@redhat.com> - 2.00-3
- Add some more code to support Secure Boot, and temporarily disable
some other bits that don't work well enough yet.
Resolves: rhbz#836695
* Wed Jul 11 2012 Matthew Garrett <mjg@redhat.com> - 2.00-2
- Set a prefix for the image - needed for installer work
- Provide the font in the EFI directory for the same reason
2012-06-28 19:02:12 +00:00
* Thu Jun 28 2012 Peter Jones <pjones@redhat.com> - 2.00-1
- Rebase to grub-2.00 release.
2012-06-18 19:52:14 +00:00
* Mon Jun 18 2012 Peter Jones <pjones@redhat.com> - 2.0-0.37.beta6
- Fix double-free in grub-probe.
2012-06-06 16:40:54 +00:00
* Wed Jun 06 2012 Peter Jones <pjones@redhat.com> - 2.0-0.36.beta6
- Build with patch19 applied.
2012-06-06 16:23:56 +00:00
* Wed Jun 06 2012 Peter Jones <pjones@redhat.com> - 2.0-0.35.beta6
- More ppc fixes.
2012-06-06 15:08:26 +00:00
* Wed Jun 06 2012 Peter Jones <pjones@redhat.com> - 2.0-0.34.beta6
- Add IBM PPC fixes.
2012-06-04 16:11:22 +00:00
* Mon Jun 04 2012 Peter Jones <pjones@redhat.com> - 2.0-0.33.beta6
2012-06-04 15:49:11 +00:00
- Update to beta6.
- Various fixes from mads.
2012-05-25 21:17:48 +00:00
* Fri May 25 2012 Peter Jones <pjones@redhat.com> - 2.0-0.32.beta5
- Revert builddep change for crt1.o; it breaks ppc build.
2012-05-25 19:01:32 +00:00
* Fri May 25 2012 Peter Jones <pjones@redhat.com> - 2.0-0.31.beta5
- Add fwsetup command (pjones)
- More ppc fixes (IBM)
2012-05-22 15:40:48 +00:00
* Tue May 22 2012 Peter Jones <pjones@redhat.com> - 2.0-0.30.beta5
- Fix the /other/ grub2-tools require to include epoch.
2012-05-21 20:37:32 +00:00
* Mon May 21 2012 Peter Jones <pjones@redhat.com> - 2.0-0.29.beta5
- Get rid of efi_uga and efi_gop, favoring all_video instead.
2012-05-21 18:57:29 +00:00
* Mon May 21 2012 Peter Jones <pjones@redhat.com> - 2.0-0.28.beta5
- Name grub.efi something that's arch-appropriate (kiilerix, pjones)
- use EFI/$SOMETHING_DISTRO_BASED/ not always EFI/redhat/grub2-efi/ .
- move common stuff to -tools (kiilerix)
- spec file cleanups (kiilerix)
2012-05-14 20:51:08 +00:00
* Mon May 14 2012 Peter Jones <pjones@redhat.com> - 2.0-0.27.beta5
- Fix module trampolining on ppc (benh)
2012-05-10 19:01:03 +00:00
* Thu May 10 2012 Peter Jones <pjones@redhat.com> - 2.0-0.27.beta5
2012-05-10 19:01:03 +00:00
- Fix license of theme (mizmo)
Resolves: rhbz#820713
2012-05-10 22:05:33 +00:00
- Fix some PPC bootloader detection IBM problem
Resolves: rhbz#820722
2012-05-10 19:01:03 +00:00
2012-05-10 13:28:07 +00:00
* Thu May 10 2012 Peter Jones <pjones@redhat.com> - 2.0-0.26.beta5
- Update to beta5.
- Update how efi building works (kiilerix)
2012-05-10 13:30:40 +00:00
- Fix theme support to bring in fonts correctly (kiilerix, pjones)
2012-05-10 13:28:07 +00:00
2012-05-09 20:58:23 +00:00
* Wed May 09 2012 Peter Jones <pjones@redhat.com> - 2.0-0.25.beta4
- Include theme support (mizmo)
- Include locale support (kiilerix)
- Include html docs (kiilerix)
2012-04-26 15:09:57 +00:00
* Thu Apr 26 2012 Peter Jones <pjones@redhat.com> - 2.0-0.24
2012-04-26 15:07:14 +00:00
- Various fixes from Mads Kiilerich
2012-04-19 20:33:09 +00:00
* Thu Apr 19 2012 Peter Jones <pjones@redhat.com> - 2.0-0.23
- Update to 2.00~beta4
- Make fonts work so we can do graphics reasonably
2012-03-29 17:55:01 +00:00
* Thu Mar 29 2012 David Aquilina <dwa@redhat.com> - 2.0-0.22
- Fix ieee1275 platform define for ppc
2012-03-29 15:33:25 +00:00
* Thu Mar 29 2012 Peter Jones <pjones@redhat.com> - 2.0-0.21
- Remove ppc excludearch lines (dwa)
- Update ppc terminfo patch (hamzy)
2012-03-28 18:21:25 +00:00
* Wed Mar 28 2012 Peter Jones <pjones@redhat.com> - 2.0-0.20
- Fix ppc64 vs ppc exclude according to what dwa tells me they need
- Fix version number to better match policy.
2012-03-27 20:34:56 +00:00
* Tue Mar 27 2012 Dan Horák <dan[at]danny.cz> - 1.99-19.2
- Add support for serial terminal consoles on PPC by Mark Hamzy
2012-03-27 19:03:12 +00:00
* Sun Mar 25 2012 Dan Horák <dan[at]danny.cz> - 1.99-19.1
- Use Fix-tests-of-zeroed-partition patch by Mark Hamzy
2012-03-15 14:31:05 +00:00
* Thu Mar 15 2012 Peter Jones <pjones@redhat.com> - 1.99-19
- Use --with-grubdir= on configure to make it behave like -17 did.
2012-03-14 20:33:25 +00:00
* Wed Mar 14 2012 Peter Jones <pjones@redhat.com> - 1.99-18
- Rebase from 1.99 to 2.00~beta2
2012-03-12 19:41:49 +00:00
2012-03-07 15:43:18 +00:00
* Wed Mar 07 2012 Peter Jones <pjones@redhat.com> - 1.99-17
- Update for newer autotools and gcc 4.7.0
Related: rhbz#782144
2012-03-07 14:11:56 +00:00
- Add /etc/sysconfig/grub link to /etc/default/grub
Resolves: rhbz#800152
2011-12-08 19:36:18 +00:00
- ExcludeArch s390*, which is not supported by this package.
Resolves: rhbz#758333
2012-03-07 14:11:56 +00:00
* Fri Feb 17 2012 Orion Poplawski <orion@cora.nwra.com> - 1:1.99-16
- Build with -Os (bug 782144)
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.99-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Dec 14 2011 Matthew Garrett <mjg@redhat.com> - 1.99-14
- fix up various grub2-efi issues
2011-12-08 17:59:29 +00:00
* Thu Dec 08 2011 Adam Williamson <awilliam@redhat.com> - 1.99-13
- fix hardwired call to grub-probe in 30_os-prober (rhbz#737203)
2011-11-07 16:44:55 +00:00
* Mon Nov 07 2011 Peter Jones <pjones@redhat.com> - 1.99-12
- Lots of .spec fixes from Mads Kiilerich:
Remove comment about update-grub - it isn't run in any scriptlets
patch info pages so they can be installed and removed correctly when renamed
fix references to grub/grub2 renames in info pages (#743964)
update README.Fedora (#734090)
fix comments for the hack for upgrading from grub2 < 1.99-4
fix sed syntax error preventing use of $RPM_OPT_FLAGS (#704820)
make /etc/grub2*.cfg %config (noreplace)
make grub.cfg %ghost - an empty file is of no use anyway
create /etc/default/grub more like anaconda would create it (#678453)
don't create rescue entries by default - grubby will not maintain them anyway
set GRUB_SAVEDEFAULT=true so saved defaults works (rbhz#732058)
grub2-efi should have its own bash completion
don't set gfxpayload in efi mode - backport upstream r3402
- Handle dmraid better. Resolves: rhbz#742226
2011-10-26 23:59:55 +00:00
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.99-11
- Rebuilt for glibc bug#747377
2011-10-19 20:41:11 +00:00
* Wed Oct 19 2011 Adam Williamson <awilliam@redhat.com> - 1.99-10
- /etc/default/grub is explicitly intended for user customization, so
mark it as config(noreplace)
2011-10-11 20:53:55 +00:00
* Tue Oct 11 2011 Peter Jones <pjones@redhat.com> - 1.99-9
- grub has an epoch, so we need that expressed in the obsolete as well.
Today isn't my day.
2011-10-11 19:00:17 +00:00
* Tue Oct 11 2011 Peter Jones <pjones@redhat.com> - 1.99-8
- Fix my bad obsoletes syntax.
2011-10-06 20:58:34 +00:00
* Thu Oct 06 2011 Peter Jones <pjones@redhat.com> - 1.99-7
- Obsolete grub
Resolves: rhbz#743381
2011-09-14 20:08:42 +00:00
* Wed Sep 14 2011 Peter Jones <pjones@redhat.com> - 1.99-6
- Use mv not cp to try to avoid moving disk blocks around for -5 fix
Related: rhbz#735259
- handle initramfs on xen better (patch from Marko Ristola)
Resolves: rhbz#728775
2011-09-03 18:11:08 +00:00
* Sat Sep 03 2011 Kalev Lember <kalevlember@gmail.com> - 1.99-5
- Fix upgrades from grub2 < 1.99-4 (#735259)
2011-09-02 16:18:20 +00:00
* Fri Sep 02 2011 Peter Jones <pjones@redhat.com> - 1.99-4
- Don't do sysadminny things in %preun or %post ever. (#735259)
- Actually include the changelog in this build (sorry about -3)
2011-09-01 20:50:42 +00:00
* Thu Sep 01 2011 Peter Jones <pjones@redhat.com> - 1.99-2
- Require os-prober (#678456) (patch from Elad Alfassa)
- Require which (#734959) (patch from Elad Alfassa)
2011-09-01 15:33:20 +00:00
* Thu Sep 01 2011 Peter Jones <pjones@redhat.com> - 1.99-1
- Update to grub-1.99 final.
- Fix crt1.o require on x86-64 (fix from Mads Kiilerich)
- Various CFLAGS fixes (from Mads Kiilerich)
- -fexceptions and -m64
- Temporarily ignore translations (from Mads Kiilerich)
2011-07-21 21:20:22 +00:00
* Thu Jul 21 2011 Peter Jones <pjones@redhat.com> - 1.99-0.3
- Use /sbin not /usr/sbin .
2011-06-23 19:47:53 +00:00
* Thu Jun 23 2011 Peter Lemenkov <lemenkov@gmail.com> - 1:1.99-0.2
- Fixes for ppc and ppc64
2011-02-09 06:24:08 +00:00
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.98-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild