8e15ce
# This package calls binutils components directly and would need to pass
8e15ce
# in flags to enable the LTO plugins
8e15ce
# Disable LTO
8e15ce
%global _lto_cflags %{nil}
8e15ce
8e15ce
%undefine _hardened_build
8e15ce
8e15ce
%global tarversion 2.06
8e15ce
%undefine _missing_build_ids_terminate_build
8e15ce
%global _configure_gnuconfig_hack 0
8e15ce
8e15ce
%global gnulibversion fixes
8e15ce
8e15ce
Name:		grub2
8e15ce
Epoch:		1
8e15ce
Version:	2.06
fa8ac2
Release:	16%{?dist}
8e15ce
Summary:	Bootloader with support for Linux, Multiboot and more
8e15ce
License:	GPLv3+
8e15ce
URL:		http://www.gnu.org/software/grub/
8e15ce
Obsoletes:	grub < 1:0.98
8e15ce
Source0:	https://ftp.gnu.org/gnu/grub/grub-%{tarversion}.tar.xz
8e15ce
Source1:	grub.macros
8e15ce
Source2:	gnulib-%{gnulibversion}.tar.gz
8e15ce
Source3:	99-grub-mkconfig.install
8e15ce
Source4:	http://unifoundry.com/pub/unifont/unifont-13.0.06/font-builds/unifont-13.0.06.pcf.gz
8e15ce
Source5:	theme.tar.bz2
8e15ce
Source6:	gitignore
8e15ce
Source7:	bootstrap
8e15ce
Source8:	bootstrap.conf
8e15ce
Source9:	strtoull_test.c
8e15ce
Source10:	20-grub.install
8e15ce
Source11:	grub.patches
8e15ce
Source12:	sbat.csv.in
fa8ac2
Source13:	redhatsecurebootca3.cer
fa8ac2
Source14:	redhatsecureboot301.cer
fa8ac2
Source15:	redhatsecurebootca5.cer
fa8ac2
Source16:	redhatsecureboot502.cer
fa8ac2
Source17:	redhatsecureboot303.cer
fa8ac2
Source18:	redhatsecureboot601.cer
8e15ce
8e15ce
%include %{SOURCE1}
8e15ce
fa8ac2
%if 0%{with_efi_arch}
fa8ac2
%define old_sb_ca	%{SOURCE13}
fa8ac2
%define old_sb_cer	%{SOURCE14}
fa8ac2
%define old_sb_key	redhatsecureboot301
fa8ac2
%define sb_ca		%{SOURCE15}
fa8ac2
%define sb_cer		%{SOURCE16}
fa8ac2
%define sb_key		redhatsecureboot502
fa8ac2
%endif
fa8ac2
fa8ac2
%ifarch ppc64le
fa8ac2
%define old_sb_cer	%{SOURCE17}
fa8ac2
%define sb_cer		%{SOURCE18}
fa8ac2
%define sb_key		redhatsecureboot602
fa8ac2
%endif
fa8ac2
8e15ce
BuildRequires:	gcc efi-srpm-macros
8e15ce
BuildRequires:	flex bison binutils python3
8e15ce
BuildRequires:	ncurses-devel xz-devel bzip2-devel
8e15ce
BuildRequires:	freetype-devel libusb-devel
8e15ce
BuildRequires:	fuse-devel
8e15ce
BuildRequires:	rpm-devel rpm-libs
8e15ce
BuildRequires:	autoconf automake device-mapper-devel
8e15ce
BuildRequires:	freetype-devel gettext-devel git
8e15ce
BuildRequires:	texinfo
8e15ce
BuildRequires:	dejavu-sans-fonts
8e15ce
BuildRequires:	help2man
8e15ce
# For %%_userunitdir macro
8e15ce
BuildRequires:	systemd
8e15ce
%ifarch %{efi_arch}
8e15ce
BuildRequires:	pesign >= 0.99-8
8e15ce
%endif
8e15ce
%if %{?_with_ccache: 1}%{?!_with_ccache: 0}
8e15ce
BuildRequires:	ccache
8e15ce
%endif
8e15ce
8e15ce
ExcludeArch:	s390 s390x
8e15ce
Obsoletes:	%{name} <= %{evr}
8e15ce
8e15ce
%if 0%{with_legacy_arch}
8e15ce
Requires:	%{name}-%{legacy_package_arch} = %{evr}
8e15ce
%else
8e15ce
Requires:	%{name}-%{package_arch} = %{evr}
8e15ce
%endif
8e15ce
8e15ce
%global desc \
8e15ce
The GRand Unified Bootloader (GRUB) is a highly configurable and \
8e15ce
customizable bootloader with modular architecture.  It supports a rich \
8e15ce
variety of kernel formats, file systems, computer architectures and \
8e15ce
hardware devices.\
8e15ce
%{nil}
8e15ce
8e15ce
# generate with do-rebase
8e15ce
%include %{SOURCE11}
8e15ce
8e15ce
%description
8e15ce
%{desc}
8e15ce
8e15ce
%package common
8e15ce
Summary:	grub2 common layout
8e15ce
BuildArch:	noarch
8e15ce
Conflicts:	grubby < 8.40-18
8e15ce
Requires(post): util-linux
8e15ce
8e15ce
%description common
8e15ce
This package provides some directories which are required by various grub2
8e15ce
subpackages.
8e15ce
8e15ce
%package tools
8e15ce
Summary:	Support tools for GRUB.
8e15ce
Obsoletes:	%{name}-tools < %{evr}
8e15ce
Requires:	%{name}-common = %{epoch}:%{version}-%{release}
8e15ce
Requires:	gettext os-prober which file
8e15ce
Requires(pre):	dracut
8e15ce
Requires(post):	dracut
8e15ce
8e15ce
%description tools
8e15ce
%{desc}
8e15ce
This subpackage provides tools for support of all platforms.
8e15ce
8e15ce
%ifarch x86_64
8e15ce
%package tools-efi
8e15ce
Summary:	Support tools for GRUB.
8e15ce
Requires:	gettext os-prober which file
8e15ce
Requires:	%{name}-common = %{epoch}:%{version}-%{release}
8e15ce
Obsoletes:	%{name}-tools < %{evr}
8e15ce
8e15ce
%description tools-efi
8e15ce
%{desc}
8e15ce
This subpackage provides tools for support of EFI platforms.
8e15ce
%endif
8e15ce
8e15ce
%package tools-minimal
8e15ce
Summary:	Support tools for GRUB.
8e15ce
Requires:	gettext
8e15ce
Requires:	%{name}-common = %{epoch}:%{version}-%{release}
8e15ce
Obsoletes:	%{name}-tools < %{evr}
8e15ce
8e15ce
%description tools-minimal
8e15ce
%{desc}
8e15ce
This subpackage provides tools for support of all platforms.
8e15ce
8e15ce
%package tools-extra
8e15ce
Summary:	Support tools for GRUB.
8e15ce
Requires:	gettext os-prober which file
8e15ce
Requires:	%{name}-tools-minimal = %{epoch}:%{version}-%{release}
8e15ce
Requires:	%{name}-common = %{epoch}:%{version}-%{release}
8e15ce
Obsoletes:	%{name}-tools < %{evr}
8e15ce
8e15ce
%description tools-extra
8e15ce
%{desc}
8e15ce
This subpackage provides tools for support of all platforms.
8e15ce
8e15ce
%if 0%{with_efi_arch}
8e15ce
%{expand:%define_efi_variant %%{package_arch} -o}
8e15ce
%endif
8e15ce
%if 0%{with_alt_efi_arch}
8e15ce
%{expand:%define_efi_variant %%{alt_package_arch}}
8e15ce
%endif
8e15ce
%if 0%{with_legacy_arch}
8e15ce
%{expand:%define_legacy_variant %%{legacy_package_arch}}
8e15ce
%endif
8e15ce
8e15ce
%if 0%{with_emu_arch}
8e15ce
%package emu
8e15ce
Summary:	GRUB user-space emulation.
8e15ce
Requires:	%{name}-tools-minimal = %{epoch}:%{version}-%{release}
8e15ce
8e15ce
%description emu
8e15ce
%{desc}
8e15ce
This subpackage provides the GRUB user-space emulation support of all platforms.
8e15ce
8e15ce
%package emu-modules
8e15ce
Summary:	GRUB user-space emulation modules.
8e15ce
Requires:	%{name}-tools-minimal = %{epoch}:%{version}-%{release}
8e15ce
8e15ce
%description emu-modules
8e15ce
%{desc}
8e15ce
This subpackage provides the GRUB user-space emulation modules.
8e15ce
%endif
8e15ce
8e15ce
%prep
8e15ce
%do_common_setup
8e15ce
%if 0%{with_efi_arch}
8e15ce
mkdir grub-%{grubefiarch}-%{tarversion}
8e15ce
grep -A100000 '# stuff "make" creates' .gitignore > grub-%{grubefiarch}-%{tarversion}/.gitignore
8e15ce
cp %{SOURCE4} grub-%{grubefiarch}-%{tarversion}/unifont.pcf.gz
8e15ce
sed -e "s,@@VERSION@@,%{version},g" -e "s,@@VERSION_RELEASE@@,%{version}-%{release},g" \
8e15ce
    %{SOURCE12} > grub-%{grubefiarch}-%{tarversion}/sbat.csv
8e15ce
git add grub-%{grubefiarch}-%{tarversion}
8e15ce
%endif
8e15ce
%if 0%{with_alt_efi_arch}
8e15ce
mkdir grub-%{grubaltefiarch}-%{tarversion}
8e15ce
grep -A100000 '# stuff "make" creates' .gitignore > grub-%{grubaltefiarch}-%{tarversion}/.gitignore
8e15ce
cp %{SOURCE4} grub-%{grubaltefiarch}-%{tarversion}/unifont.pcf.gz
8e15ce
git add grub-%{grubaltefiarch}-%{tarversion}
8e15ce
%endif
8e15ce
%if 0%{with_legacy_arch}
8e15ce
mkdir grub-%{grublegacyarch}-%{tarversion}
8e15ce
grep -A100000 '# stuff "make" creates' .gitignore > grub-%{grublegacyarch}-%{tarversion}/.gitignore
8e15ce
cp %{SOURCE4} grub-%{grublegacyarch}-%{tarversion}/unifont.pcf.gz
8e15ce
git add grub-%{grublegacyarch}-%{tarversion}
8e15ce
%endif
8e15ce
%if 0%{with_emu_arch}
8e15ce
mkdir grub-emu-%{tarversion}
8e15ce
grep -A100000 '# stuff "make" creates' .gitignore > grub-emu-%{tarversion}/.gitignore
8e15ce
cp %{SOURCE4} grub-emu-%{tarversion}/unifont.pcf.gz
8e15ce
git add grub-emu-%{tarversion}
8e15ce
%endif
8e15ce
git commit -m "After making subdirs"
8e15ce
8e15ce
%build
8e15ce
%if 0%{with_efi_arch}
fa8ac2
%{expand:%do_primary_efi_build %%{grubefiarch} %%{grubefiname} %%{grubeficdname} %%{_target_platform} %%{efi_target_cflags} %%{efi_host_cflags} %{old_sb_ca} %{old_sb_cer} %{old_sb_key} %{sb_ca} %{sb_cer} %{sb_key}}
8e15ce
%endif
8e15ce
%if 0%{with_alt_efi_arch}
fa8ac2
%{expand:%do_alt_efi_build %%{grubaltefiarch} %%{grubaltefiname} %%{grubalteficdname} %%{_alt_target_platform} %%{alt_efi_target_cflags} %%{alt_efi_host_cflags} %{old_sb_ca} %{old_sb_cer} %{old_sb_key} %{sb_ca} %{sb_cer} %{sb_key}}
8e15ce
%endif
8e15ce
%if 0%{with_legacy_arch}
8e15ce
%{expand:%do_legacy_build %%{grublegacyarch}}
8e15ce
%endif
8e15ce
%if 0%{with_emu_arch}
8e15ce
%{expand:%do_emu_build}
8e15ce
%endif
fa8ac2
%ifarch ppc64le
fa8ac2
%{expand:%do_ieee1275_build_images %%{grublegacyarch} %{grubelfname} %{old_sb_cer} %{sb_cer} %{sb_key}}
fa8ac2
%endif
8e15ce
makeinfo --info --no-split -I docs -o docs/grub-dev.info \
8e15ce
	docs/grub-dev.texi
8e15ce
makeinfo --info --no-split -I docs -o docs/grub.info \
8e15ce
	docs/grub.texi
8e15ce
makeinfo --html --no-split -I docs -o docs/grub-dev.html \
8e15ce
	docs/grub-dev.texi
8e15ce
makeinfo --html --no-split -I docs -o docs/grub.html \
8e15ce
	docs/grub.texi
8e15ce
8e15ce
%install
8e15ce
set -e
8e15ce
rm -fr $RPM_BUILD_ROOT
8e15ce
8e15ce
%do_common_install
8e15ce
%if 0%{with_efi_arch}
8e15ce
%{expand:%do_efi_install %%{grubefiarch} %%{grubefiname} %%{grubeficdname}}
8e15ce
%endif
8e15ce
%if 0%{with_alt_efi_arch}
8e15ce
%{expand:%do_alt_efi_install %%{grubaltefiarch} %%{grubaltefiname} %%{grubalteficdname}}
8e15ce
%endif
8e15ce
%if 0%{with_legacy_arch}
8e15ce
%{expand:%do_legacy_install %%{grublegacyarch} %%{alt_grub_target_name} 0%{with_efi_arch}}
8e15ce
%endif
8e15ce
%if 0%{with_emu_arch}
8e15ce
%{expand:%do_emu_install %%{package_arch}}
8e15ce
%endif
8e15ce
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
8e15ce
ln -s %{name}-set-password ${RPM_BUILD_ROOT}/%{_sbindir}/%{name}-setpassword
8e15ce
echo '.so man8/%{name}-set-password.8' > ${RPM_BUILD_ROOT}/%{_datadir}/man/man8/%{name}-setpassword.8
8e15ce
%ifnarch x86_64
8e15ce
rm -vf ${RPM_BUILD_ROOT}/%{_bindir}/%{name}-render-label
8e15ce
rm -vf ${RPM_BUILD_ROOT}/%{_sbindir}/%{name}-bios-setup
8e15ce
rm -vf ${RPM_BUILD_ROOT}/%{_sbindir}/%{name}-macbless
8e15ce
%endif
8e15ce
%{expand:%%do_install_protected_file %{name}-tools-minimal}
8e15ce
8e15ce
%find_lang grub
8e15ce
8e15ce
# Install kernel-install scripts
8e15ce
install -d -m 0755 %{buildroot}%{_prefix}/lib/kernel/install.d/
8e15ce
install -D -m 0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE10}
8e15ce
install -D -m 0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE3}
8e15ce
install -d -m 0755 %{buildroot}%{_sysconfdir}/kernel/install.d/
8e15ce
# Install systemd user service to set the boot_success flag
8e15ce
install -D -m 0755 -t %{buildroot}%{_userunitdir} \
8e15ce
	docs/grub-boot-success.{timer,service}
8e15ce
install -d -m 0755 %{buildroot}%{_userunitdir}/timers.target.wants
8e15ce
ln -s ../grub-boot-success.timer \
8e15ce
	%{buildroot}%{_userunitdir}/timers.target.wants
8e15ce
# Install systemd system-update unit to set boot_indeterminate for offline-upd
8e15ce
install -D -m 0755 -t %{buildroot}%{_unitdir} docs/grub-boot-indeterminate.service
8e15ce
install -d -m 0755 %{buildroot}%{_unitdir}/system-update.target.wants
8e15ce
install -d -m 0755 %{buildroot}%{_unitdir}/reboot.target.wants
8e15ce
ln -s ../grub-boot-indeterminate.service \
8e15ce
	%{buildroot}%{_unitdir}/system-update.target.wants
8e15ce
ln -s ../%{name}-systemd-integration.service \
8e15ce
	%{buildroot}%{_unitdir}/reboot.target.wants
8e15ce
8e15ce
# Don't run debuginfo on all the grub modules and whatnot; it just
8e15ce
# rejects them, complains, and slows down extraction.
8e15ce
%global finddebugroot "%{_builddir}/%{?buildsubdir}/debug"
8e15ce
8e15ce
%global dip RPM_BUILD_ROOT=%{finddebugroot} %{__debug_install_post}
8e15ce
%define __debug_install_post (						\
8e15ce
	mkdir -p %{finddebugroot}/usr					\
8e15ce
	mv ${RPM_BUILD_ROOT}/usr/bin %{finddebugroot}/usr/bin		\
8e15ce
	mv ${RPM_BUILD_ROOT}/usr/sbin %{finddebugroot}/usr/sbin		\
8e15ce
	%{dip}								\
8e15ce
	install -m 0755 -d %{buildroot}/usr/lib/ %{buildroot}/usr/src/	\
8e15ce
	cp -al %{finddebugroot}/usr/lib/debug/				\\\
8e15ce
		%{buildroot}/usr/lib/debug/				\
8e15ce
	cp -al %{finddebugroot}/usr/src/debug/				\\\
8e15ce
		%{buildroot}/usr/src/debug/ )				\
8e15ce
	mv %{finddebugroot}/usr/bin %{buildroot}/usr/bin		\
8e15ce
	mv %{finddebugroot}/usr/sbin %{buildroot}/usr/sbin		\
8e15ce
	%{nil}
8e15ce
8e15ce
%undefine buildsubdir
8e15ce
8e15ce
%pre tools
8e15ce
if [ -f /boot/%{name}/user.cfg ]; then
8e15ce
    if grep -q '^GRUB_PASSWORD=' /boot/%{name}/user.cfg ; then
8e15ce
	sed -i 's/^GRUB_PASSWORD=/GRUB2_PASSWORD=/' /boot/%{name}/user.cfg
8e15ce
    fi
8e15ce
elif [ -f %{efi_esp_dir}/user.cfg ]; then
8e15ce
    if grep -q '^GRUB_PASSWORD=' %{efi_esp_dir}/user.cfg ; then
8e15ce
	sed -i 's/^GRUB_PASSWORD=/GRUB2_PASSWORD=/' \
8e15ce
	    %{efi_esp_dir}/user.cfg
8e15ce
    fi
8e15ce
elif [ -f /etc/grub.d/01_users ] && \
8e15ce
	grep -q '^password_pbkdf2 root' /etc/grub.d/01_users ; then
8e15ce
    if [ -f %{efi_esp_dir}/grub.cfg ]; then
8e15ce
	# on EFI we don't get permissions on the file, but
8e15ce
	# the directory is protected.
8e15ce
	grep '^password_pbkdf2 root' /etc/grub.d/01_users | \
8e15ce
		sed 's/^password_pbkdf2 root \(.*\)$/GRUB2_PASSWORD=\1/' \
8e15ce
	    > %{efi_esp_dir}/user.cfg
8e15ce
    fi
8e15ce
    if [ -f /boot/%{name}/grub.cfg ]; then
8e15ce
	install -m 0600 /dev/null /boot/%{name}/user.cfg
8e15ce
	chmod 0600 /boot/%{name}/user.cfg
8e15ce
	grep '^password_pbkdf2 root' /etc/grub.d/01_users | \
8e15ce
		sed 's/^password_pbkdf2 root \(.*\)$/GRUB2_PASSWORD=\1/' \
8e15ce
	    > /boot/%{name}/user.cfg
8e15ce
    fi
8e15ce
fi
8e15ce
8e15ce
%posttrans common
8e15ce
set -eu
8e15ce
8e15ce
EFI_HOME=%{efi_esp_dir}
8e15ce
GRUB_HOME=/boot/%{name}
8e15ce
ESP_PATH=/boot/efi
8e15ce
8e15ce
if ! mountpoint -q ${ESP_PATH}; then
8e15ce
    exit 0 # no ESP mounted, nothing to do
8e15ce
fi
8e15ce
8e15ce
if test ! -f ${EFI_HOME}/grub.cfg; then
8e15ce
    # there's no config in ESP, create one
8e15ce
    grub2-mkconfig -o ${EFI_HOME}/grub.cfg
8e15ce
fi
8e15ce
8e15ce
if grep -q "configfile" ${EFI_HOME}/grub.cfg; then
8e15ce
    exit 0 # already unified, nothing to do
8e15ce
fi
8e15ce
8e15ce
# create a stub grub2 config in EFI
8e15ce
BOOT_UUID=$(%{name}-probe --target=fs_uuid ${GRUB_HOME})
8e15ce
GRUB_DIR=$(%{name}-mkrelpath ${GRUB_HOME})
8e15ce
8e15ce
cat << EOF > ${EFI_HOME}/grub.cfg.stb
8e15ce
search --no-floppy --fs-uuid --set=dev ${BOOT_UUID}
8e15ce
set prefix=(\$dev)${GRUB_DIR}
8e15ce
export \$prefix
8e15ce
configfile \$prefix/grub.cfg
8e15ce
EOF
8e15ce
8e15ce
if test -f ${EFI_HOME}/grubenv; then
8e15ce
    cp -a ${EFI_HOME}/grubenv ${EFI_HOME}/grubenv.rpmsave
8e15ce
    mv --force ${EFI_HOME}/grubenv ${GRUB_HOME}/grubenv
8e15ce
fi
8e15ce
8e15ce
cp -a ${EFI_HOME}/grub.cfg ${EFI_HOME}/grub.cfg.rpmsave
8e15ce
cp -a ${EFI_HOME}/grub.cfg ${GRUB_HOME}/
8e15ce
mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
8e15ce
8e15ce
%files common -f grub.lang
8e15ce
%dir %{_libdir}/grub/
8e15ce
%dir %{_datarootdir}/grub/
8e15ce
%attr(0700,root,root) %dir %{_sysconfdir}/grub.d
8e15ce
%{_prefix}/lib/kernel/install.d/20-grub.install
8e15ce
%{_prefix}/lib/kernel/install.d/99-grub-mkconfig.install
8e15ce
%dir %{_datarootdir}/grub
8e15ce
%exclude %{_datarootdir}/grub/*
8e15ce
%dir /boot/%{name}
8e15ce
%dir /boot/%{name}/themes/
8e15ce
%dir /boot/%{name}/themes/system
8e15ce
%attr(0700,root,root) %dir /boot/%{name}
8e15ce
%exclude /boot/%{name}/*
8e15ce
%dir %attr(0700,root,root) %{efi_esp_dir}
8e15ce
%exclude %{efi_esp_dir}/*
8e15ce
%ghost %config(noreplace) %verify(not size mode md5 mtime) /boot/%{name}/grubenv
8e15ce
%license COPYING
8e15ce
%doc THANKS
8e15ce
%doc docs/grub.html
8e15ce
%doc docs/grub-dev.html
8e15ce
%doc docs/font_char_metrics.png
8e15ce
8e15ce
%files tools-minimal
8e15ce
%{_sbindir}/%{name}-get-kernel-settings
8e15ce
%{_sbindir}/%{name}-probe
8e15ce
%attr(4755, root, root) %{_sbindir}/%{name}-set-bootflag
8e15ce
%{_sbindir}/%{name}-set-default
8e15ce
%{_sbindir}/%{name}-set*password
8e15ce
%{_bindir}/%{name}-editenv
8e15ce
%{_bindir}/%{name}-mkpasswd-pbkdf2
8e15ce
%{_bindir}/%{name}-mount
8e15ce
%attr(0644,root,root) %config(noreplace) /etc/dnf/protected.d/%{name}-tools-minimal.conf
8e15ce
8e15ce
%{_datadir}/man/man3/%{name}-get-kernel-settings*
8e15ce
%{_datadir}/man/man8/%{name}-set-default*
8e15ce
%{_datadir}/man/man8/%{name}-set*password*
8e15ce
%{_datadir}/man/man1/%{name}-editenv*
8e15ce
%{_datadir}/man/man1/%{name}-mkpasswd-*
8e15ce
8e15ce
%ifarch x86_64
8e15ce
%files tools-efi
8e15ce
%{_bindir}/%{name}-glue-efi
8e15ce
%{_bindir}/%{name}-render-label
8e15ce
%{_sbindir}/%{name}-macbless
8e15ce
%{_datadir}/man/man1/%{name}-glue-efi*
8e15ce
%{_datadir}/man/man1/%{name}-render-label*
8e15ce
%{_datadir}/man/man8/%{name}-macbless*
8e15ce
%endif
8e15ce
8e15ce
%files tools
8e15ce
%attr(0644,root,root) %ghost %config(noreplace) %{_sysconfdir}/default/grub
8e15ce
%config %{_sysconfdir}/grub.d/??_*
8e15ce
%{_sysconfdir}/grub.d/README
8e15ce
%{_userunitdir}/grub-boot-success.timer
8e15ce
%{_userunitdir}/grub-boot-success.service
8e15ce
%{_userunitdir}/timers.target.wants
8e15ce
%{_unitdir}/grub-boot-indeterminate.service
8e15ce
%{_unitdir}/system-update.target.wants
8e15ce
%{_unitdir}/%{name}-systemd-integration.service
8e15ce
%{_unitdir}/reboot.target.wants
8e15ce
%{_unitdir}/systemd-logind.service.d
8e15ce
%{_infodir}/%{name}*
8e15ce
%{_datarootdir}/grub/*
8e15ce
%{_sbindir}/%{name}-install
8e15ce
%exclude %{_datarootdir}/grub/themes
8e15ce
%exclude %{_datarootdir}/grub/*.h
8e15ce
%{_datarootdir}/bash-completion/completions/grub
8e15ce
%{_sbindir}/%{name}-mkconfig
8e15ce
%{_sbindir}/%{name}-switch-to-blscfg
8e15ce
%{_sbindir}/%{name}-rpm-sort
8e15ce
%{_sbindir}/%{name}-reboot
8e15ce
%{_bindir}/%{name}-file
8e15ce
%{_bindir}/%{name}-menulst2cfg
8e15ce
%{_bindir}/%{name}-mkimage
8e15ce
%{_bindir}/%{name}-mkrelpath
8e15ce
%{_bindir}/%{name}-script-check
8e15ce
%{_libexecdir}/%{name}
8e15ce
%{_datadir}/man/man?/*
8e15ce
8e15ce
# exclude man pages from tools-extra
8e15ce
%exclude %{_datadir}/man/man8/%{name}-sparc64-setup*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-fstest*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-glue-efi*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-kbdcomp*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-mkfont*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-mklayout*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-mknetdir*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-mkrescue*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-mkstandalone*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-syslinux2cfg*
8e15ce
8e15ce
# exclude man pages from tools-minimal
8e15ce
%exclude %{_datadir}/man/man3/%{name}-get-kernel-settings*
8e15ce
%exclude %{_datadir}/man/man8/%{name}-set-default*
8e15ce
%exclude %{_datadir}/man/man8/%{name}-set*password*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-editenv*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-mkpasswd-*
8e15ce
%exclude %{_datadir}/man/man8/%{name}-macbless*
8e15ce
%exclude %{_datadir}/man/man1/%{name}-render-label*
8e15ce
8e15ce
%if %{with_legacy_arch}
8e15ce
%{_sbindir}/%{name}-install
8e15ce
%ifarch x86_64
8e15ce
%{_sbindir}/%{name}-bios-setup
8e15ce
%else
8e15ce
%exclude %{_sbindir}/%{name}-bios-setup
8e15ce
%exclude %{_datadir}/man/man8/%{name}-bios-setup*
8e15ce
%endif
8e15ce
%ifarch %{sparc}
8e15ce
%{_sbindir}/%{name}-sparc64-setup
8e15ce
%else
8e15ce
%exclude %{_sbindir}/%{name}-sparc64-setup
8e15ce
%exclude %{_datadir}/man/man8/%{name}-sparc64-setup*
8e15ce
%endif
8e15ce
%ifarch %{sparc} ppc ppc64 ppc64le
8e15ce
%{_sbindir}/%{name}-ofpathname
8e15ce
%else
8e15ce
%exclude %{_sbindir}/%{name}-ofpathname
8e15ce
%exclude %{_datadir}/man/man8/%{name}-ofpathname*
8e15ce
%endif
8e15ce
%endif
8e15ce
8e15ce
%files tools-extra
8e15ce
%{_bindir}/%{name}-fstest
8e15ce
%{_bindir}/%{name}-kbdcomp
8e15ce
%{_bindir}/%{name}-mkfont
8e15ce
%{_bindir}/%{name}-mklayout
8e15ce
%{_bindir}/%{name}-mknetdir
8e15ce
%ifnarch %{sparc}
8e15ce
%{_bindir}/%{name}-mkrescue
8e15ce
%{_datadir}/man/man1/%{name}-mkrescue*
8e15ce
%else
8e15ce
%exclude %{_datadir}/man/man1/%{name}-mkrescue*
8e15ce
%endif
8e15ce
%{_bindir}/%{name}-mkstandalone
8e15ce
%{_bindir}/%{name}-syslinux2cfg
8e15ce
%{_sysconfdir}/sysconfig/grub
8e15ce
%{_datadir}/man/man1/%{name}-fstest*
8e15ce
%{_datadir}/man/man1/%{name}-kbdcomp*
8e15ce
%{_datadir}/man/man1/%{name}-mkfont*
8e15ce
%{_datadir}/man/man1/%{name}-mklayout*
8e15ce
%{_datadir}/man/man1/%{name}-mknetdir*
8e15ce
%{_datadir}/man/man1/%{name}-mkstandalone*
8e15ce
%{_datadir}/man/man1/%{name}-syslinux2cfg*
8e15ce
%exclude %{_bindir}/%{name}-glue-efi
8e15ce
%exclude %{_sbindir}/%{name}-sparc64-setup
8e15ce
%exclude %{_sbindir}/%{name}-ofpathname
8e15ce
%exclude %{_datadir}/man/man1/%{name}-glue-efi*
8e15ce
%exclude %{_datadir}/man/man8/%{name}-ofpathname*
8e15ce
%exclude %{_datadir}/man/man8/%{name}-sparc64-setup*
8e15ce
%exclude %{_datarootdir}/grub/themes/starfield
8e15ce
8e15ce
%if 0%{with_efi_arch}
8e15ce
%{expand:%define_efi_variant_files %%{package_arch} %%{grubefiname} %%{grubeficdname} %%{grubefiarch} %%{target_cpu_name} %%{grub_target_name}}
8e15ce
%endif
8e15ce
%if 0%{with_alt_efi_arch}
8e15ce
%{expand:%define_efi_variant_files %%{alt_package_arch} %%{grubaltefiname} %%{grubalteficdname} %%{grubaltefiarch} %%{alt_target_cpu_name} %%{alt_grub_target_name}}
8e15ce
%endif
8e15ce
%if 0%{with_legacy_arch}
8e15ce
%{expand:%define_legacy_variant_files %%{legacy_package_arch} %%{grublegacyarch}}
8e15ce
%endif
8e15ce
8e15ce
%if 0%{with_emu_arch}
8e15ce
%files emu
8e15ce
%{_bindir}/%{name}-emu*
8e15ce
%{_datadir}/man/man1/%{name}-emu*
8e15ce
8e15ce
%files emu-modules
8e15ce
%{_libdir}/grub/%{emuarch}-emu/*
8e15ce
%exclude %{_libdir}/grub/%{emuarch}-emu/*.module
8e15ce
%endif
8e15ce
8e15ce
%changelog
fa8ac2
* Tue Jan 04 2021 Robbie Harwood <rharwood@redhat.com> - 2.06-16
fa8ac2
- Stop having this problem and just copy over the beta tree
c283d0
- Resolves: rhbz#2006784
8e15ce
fa8ac2
* Mon Oct 25 2021 Robbie Harwood <rharwood@redhat.com>
fa8ac2
- powerpc-ieee1275: load grub at 4MB, not 2MB
fa8ac2
  Related: rhbz#1873860
fa8ac2
fa8ac2
* Tue Oct 12 2021 Robbie Harwood <rharwood@redhat.com>
fa8ac2
- Print out module name on license check failure
fa8ac2
  Related: rhbz#1873860
fa8ac2
fa8ac2
* Thu Oct 07 2021 pjones <pjones@redhat.com>
fa8ac2
- Hopefully make "grub2-mkimage --appended-signature-size=" actually work.
fa8ac2
  Related: rhbz#1873860
fa8ac2
fa8ac2
* Thu Oct 07 2021 Peter Jones <pjones@redhat.com> - 2.06-8
fa8ac2
- Attempt once more to fix signatures on ppc64le
fa8ac2
  Related: rhbz#1873860
fa8ac2
fa8ac2
* Tue Oct 05 2021 Peter Jones <pjones@redhat.com> - 2.06-7
fa8ac2
- Fix signatures on ppc64le
fa8ac2
  Related: rhbz#1951104
fa8ac2
fa8ac2
* Tue Oct 05 2021 Robbie Harwood <rharwood@redhat.com> - 2.06-6
fa8ac2
- Fix booting with XFSv4 partitions
fa8ac2
  Resolves: rhbz#2006993
fa8ac2
fa8ac2
* Thu Sep 30 2021 Peter Jones <pjones@redhat.com> - 2.06-5
fa8ac2
- Rebuild for correct signatures once more.
fa8ac2
  Resolves: rhbz#1976771
fa8ac2
fa8ac2
* Thu Sep 30 2021 Peter Jones <pjones@redhat.com> - 2.06-4
fa8ac2
- Rebuild for correct signatures
fa8ac2
  Resolves: rhbz#1976771
8e15ce
8e15ce
* Mon Sep 27 2021 Robbie Harwood <rharwood@redhat.com> - 2.06-3
8e15ce
- Rebuild for gating + rpminspect
fa8ac2
  Resolves: rhbz#1976771
8e15ce
8e15ce
* Wed Sep 22 2021 Robbie Harwood <rharwood@redhat.com> - 2.06-2
8e15ce
- Rebuild because our CI infrastructure doesn't work right
fa8ac2
  Resolves: rhbz#1976771
8e15ce
8e15ce
* Tue Aug 31 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06-1
8e15ce
- Update to 2.06 final release and ton of fixes
8e15ce
  Resolves: rhbz#1976771
8e15ce
8e15ce
* Wed Jun 23 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-9
8e15ce
- Fix kernel cmdline params getting overwritten on ppc64le
8e15ce
  Resolves: rhbz#1973564
8e15ce
8e15ce
* Mon May 03 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-8
8e15ce
- Add XFS needsrepair support
8e15ce
  Resolves: rhbz#1940165
8e15ce
8e15ce
* Mon Apr 26 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-7
8e15ce
- Find and claim more memory for ieee1275 (dja)
8e15ce
  Resolves: rhbz#1873860
8e15ce
8e15ce
* Wed Apr 14 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-6
8e15ce
- Add XFS bigtime support (cmaiolino)
8e15ce
  Resolves: rhbz#1940165
8e15ce
8e15ce
* Tue Apr 13 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-5
8e15ce
- Use RHEL distro SBAT data also for CentOS Stream
8e15ce
  Related: rhbz#1947696
8e15ce
8e15ce
* Fri Apr 09 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-4
8e15ce
- Update distro SBAT entry to contain information about CentOS Stream
8e15ce
  Related: rhbz#1947696
8e15ce
8e15ce
* Thu Mar 25 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-3
8e15ce
- Prevent %%posttrans scriptlet to fail if grubenv isn't present in the ESP
8e15ce
8e15ce
* Wed Mar 24 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-2
8e15ce
- Fix a couple of merge mistakes made when rebasing to 2.06~rc1
8e15ce
  Resolves: rhbz#1940524
8e15ce
8e15ce
* Fri Mar 12 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-1
8e15ce
- Update to 2.06~rc1 to fix a bunch of CVEs
8e15ce
  Resolves: CVE-2020-14372
8e15ce
  Resolves: CVE-2020-25632
8e15ce
  Resolves: CVE-2020-25647
8e15ce
  Resolves: CVE-2020-27749
8e15ce
  Resolves: CVE-2020-27779
8e15ce
  Resolves: CVE-2021-20225
8e15ce
  Resolves: CVE-2021-20233
8e15ce
8e15ce
* Thu Mar 11 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-39
8e15ce
- Fix config file generation failing due invalid petitboot version value
8e15ce
  Resolves: rhbz#1921479
8e15ce
8e15ce
* Fri Mar 05 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-38
8e15ce
- Fix keyboards that report IBM PC AT scan codes (rmetrich)
8e15ce
8e15ce
* Thu Feb 25 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-37
8e15ce
- Don't attempt to unify if there is no grub.cfg on EFI (gicmo)
8e15ce
  Resolves: rhbz#1933085
8e15ce
8e15ce
* Mon Feb 22 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-36
8e15ce
- Switch EFI users to new unified config
8e15ce
  Resolves: rhbz#1918817
8e15ce
- Fix ESC key no longer showing the menu
8e15ce
  Resolves: rhbz#1928595
8e15ce
8e15ce
* Mon Feb 08 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-35
8e15ce
- Remove -fcf-protection compiler flag to allow i386 builds (law)
8e15ce
  Related: rhbz#1915452
8e15ce
- Unify GRUB configuration file location across all platforms
8e15ce
  Related: rhbz#1918817
8e15ce
- Add 'at_keyboard_fallback_set' var to force the set manually (rmetrich)
8e15ce
- Add appended signatures support for ppc64le LPAR Secure Boot (daxtens)
8e15ce
8e15ce
* Tue Jan 12 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.04-34
8e15ce
- at_keyboard: use set 1 when keyboard is in Translate mode (rmetrich)
8e15ce
8e15ce
* Thu Dec 31 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-33
8e15ce
- Add DNF protected.d fragments for GRUB packages
8e15ce
  Resolves: rhbz#1874541
8e15ce
 - Include keylayouts and at_keyboard modules in EFI builds
8e15ce
 - Add GRUB enhanced debugging features
8e15ce
 - ieee1275: Avoiding many unecessary open/close
8e15ce
 - ieee1275: device mapper and fibre channel discovery support
8e15ce
 - Fix tps-rpmtest failing due /boot/grub2/grubenv attributes mismatch
8e15ce
8e15ce
* Thu Nov 12 2020 Peter Hazenberg <fedoraproject@haas-en-berg.nl> - 2.04-32
8e15ce
- Fixed some typos in grub-install.8 man page
8e15ce
8e15ce
* Mon Aug 31 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-31
8e15ce
- Roll over TFTP block counter to prevent timeouts with data packets
8e15ce
  Resolves: rhbz#1869335
8e15ce
8e15ce
* Fri Aug 21 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-30
8e15ce
- Set TFTP blocksize to 1428 instead of 2048 to avoid IP fragmentation
8e15ce
  Resolves: rhbz#1869335
8e15ce
8e15ce
* Fri Aug 21 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-29
8e15ce
- Fix TFTP timeouts when trying to fetch files larger than 65535 KiB
8e15ce
  Resolves: rhbz#1869335
8e15ce
8e15ce
* Wed Aug 12 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-28
8e15ce
- Add support for "systemctl reboot --boot-loader-menu=xx" (hdegoede)
8e15ce
  Related: rhbz#1857389
8e15ce
8e15ce
* Mon Aug 10 2020 Peter Jones <pjones@redhat.com> - 2.04-27
8e15ce
- Attempt to enable dual-signing in f33
8e15ce
- "Minor" bug fixes.  For f33:
8e15ce
  Resolves: CVE-2020-10713
8e15ce
  Resolves: CVE-2020-14308
8e15ce
  Resolves: CVE-2020-14309
8e15ce
  Resolves: CVE-2020-14310
8e15ce
  Resolves: CVE-2020-14311
8e15ce
  Resolves: CVE-2020-15705
8e15ce
  Resolves: CVE-2020-15706
8e15ce
  Resolves: CVE-2020-15707
8e15ce
8e15ce
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 2.04-26
8e15ce
- Disable LTO
8e15ce
8e15ce
* Thu Jun 18 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-25
8e15ce
- Only mark GRUB as BLS supported in OSTree systems with a boot partition
8e15ce
8e15ce
* Mon Jun 08 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-24
8e15ce
- http: Prepend prefix when the HTTP path is relative as done in efi/http
8e15ce
- Fix build with rpm-4.16 (thierry.vignaud)
8e15ce
8e15ce
* Fri Jun 05 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-23
8e15ce
- Install GRUB as \EFI\BOOT\BOOTARM.EFI in armv7hl
8e15ce
8e15ce
* Tue May 26 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-22
8e15ce
- Fix an out of memory error when loading large initrd images
8e15ce
  Resolves: rhbz#1838633
8e15ce
8e15ce
* Wed May 20 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-21
8e15ce
- Don't update BLS files that aren't managed by GRUB scripts
8e15ce
  Resolves: rhbz#1837783
8e15ce
8e15ce
* Mon May 18 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-20
8e15ce
- Only enable the tpm module for EFI platforms
8e15ce
8e15ce
* Sat May 16 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-19
8e15ce
- Enable tpm module and make system to boot even if TPM measurements fail
8e15ce
  Resolves: rhbz#1836433
8e15ce
8e15ce
* Thu May 14 2020 Adam Williamson <awilliam@redhat.com> - 2.04-18
8e15ce
- 10_linux.in: restore existence check in `get_sorted_bls`
8e15ce
  Resolves: rhbz#1836020
8e15ce
8e15ce
* Wed May 13 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-17
8e15ce
- Store cmdline in BLS snippets instead of using a grubenv variable
8e15ce
8e15ce
* Tue May 12 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-16
8e15ce
- Fix a segfault in grub2-editenv when attempting to shrink a variable
8e15ce
8e15ce
* Thu Apr 30 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-15
8e15ce
- blscfg: Lookup default_kernelopts variable as fallback for options
8e15ce
  Related: rhbz#1765297
8e15ce
- 10_linux.in: fix early exit due error when reading petitboot version
8e15ce
  Resolves: rhbz#1827397
8e15ce
8e15ce
* Thu Apr 23 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-14
8e15ce
- efi: Set image base address before jumping to the PE/COFF entry point
8e15ce
  Resolves: rhbz#1825411
8e15ce
8e15ce
* Thu Apr 16 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-13
8e15ce
- Make the grub-switch-to-blscfg and 10_linux scripts more robust
8e15ce
8e15ce
* Thu Apr 02 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-12
8e15ce
- Merge 10_linux_bls logic into 10_linux and avoid issues if blsdir is set
8e15ce
8e15ce
* Thu Mar 26 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-11
8e15ce
- grub-switch-to-blscfg: Update grub2 binary in ESP for OSTree systems
8e15ce
  Related: rhbz#1751272
8e15ce
8e15ce
* Tue Mar 17 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-10
8e15ce
- Fix for entries having an empty initrd command and HTTP boot issues
8e15ce
  Resolves: rhbz#1806022
8e15ce
8e15ce
* Thu Jan 16 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-9
8e15ce
- Add riscv64 support to grub.macros and RISC-V build fixes (davidlt)
8e15ce
- blscfg: Always use the root variable to search for BLS snippets
8e15ce
- bootstrap.conf: Force autogen.sh to use python3
8e15ce
8e15ce
* Mon Jan 13 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-8
8e15ce
- Make the blscfg module honour the GRUB_SAVEDEFAULT option (fritz)
8e15ce
  Resolves: rhbz#1704926
8e15ce
8e15ce
* Mon Jan 06 2020 Peter Jones <pjones@redhat.com> - 2.04-7
8e15ce
- Add zstd to the EFI module list.
8e15ce
  Related: rhbz#1418336
8e15ce
8e15ce
* Thu Dec 05 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.04-6
8e15ce
- Various grub2 cleanups (pbrobinson)
8e15ce
- Another fix for blscfg variable expansion support
8e15ce
- blscfg: Add support for sorting the plus ('+') higher than base version
8e15ce
  Resolves: rhbz#1767395
8e15ce
8e15ce
* Wed Nov 27 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.04-5
8e15ce
- blscfg: add a space char when appending fields for variable expansion
8e15ce
- grub.d: Fix boot_indeterminate getting set on boot_success=0 boot
8e15ce
8e15ce
* Tue Nov 26 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.04-4
8e15ce
- grub-set-bootflag: Write new env to tmpfile and then rename (hdegoede)
8e15ce
  Resolves: CVE-2019-14865
8e15ce
  Resolves: rhbz#1776580
8e15ce
8e15ce
* Thu Oct 17 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.04-3
8e15ce
- 20-grub-install: Don't add an id field to generated BLS snippets
8e15ce
- 99-grub-mkconfig: Disable BLS usage for Xen machines
8e15ce
  Resolves: rhbz#1703700
8e15ce
- Don't add a class option to menu entries generated for ppc64le
8e15ce
  Resolves: rhbz#1758225
8e15ce
- 10_linux.in: Also use GRUB_CMDLINE_LINUX_DEFAULT to set kernelopts
8e15ce
- blscfg: Don't hardcode an env var as fallback for the BLS options field
8e15ce
  Resolves: rhbz#1710483
8e15ce
8e15ce
* Wed Sep 18 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.04-2
8e15ce
- A couple of RISC-V fixes
8e15ce
- Remove grub2-tools %%posttrans scriptlet that migrates to a BLS config
8e15ce
- Add blscfg device tree support
8e15ce
  Resolves: rhbz#1751307
8e15ce
8e15ce
* Thu Aug 15 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.04-1
8e15ce
- Update to 2.04
8e15ce
  Resolves: rhbz#1727279
8e15ce
8e15ce
* Wed Aug 07 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-97
8e15ce
- Include regexp module in EFI builds
8e15ce
8e15ce
* Thu Aug 01 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-96
8e15ce
- Manual build for the Fedora 31 mass rebuild to succeed
8e15ce
8e15ce
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org>
8e15ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8e15ce
8e15ce
* Thu Jul 18 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-94
8e15ce
- 20-grub-install: Restore default SELinux security contexts for BLS files
8e15ce
  Resolves: rhbz#1726020
8e15ce
8e15ce
* Wed Jul 17 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-93
8e15ce
- Add btrfs snapshot submenu when BLS configuration is used
8e15ce
- Move grub2-probe to the grub2-tools-minimal subpackage
8e15ce
  Resolves: rhbz#1715994
8e15ce
8e15ce
* Tue Jul 16 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-92
8e15ce
- Cleanup our patchset to reduce the number of patches
8e15ce
8e15ce
* Sat Jul 13 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-91
8e15ce
- Includes security modules in Grub2 EFI builds (benjamin.doron)
8e15ce
  Resolves: rhbz#1722938
8e15ce
- Enable again multiboot and multiboot2 modules on EFI builds
8e15ce
  Resolves: rhbz#1703872
8e15ce
8e15ce
* Fri Jul 05 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-90
8e15ce
- Fix failure to request grub.cfg over HTTP
8e15ce
- Some ARM fixes (pbrobinson)
8e15ce
- Preserve multi-device workflows (Yclept Nemo)
8e15ce
8e15ce
* Thu Jun 27 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-89
8e15ce
- Fix --bls-directory option comment in grub2-switch-to-blscfg man page
8e15ce
  Resolves: rhbz#1714835
8e15ce
- 10_linux_bls: use '=' to separate --id argument due a Petitboot bug
8e15ce
- grub-set-bootflag: Print an error if failing to read from grubenv
8e15ce
  Resolves: rhbz#1702354
8e15ce
- 10_linux: generate BLS section even if no kernels are found in /boot
8e15ce
- 10_linux: don't search for OSTree kernels
8e15ce
8e15ce
* Tue Jun 18 2019 Sergio Durigan Junior <sergiodj@redhat.com> - 2.02-88
8e15ce
- Use '-g' instead of '-g3' when compiling grub2.
8e15ce
  Resolves: rhbz#1708780
8e15ce
8e15ce
* Tue Jun 11 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-87
8e15ce
- Rebuild for RPM 4.15
8e15ce
8e15ce
* Mon Jun 10 22:13:19 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org>
8e15ce
- Rebuild for RPM 4.15
8e15ce
8e15ce
* Mon Jun 10 15:42:01 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org>
8e15ce
- Rebuild for RPM 4.15
8e15ce
8e15ce
* Mon May 20 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-84
8e15ce
- Don't try to switch to a BLS config if GRUB_ENABLE_BLSCFG is already set
8e15ce
8e15ce
* Wed May 15 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-83
8e15ce
- Fix error messages wrongly being printed when executing blscfg command
8e15ce
  Resolves: rhbz#1699761
8e15ce
- Remove bogus load_env after blscfg command in 10_linux
8e15ce
8e15ce
* Tue May 07 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-82
8e15ce
- Make blscfg module compatible at least up to the Fedora 19 GRUB core
8e15ce
  Related: rhbz#1652806
8e15ce
8e15ce
* Fri May 03 2019 Neal Gompa <ngompa13@gmail.com> - 2.02-81
8e15ce
- Add grub2-mount to grub2-tools-minimal subpackage
8e15ce
  Resolves: rhbz#1471267
8e15ce
8e15ce
* Fri May 03 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-80
8e15ce
- Add grub2-emu subpackage
8e15ce
8e15ce
* Fri May 03 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 2.02-79
8e15ce
- Fix description of grub2-pc
8e15ce
  Resolves: rhbz#1484298
8e15ce
8e15ce
* Thu Apr 18 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-78
8e15ce
- Add 10_reset_boot_success to Makefile
8e15ce
  Related: rhbz#17010
8e15ce
8e15ce
* Thu Apr 18 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-77
8e15ce
- Never remove boot loader configuration for other boot loaders from the ESP.
8e15ce
  This would render machines with sd-boot unbootable (zbyszek)
8e15ce
- Execute grub2-switch-to-blscfg script in %%posttrans instead of %%post
8e15ce
- grub.d: Split out boot success reset from menu auto hide script (lorbus)
8e15ce
- HTTP boot: strncmp returns 0 on equal (stephen)
8e15ce
- Some grub2-emu fixes and make it to not print unnecessary messages
8e15ce
- Don't assume that boot commands will only return on fail
8e15ce
8e15ce
* Thu Mar 28 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-76
8e15ce
- 10_linux_bls: don't add --users option to generated menu entries
8e15ce
  Resolves: rhbz#1693515
8e15ce
8e15ce
* Tue Mar 26 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-75
8e15ce
- A set of EFI fixes to support arm64 QCom UEFI firmwares (pbrobinson)
8e15ce
8e15ce
* Fri Mar 22 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-74
8e15ce
- Fix some BLS snippets not being displayed in the GRUB menu
8e15ce
  Resolves: rhbz#1691232
8e15ce
- Fix possible undefined behaviour due wrong grub_efi_status_t type (pjones)
8e15ce
8e15ce
* Wed Mar 20 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-73
8e15ce
- Only set blsdir if /boot/loader/entries is in a btrfs or zfs partition
8e15ce
  Related: rhbz#1688453
8e15ce
8e15ce
* Mon Mar 11 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-72
8e15ce
- Avoid grub2-efi package to overwrite existing /boot/grub2/grubenv file
8e15ce
  Resolves: rhbz#1687323
8e15ce
- Switch to BLS in tools package %%post scriptlet
8e15ce
  Resolves: rhbz#1652806
8e15ce
8e15ce
* Wed Feb 27 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-71
8e15ce
- 20-grub-install: Replace, rather than overwrite, the existing kernel (pjones)
8e15ce
  Resolves: rhbz#1642402
8e15ce
- 99-grub-mkconfig: Don't update grubenv generating entries on ppc64le
8e15ce
  Related: rhbz#1637875
8e15ce
- blscfg: fallback to default_kernelopts if BLS option field isn't set
8e15ce
  Related: rhbz#1625124
8e15ce
- grub-switch-to-blscfg: copy increment.mod for legacy BIOS and ppc64
8e15ce
  Resolves: rhbz#1652806
8e15ce
8e15ce
* Fri Feb 15 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-70
8e15ce
- Check if blsdir exists before attempting to get it's real path
8e15ce
  Resolves: rhbz#1677415
8e15ce
8e15ce
* Wed Feb 13 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-69
8e15ce
- Don't make grub_strtoull() print an error if no conversion is performed
8e15ce
  Resolves: rhbz#1674512
8e15ce
- Set blsdir if the BLS directory path isn't one of the looked up by default
8e15ce
  Resolves: rhbz#1657240
8e15ce
8e15ce
* Mon Feb 04 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-68
8e15ce
- Don't build the grub2-efi-ia32-* packages on i686 (pjones)
8e15ce
- Add efi-export-env and efi-load-env commands (pjones)
8e15ce
- Make it possible to subtract conditions from debug= (pjones)
8e15ce
- Try to set -fPIE and friends on libgnu.a (pjones)
8e15ce
- Add more options to blscfg command to make it more flexible
8e15ce
- Add support for prepend early initrds to the BLS entries
8e15ce
- Fix grub.cfg-XXX look up when booting over TFTP
8e15ce
8e15ce
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org>
8e15ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8e15ce
8e15ce
* Mon Dec 17 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-66
8e15ce
- Don't exclude /etc/grub.d/01_fallback_counting anymore
8e15ce
8e15ce
* Tue Dec 11 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-65
8e15ce
- BLS files should only be copied by grub-switch-to-blscfg if BLS isn't set
8e15ce
  Related: rhbz#1638117
8e15ce
- Fix get_entry_number() wrongly dereferencing the tail pointer
8e15ce
  Resolves: rhbz#1654936
8e15ce
- Make grub2-mkconfig to honour GRUB_CMDLINE_LINUX in /etc/default/grub
8e15ce
  Resolves: rhbz#1637875
8e15ce
8e15ce
* Fri Nov 30 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-64
8e15ce
- Add comments and revert logic changes in 01_fallback_counting
8e15ce
- Remove quotes when reading ID value from /etc/os-release
8e15ce
  Related: rhbz#1650706
8e15ce
- blscfg: expand grub_users before passing to grub_normal_add_menu_entry()
8e15ce
  Resolves: rhbz#1650706
8e15ce
- Drop buggy downstream patch "efinet: retransmit if our device is busy"
8e15ce
  Resolves: rhbz#1649048
8e15ce
- Make the menu entry users option argument to be optional
8e15ce
  Related: rhbz#1652434
8e15ce
- 10_linux_bls: add missing menu entries options
8e15ce
  Resolves: rhbz#1652434
8e15ce
- Drop "Be more aggro about actually using the *configured* network device."
8e15ce
  Resolves: rhbz#1654388
8e15ce
- Fix menu entry selection based on title
8e15ce
  Resolves: rhbz#1654936
8e15ce
8e15ce
* Wed Nov 21 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-63
8e15ce
- add 10_linux_bls grub.d snippet to generate menu entries from BLS files
8e15ce
  Resolves: rhbz#1636013
8e15ce
- Only set kernelopts in grubenv if it wasn't set before
8e15ce
  Resolves: rhbz#1636466
8e15ce
- kernel-install: Remove existing initramfs if it's older than the kernel (pjones)
8e15ce
  Resolves: rhbz#1638405
8e15ce
- Update the saved entry correctly after a kernel install (pjones)
8e15ce
  Resolves: rhbz#1638117
8e15ce
- blscfg: sort everything with rpm *package* comparison (pjones)
8e15ce
  Related: rhbz#1638103
8e15ce
- blscfg: Make 10_linux_bls sort the same way as well
8e15ce
  Related: rhbz#1638103
8e15ce
- don't set saved_entry on grub2-mkconfig
8e15ce
  Resolves: rhbz#1636466
8e15ce
- Fix menu entry selection based on ID and title (pjones)
8e15ce
  Resolves: rhbz#1640979
8e15ce
- Don't unconditionally set default entry when installing debug kernels
8e15ce
  Resolves: rhbz#1636346
8e15ce
- Remove installkernel-bls script
8e15ce
  Related: rhbz#1647721
8e15ce
8e15ce
* Thu Oct 04 2018 Peter Jones <pjones@redhat.com> - 2.02-62
8e15ce
- Exclude /etc/grub.d/01_fallback_counting until we work through some design
8e15ce
  questions.
8e15ce
  Resolves: rhbz#1614637
8e15ce
8e15ce
* Wed Oct 03 2018 Peter Jones <pjones@redhat.com> - 2.02-61
8e15ce
- Fix the fallback counting script even harder. Apparently, this wasn't
8e15ce
  tested well enough.
8e15ce
  Resolves: rhbz#1614637
8e15ce
8e15ce
* Tue Oct 02 2018 Peter Jones <pjones@redhat.com> - 2.02-60
8e15ce
- Fix grub.cfg boot counting snippet generation (lorbus)
8e15ce
  Resolves: rhbz#1614637
8e15ce
- Fix spurrious allocation error reporting on EFI boot
8e15ce
  Resolves: rhbz#1635319
8e15ce
- Stop doing TPM on BIOS *again*.  It just doesn't work.
8e15ce
  Related: rhbz#1579835
8e15ce
- Make blscfg module loadable on older grub2 i386-pc and powerpc-ieee1275
8e15ce
  builds
8e15ce
- Fix execstack cropping up in grub2-tools
8e15ce
- Ban stack trampolines with compiler flags.
8e15ce
8e15ce
* Tue Sep 25 2018 Hans de Goede <hdegoede@redhat.com> - 2.02-59
8e15ce
- Stop using pkexec for grub2-set-bootflag, it does not work under gdm
8e15ce
  instead make it suid root (it was written with this in mind)
8e15ce
8e15ce
* Tue Sep 25 2018 Peter Jones <pjones@redhat.com>
8e15ce
- Use bounce buffers for addresses above 4GB
8e15ce
- Allow initramfs, cmdline, and params >4GB, but not kernel
8e15ce
8e15ce
* Wed Sep 12 2018 Peter Jones <pjones@redhat.com> - 2.02-58
8e15ce
- Add 2 conditions to boot-success timer and service:
8e15ce
  - Don't run it for system users
8e15ce
  Resolves: rhbz#1592201
8e15ce
  - Don't run it when pkexec isn't available
8e15ce
  Resolves: rhbz#1619445
8e15ce
- Use -Wsign-compare -Wconversion -Wextra in the build.
8e15ce
8e15ce
* Tue Sep 11 2018 Peter Jones <pjones@redhat.com> - 2.02-57
8e15ce
- Limit grub_malloc() on x86_64 to < 31bit addresses, as some devices seem to
8e15ce
  have a colossally broken storage controller (or UEFI driver) that can't do
8e15ce
  DMA to higher memory addresses, but fails silently.
8e15ce
  Resolves: rhbz#1626844 (possibly really resolving it this time.)
8e15ce
- Also integrate Hans's attempt to fix the related error from -54, but do it
8e15ce
  the other way around: try the low addresses first and *then* the high one if
8e15ce
  the allocation fails.  This way we'll get low regions by default, and if
8e15ce
  kernel/initramfs don't fit anywhere, it'll try the higher addresses.
8e15ce
  Related: rhbz#1624532
8e15ce
- Coalesce all the intermediate debugging junk from -54/-55/-56.
8e15ce
8e15ce
* Tue Sep 11 2018 Peter Jones <pjones@redhat.com> - 2.02-56
8e15ce
- Don't mangle fw_path even harder.
8e15ce
  Resolves: rhbz#1626844
8e15ce
- Fix reboot being missing on some platforms, and make it alias to
8e15ce
  "reset" as well.
8e15ce
- More dprintf().
8e15ce
8e15ce
* Mon Sep 10 2018 Peter Jones <pjones@redhat.com> - 2.02-55
8e15ce
- Fix UEFI memory problem in a different way.
8e15ce
  Related: rhbz#1624532
8e15ce
- Don't mangle fw_path with a / unless we're on http
8e15ce
  Resolves: rhbz#1626844
8e15ce
8e15ce
* Fri Sep 07 2018 Kevin Fenzi <kevin@scrye.com> - 2.02-54
8e15ce
- Add patch from https://github.com/rhboot/grub2/pull/30 to fix uefi booting
8e15ce
  Resolves: rhbz#1624532
8e15ce
8e15ce
* Thu Aug 30 2018 Peter Jones <pjones@redhat.com> - 2.02-53
8e15ce
- Fix AArch64 machines with no RAM latched lower than 1GB
8e15ce
  Resolves: rhbz#1615969
8e15ce
- Set http_path and http_url when HTTP booting
8e15ce
- Hopefully slightly better error reporting in some cases
8e15ce
- Better allocation of kernel+initramfs on x86_64 and aarch64
8e15ce
  Resolves: rhbz#1572126
8e15ce
8e15ce
* Mon Aug 20 2018 Peter Jones <pjones@redhat.com> - 2.02-52
8e15ce
- Update conflicts on grubby not to care about %%{?dist}
8e15ce
8e15ce
* Sun Aug 19 2018 Peter Jones <pjones@redhat.com> - 2.02-51
8e15ce
- Make it quieter.
8e15ce
8e15ce
* Thu Aug 16 2018 Peter Jones <pjones@redhat.com> - 2.02-50
8e15ce
- Fix arm32 off-by-one error on reading the PE header.
8e15ce
8e15ce
* Tue Aug 14 2018 Peter Jones <pjones@redhat.com> - 2.02-50
8e15ce
- Fix typo in /etc/grub.d/01_fallback_counting
8e15ce
  Resolves: rhbz#1614637
8e15ce
8e15ce
* Fri Aug 10 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-50
8e15ce
- Add an installkernel script for BLS configurations
8e15ce
8e15ce
* Tue Aug 07 2018 Peter Jones <pjones@redhat.com> - 2.02-49
8e15ce
- Temporarily make -cdboot perms 0700 again.
8e15ce
8e15ce
* Fri Aug 03 2018 Peter Jones <pjones@redhat.com> - 2.02-48
8e15ce
- Kill .note.gnu.property with fire.
8e15ce
  Resolves: rhbz#1612339
8e15ce
8e15ce
* Thu Aug 02 2018 Peter Jones <pjones@redhat.com> - 2.02-47
8e15ce
- Enable armv7 EFI builds.  This was way harder than I expected.
8e15ce
8e15ce
* Tue Jul 17 2018 Peter Jones <pjones@redhat.com> - 2.02-46
8e15ce
- Fix some minor BLS issues
8e15ce
- Rework the FDT module linking to make aarch64 build and boot right
8e15ce
8e15ce
* Mon Jul 16 2018 pjones <pjones@redhat.com> - 2.02-45
8e15ce
- Rework SB patches and 10_linux.in changes even harder.
8e15ce
  Resolves: rhbz#1601578
8e15ce
8e15ce
* Mon Jul 16 2018 Hans de Goede <hdegoede@redhat.com> - 2.02-44
8e15ce
- Make the user session automatically set the boot_success grubenv flag
8e15ce
- Make offline-updates increment the boot_indeterminate grubenv variable
8e15ce
8e15ce
* Mon Jul 16 2018 pjones <pjones@redhat.com> - 2.02-43
8e15ce
- Rework SB patches and 10_linux.in changes
8e15ce
8e15ce
* Fri Jul 13 2018 Peter Jones <pjones@redhat.com> - 2.02-42
8e15ce
- Revert broken moduledir fix *again*.
8e15ce
8e15ce
* Thu Jul 12 2018 Peter Jones <pjones@redhat.com> - 2.02-41
8e15ce
- Fix our linuxefi/linux command reunion.
8e15ce
8e15ce
* Wed Jul 11 2018 Peter Jones <pjones@redhat.com> - 2.02-40
8e15ce
- Port several fixes from the F28 tree and a WIP tree.
8e15ce
8e15ce
* Mon Jul 09 2018 pjones <pjones@redhat.com> - 2.02-39
8e15ce
- Fix my fix of grub2-switch-to-blscfg (javierm and pjones)
8e15ce
8e15ce
* Mon Jul 02 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-38
8e15ce
- Use BLS fragment filename as menu entry id and for sort criterion
8e15ce
8e15ce
* Tue Jun 26 2018 Javier Martinez Canillas <javierm@redhat.com>
8e15ce
- Cleanups and fixes for grub2-switch-to-blscfg (pjones)
8e15ce
- Use /boot/loader/entries as BLS dir also on EFI (javierm)
8e15ce
8e15ce
* Tue Jun 19 2018 Peter Jones <pjones@redhat.com> - 2.02-37
8e15ce
- Fix some TPM errors on 32-bit (hdegoede)
8e15ce
- More fixups to avoid compiler changes (pjones)
8e15ce
- Put lsmmap into the EFI builds (pjones)
8e15ce
  Related: rhbz#1572126
8e15ce
- Make 20-grub.install to exit if there is no machine ID set (javierm)
8e15ce
  Resolves: rhbz#1576573
8e15ce
- More fixes for BLS (javierm)
8e15ce
  Resolves: rhbz#1588184
8e15ce
8e15ce
* Wed May 16 2018 Peter Jones <pjones@redhat.com> - 2.02-37.fc29
8e15ce
- Fixups to work with gcc 8
8e15ce
- Experimental https boot support on UEFI
8e15ce
- XFS fixes for sparse inode support
8e15ce
  Resolves: rhbz#1575797
8e15ce
8e15ce
* Thu May 10 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-36
8e15ce
- Use version field to sort BLS entries if id field isn't defined
8e15ce
- Add version field to BLS fragments generated by 20-grub.install
8e15ce
8e15ce
* Tue Apr 24 2018 Peter Jones <pjones@redhat.com> - 2.02-35
8e15ce
- A couple of fixes needed by Fedora Atomic - javierm
8e15ce
8e15ce
* Mon Apr 23 2018 Peter Jones <pjones@redhat.com> - 2.02-34
8e15ce
- Put the os-prober dep back in - we need to change test plans and criteria
8e15ce
  before it can go.
8e15ce
  Resolves: rhbz#1569411
8e15ce
8e15ce
* Wed Apr 11 2018 Peter Jones <pjones@redhat.com> - 2.02-33
8e15ce
- Work around some issues with older automake found in CentOS.
8e15ce
- Make multiple initramfs images work in BLS.
8e15ce
8e15ce
* Wed Apr 11 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-32
8e15ce
- Make 20-grub.install to generate debug BLS when MAKEDEBUG is set.
8e15ce
8e15ce
* Fri Apr 06 2018 Peter Jones <pjones@redhat.com> - 2.02-31
8e15ce
- Pull in some TPM fixes I missed.
8e15ce
8e15ce
* Fri Apr 06 2018 Peter Jones <pjones@redhat.com> - 2.02-30
8e15ce
- Enable TPM measurements
8e15ce
- Set the default boot entry to the first entry when we're using BLS.
8e15ce
8e15ce
* Tue Apr 03 2018 Peter Jones <pjones@redhat.com> - 2.02-29
8e15ce
- Fix for BLS paths on BIOS / non-UEFI (javierm)
8e15ce
8e15ce
* Fri Mar 16 2018 Peter Jones <pjones@redhat.com> - 2.02-28
8e15ce
- Install kernel-install scripts. (javierm)
8e15ce
- Add grub2-switch-to-blscfg
8e15ce
8e15ce
* Tue Mar 06 2018 Peter Jones <pjones@redhat.com> - 2.02-27
8e15ce
- Build the blscfg module in on EFI builds.
8e15ce
8e15ce
* Wed Feb 28 2018 Peter Jones <pjones@redhat.com> - 2.02-26
8e15ce
- Try to fix things for new compiler madness.
8e15ce
  I really don't know why gcc decided __attribute__((packed)) on a "typedef
8e15ce
  struct" should imply __attribute__((align (1))) and that it should have a
8e15ce
  warning that it does so.  The obvious behavior would be to keep the alignment
8e15ce
  of the first element unless it's used in another object or type that /also/
8e15ce
  hask the packed attribute.  Why should it change the default alignment at
8e15ce
  all?
8e15ce
- Merge in the BLS patches Javier and I wrote.
8e15ce
- Attempt to fix pmtimer initialization failures to not be super duper slow.
8e15ce
8e15ce
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org>
8e15ce
- Escape macros in %%changelog
8e15ce
8e15ce
* Tue Jan 23 2018 Peter Jones <pjones@redhat.com> - 2.02-24
8e15ce
- Fix a merge error from 2.02-21 that affected kernel loading on Aarch64.
8e15ce
  Related: rhbz#1519311
8e15ce
  Related: rhbz#1506704
8e15ce
  Related: rhbz#1502312
8e15ce
8e15ce
* Fri Jan 19 2018 Peter Jones <pjones@redhat.com> - 2.02-23
8e15ce
- Only nerf annobin, not -fstack-crash-protection.
8e15ce
- Fix a conflict on /boot/efi directory permissions between -cdboot and the
8e15ce
  normal bootloader.
8e15ce
8e15ce
* Thu Jan 18 2018 Peter Jones <pjones@redhat.com> - 2.02-22
8e15ce
- Nerf some gcc 7.2.1-6 'features' that cause grub to crash on start.
8e15ce
8e15ce
* Thu Jan 18 2018 Peter Jones <pjones@redhat.com> - 2.02-21
8e15ce
- Fix grub2-efi-modules provides/obsoletes generation
8e15ce
  Resolves: rhbz#1506704
8e15ce
- *Also* build grub-efi-ia32{,-*,!-modules} packages for i686 builds
8e15ce
  Resolves: rhbz#1502312
8e15ce
- Make everything under /boot/efi be mode 0700, since that's what FAT will
8e15ce
  show anyway.
8e15ce
8e15ce
* Wed Jan 17 2018 Peter Jones <pjones@redhat.com> - 2.02-20
8e15ce
- Update to newer upstream for F28
8e15ce
- Pull in patches for Apollo Lake hardware
8e15ce
  Resolves: rhbz#1519311
8e15ce
8e15ce
* Tue Oct 24 2017 Peter Jones <pjones@redhat.com> - 2.02-19
8e15ce
- Handle xen module loading (somewhat) better
8e15ce
  Resolves: rhbz#1486002
8e15ce
8e15ce
* Wed Sep 20 2017 Peter Jones <pjones@redhat.com> - 2.02-18
8e15ce
- Make grub2-efi-aa64 provide grub2
8e15ce
  Resolves: rhbz#1491045
8e15ce
8e15ce
* Mon Sep 11 2017 Dennis Gilmore <dennis@ausil.us> - 2.02-17
8e15ce
- bump for Obsoletes again
8e15ce
8e15ce
* Wed Sep 06 2017 Peter Jones <pjones@redhat.com> - 2.02-16
8e15ce
- Fix Obsoletes on grub2-pc
8e15ce
8e15ce
* Wed Aug 30 2017 Petr Šabata <contyk@redhat.com> - 2.02-15
8e15ce
- Limit the pattern matching in do_alt_efi_install to files to
8e15ce
  unbreak module builds
8e15ce
8e15ce
* Fri Aug 25 2017 Peter Jones <pjones@redhat.com> - 2.02-14
8e15ce
- Revert the /usr/lib/.build-id/ change:
8e15ce
  https://fedoraproject.org/wiki/Changes/ParallelInstallableDebuginfo
8e15ce
  says (without any particularly convincing reasoning):
8e15ce
    The main build-id file should not be in the debuginfo file, but in the
8e15ce
    main package (this was always a problem since the package and debuginfo
8e15ce
    package installed might not match). If we want to make usr/lib/debug/ a
8e15ce
    network resource then we will need to move the symlink to another
8e15ce
    location (maybe /usr/lib/.build-id).
8e15ce
  So do it that way.  Of course it doesn't matter, because exclude gets
8e15ce
  ignored due to implementation details.
8e15ce
8e15ce
* Fri Aug 25 2017 Peter Jones <pjones@redhat.com> - 2.02-13
8e15ce
- Add some unconditional Provides:
8e15ce
  grub2-efi on grub2-efi-${arch}
8e15ce
  grub2-efi-cdboot on grub2-efi-${arch}-cdboot
8e15ce
  grub2 on all grub2-${arch} pacakges
8e15ce
- Something is somehow adding /usr/lib/.build-id/... to all the -tools
8e15ce
  subpackages, so exclude all that.
8e15ce
8e15ce
* Thu Aug 24 2017 Peter Jones <pjones@redhat.com> - 2.02-12
8e15ce
- Fix arm kernel command line allocation
8e15ce
  Resolves: rhbz#1484609
8e15ce
- Get rid of the temporary extra efi packages hack.
8e15ce
8e15ce
* Wed Aug 23 2017 Peter Jones <pjones@redhat.com> - 2.02-11
8e15ce
- Put grub2-mkimage in -tools, not -tools-extra.
8e15ce
- Fix i686 building
8e15ce
- Fix ppc HFS+ usage due to /boot/efi's presence.
8e15ce
8e15ce
* Fri Aug 18 2017 Peter Jones <pjones@redhat.com> - 2.02-10
8e15ce
- Add the .img files into grub2-pc-modules (and all legacy variants)
8e15ce
8e15ce
* Wed Aug 16 2017 Peter Jones <pjones@redhat.com> - 2.02-9
8e15ce
- Re-work for ia32-efi.
8e15ce
8e15ce
* Wed Aug 16 2017 pjones <pjones@redhat.com> - 2.02-8
8e15ce
- Rebased to newer upstream for fedora-27
8e15ce
8e15ce
* Tue Aug 15 2017 Peter Jones <pjones@redhat.com> - 2.02-7
8e15ce
- Rebuild again with new fixed rpm. (bug #1480407)
8e15ce
8e15ce
* Fri Aug 11 2017 Kevin Fenzi <kevin@scrye.com> - 2.02-6
8e15ce
- Rebuild again with new fixed rpm. (bug #1480407)
8e15ce
8e15ce
* Thu Aug 10 2017 Kevin Fenzi <kevin@scrye.com> - 2.02-5
8e15ce
- Rebuild for rpm soname bump again.
8e15ce
8e15ce
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.02-4
8e15ce
- Rebuilt for RPM soname bump
8e15ce
8e15ce
* Thu Aug 03 2017 Peter Jones <pjones@redhat.com> - 2.02-3
8e15ce
- Rebuild so it gets SB signed correctly.
8e15ce
  Related: rhbz#1335533
8e15ce
- Enable lsefi
8e15ce
8e15ce
* Mon Jul 24 2017 Michael Cronenworth <mike@cchtml.com> - 2.02-2
8e15ce
- Fix symlink to work on both EFI and BIOS machines
8e15ce
  Resolves: rhbz#1335533
8e15ce
8e15ce
* Mon Jul 10 2017 Peter Jones <pjones@redhat.com> - 2.02-1
8e15ce
- Rebased to newer upstream for fedora-27
8e15ce
8e15ce
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.02-0.39
8e15ce
- Add missing %%license macro
8e15ce
- Fix deps that should have moved to -tools but didn't.
8e15ce
8e15ce
* Thu Dec 08 2016 Peter Jones <pjones@redhat.com> - 2.02-0.38
8e15ce
- Fix regexp in power compile flags, and synchronize release number with
8e15ce
  other branches.
8e15ce
8e15ce
* Fri Dec 02 2016 pjones <pjones@redhat.com> - 1:2.02-0.37
8e15ce
- Rebased to newer upstream for fedora-26
8e15ce
8e15ce
* Thu Dec 01 2016 Peter Jones <pjones@redhat.com> - 2.02-0.36
8e15ce
- Update version to .36 because I already built an f25 one named 0.35
8e15ce
8e15ce
* Thu Dec 01 2016 pjones <pjones@redhat.com> - 1:2.02-0.35
8e15ce
- Rebased to newer upstream for fedora-26
8e15ce
8e15ce
* Thu Dec 01 2016 Peter Jones <pjones@redhat.com> - 2.02-0.34
8e15ce
- Fix power6 makefile bits for newer autoconf defaults.
8e15ce
- efi/chainloader: fix wrong sanity check in relocate_coff() (Laszlo Ersek)
8e15ce
  Resolves: rhbz#1347291
8e15ce
8e15ce
* Thu Aug 25 2016 Peter Jones <pjones@redhat.com> - 2.02-0.34
8e15ce
- Update to be newer than f24's branch.
8e15ce
- Add grub2-get-kernel-settings
8e15ce
  Related: rhbz#1226325
8e15ce
8e15ce
* Thu Apr 07 2016 pjones <pjones@redhat.com> - 1:2.02-0.30
8e15ce
- Revert 27e66193, which was replaced by upstream's 49426e9fd
8e15ce
  Resolves: rhbz#1251600
8e15ce
8e15ce
* Thu Apr 07 2016 Peter Jones <pjones@redhat.com> - 2.02-0.29
8e15ce
- Fix ppc64 build failure and rebase to newer f24 code.
8e15ce
8e15ce
* Tue Apr 05 2016 pjones <pjones@redhat.com> - 1:2.02-0.27
8e15ce
- Pull TPM updates from mjg59.
8e15ce
  Resolves: rhbz#1318067
8e15ce
8e15ce
* Tue Mar 08 2016 pjones <pjones@redhat.com> - 1:2.02-0.27
8e15ce
- Fix aarch64 build problem.
8e15ce
8e15ce
* Fri Mar 04 2016 Peter Jones <pjones@redhat.com> - 2.02-0.26
8e15ce
- Rebased to newer upstream (grub-2.02-beta3) for fedora-24
8e15ce
8e15ce
* Thu Dec 10 2015 Peter Jones <pjones@redhat.com> - 2.02-0.25
8e15ce
- Fix security issue when reading username and password
8e15ce
  Related: CVE-2015-8370
8e15ce
- Do a better job of handling GRUB2_PASSWORD
8e15ce
  Related: rhbz#1284370
8e15ce
8e15ce
* Fri Nov 20 2015 Peter Jones <pjones@redhat.com> - 2.02-0.24
8e15ce
- Rebuild without multiboot* modules in the EFI image.
8e15ce
  Related: rhbz#1264103
8e15ce
8e15ce
* Sat Sep 05 2015 Kalev Lember <klember@redhat.com> - 2.02-0.23
8e15ce
- Rebuilt for librpm soname bump
8e15ce
8e15ce
* Wed Aug 05 2015 Peter Jones <pjones@redhat.com> - 2.02-0.21
8e15ce
- Back out one of the debuginfo generation patches; it doesn't work right on
8e15ce
  aarch64 yet.
8e15ce
  Resolves: rhbz#1250197
8e15ce
8e15ce
* Mon Aug 03 2015 Peter Jones <pjones@redhat.com> - 2.02-0.20
8e15ce
- The previous fix was completely not right, so fix it a different way.
8e15ce
  Resolves: rhbz#1249668
8e15ce
8e15ce
* Fri Jul 31 2015 Peter Jones <pjones@redhat.com> - 2.02-0.19
8e15ce
- Fix grub2-mkconfig's sort to put kernels in the right order.
8e15ce
  Related: rhbz#1124074
8e15ce
8e15ce
* Thu Jul 30 2015 Peter Jones <pjones@redhat.com> - 2.02-0.18
8e15ce
- Fix a build failure on aarch64
8e15ce
8e15ce
* Wed Jul 22 2015 Peter Jones <pjones@redhat.com> - 2.02-0.17
8e15ce
- Don't build hardened (fixes FTBFS) (pbrobinson)
8e15ce
- Reconcile with the current upstream
8e15ce
- Fixes for gcc 5
8e15ce
8e15ce
* Tue Apr 28 2015 Peter Jones <pjones@redhat.com> - 2.02-0.16
8e15ce
- Make grub2-mkconfig produce the kernel titles we actually want.
8e15ce
  Resolves: rhbz#1215839
8e15ce
8e15ce
* Sat Feb 21 2015 Till Maas <opensource@till.name>
8e15ce
- Rebuilt for Fedora 23 Change
8e15ce
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
8e15ce
8e15ce
* Mon Jan 05 2015 Peter Jones <pjones@redhat.com> - 2.02-0.15
8e15ce
- Bump release to rebuild with Ralf Corsépius's fixes.
8e15ce
8e15ce
* Sun Jan 04 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.02-0.14
8e15ce
- Move grub2.info/grub2-dev.info install-info scriptlets into *-tools package.
8e15ce
- Use sub-shell in %%__debug_install_post (RHBZ#1168732).
8e15ce
- Cleanup grub2-starfield-theme packaging.
8e15ce
8e15ce
* Thu Dec 04 2014 Peter Jones <pjones@redhat.com> - 2.02-0.13
8e15ce
- Update minilzo to 2.08 for CVE-2014-4607
8e15ce
  Resolves: rhbz#1131793
8e15ce
8e15ce
* Thu Nov 13 2014 Peter Jones <pjones@redhat.com> - 2.02-0.12
8e15ce
- Make backtrace and usb conditional on !arm
8e15ce
- Make sure gcdaa64.efi is packaged.
8e15ce
  Resolves: rhbz#1163481
8e15ce
8e15ce
* Fri Nov 07 2014 Peter Jones <pjones@redhat.com> - 2.02-0.11
8e15ce
- fix a copy-paste error in patch 0154.
8e15ce
  Resolves: rhbz#964828
8e15ce
8e15ce
* Mon Oct 27 2014 Peter Jones <pjones@redhat.com> - 2.02-0.10
8e15ce
- Try to emit linux16/initrd16 and linuxefi/initrdefi when appropriate
8e15ce
  in 30_os-prober.
8e15ce
  Resolves: rhbz#1108296
8e15ce
- If $fw_path doesn't work to find the config file, try $prefix as well
8e15ce
  Resolves: rhbz#1148652
8e15ce
8e15ce
* Mon Sep 29 2014 Peter Jones <pjones@redhat.com> - 2.02-0.9
8e15ce
- Clean up the build a bit to make it faster
8e15ce
- Make grubenv work right on UEFI machines
8e15ce
  Related: rhbz#1119943
8e15ce
- Sort debug and rescue kernels later than normal ones
8e15ce
  Related: rhbz#1065360
8e15ce
- Allow "fallback" to include entries by title as well as number.
8e15ce
  Related: rhbz#1026084
8e15ce
- Fix a segfault on aarch64.
8e15ce
- Load arm with SB enabled if available.
8e15ce
- Add some serial port options to GRUB_MODULES.
8e15ce
8e15ce
* Tue Aug 19 2014 Peter Jones <pjones@redhat.com> - 2.02-0.8
8e15ce
- Add ppc64le support.
8e15ce
  Resolves: rhbz#1125540
8e15ce
8e15ce
* Thu Jul 24 2014 Peter Jones <pjones@redhat.com> - 2.02-0.7
8e15ce
- Enabled syslinuxcfg module.
8e15ce
8e15ce
* Wed Jul 02 2014 Peter Jones <pjones@redhat.com> - 2.02-0.6
8e15ce
- Re-merge RHEL 7 changes and ARM works in progress.
8e15ce
8e15ce
* Mon Jun 30 2014 Peter Jones <pjones@redhat.com> - 2.02-0.5
8e15ce
- Avoid munging raw spaces when we're escaping command line arguments.
8e15ce
  Resolves: rhbz#923374
8e15ce
8e15ce
* Tue Jun 24 2014 Peter Jones <pjones@redhat.com> - 2.02-0.4
8e15ce
- Update to latest upstream.
8e15ce
8e15ce
* Thu Mar 13 2014 Peter Jones <pjones@redhat.com> - 2.02-0.3
8e15ce
- Merge in RHEL 7 changes and ARM works in progress.
8e15ce
8e15ce
* Mon Jan 06 2014 Peter Jones <pjones@redhat.com> - 2.02-0.2
8e15ce
- Update to grub-2.02~beta2
8e15ce
8e15ce
* Sat Aug 10 2013 Peter Jones <pjones@redhat.com> - 2.00-25
8e15ce
- Last build failed because of a hardware error on the builder.
8e15ce
8e15ce
* Mon Aug 05 2013 Peter Jones <pjones@redhat.com> - 2.00-24
8e15ce
- Fix compiler flags to deal with -fstack-protector-strong
8e15ce
8e15ce
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.00-24
8e15ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8e15ce
8e15ce
* Tue Jul 02 2013 Dennis Gilmore <dennis@ausil.us> - 2.00-23
8e15ce
- add epoch to obsoletes
8e15ce
8e15ce
* Fri Jun 21 2013 Peter Jones <pjones@redhat.com> - 2.00-22
8e15ce
- Fix linewrapping in edit menu.
8e15ce
  Resolves: rhbz #976643
8e15ce
8e15ce
* Thu Jun 20 2013 Peter Jones <pjones@redhat.com> - 2.00-21
8e15ce
- Fix obsoletes to pull in -starfield-theme subpackage when it should.
8e15ce
8e15ce
* Fri Jun 14 2013 Peter Jones <pjones@redhat.com> - 2.00-20
8e15ce
- Put the theme entirely ento the subpackage where it belongs (#974667)
8e15ce
8e15ce
* Wed Jun 12 2013 Peter Jones <pjones@redhat.com> - 2.00-19
8e15ce
- Rebase to upstream snapshot.
8e15ce
- Fix PPC build error (#967862)
8e15ce
- Fix crash on net_bootp command (#960624)
8e15ce
- Reset colors on ppc when appropriate (#908519)
8e15ce
- Left align "Loading..." messages (#908492)
8e15ce
- Fix probing of SAS disks on PPC (#953954)
8e15ce
- Add support for UEFI OSes returned by os-prober
8e15ce
- Disable "video" mode on PPC for now (#973205)
8e15ce
- Make grub fit better into the boot sequence, visually (#966719)
8e15ce
8e15ce
* Fri May 10 2013 Matthias Clasen <mclasen@redhat.com> - 2.00-18
8e15ce
- Move the starfield theme to a subpackage (#962004)
8e15ce
- Don't allow SSE or MMX on UEFI builds (#949761)
8e15ce
8e15ce
* Wed Apr 24 2013 Peter Jones <pjones@redhat.com> - 2.00-17.pj0
8e15ce
- Rebase to upstream snapshot.
8e15ce
8e15ce
* Thu Apr 04 2013 Peter Jones <pjones@redhat.com> - 2.00-17
8e15ce
- Fix booting from drives with 4k sectors on UEFI.
8e15ce
- Move bash completion to new location (#922997)
8e15ce
- Include lvm support for /boot (#906203)
8e15ce
8e15ce
* Thu Feb 14 2013 Peter Jones <pjones@redhat.com> - 2.00-16
8e15ce
- Allow the user to disable submenu generation
8e15ce
- (partially) support BLS-style configuration stanzas.
8e15ce
8e15ce
* Tue Feb 12 2013 Peter Jones <pjones@redhat.com> - 2.00-15.pj0
8e15ce
- Add various config file related changes.
8e15ce
8e15ce
* Thu Dec 20 2012 Dennis Gilmore <dennis@ausil.us> - 2.00-15
8e15ce
- bump nvr
8e15ce
8e15ce
* Mon Dec 17 2012 Karsten Hopp <karsten@redhat.com> 2.00-14
8e15ce
- add bootpath device to the device list (pfsmorigo, #886685)
8e15ce
8e15ce
* Tue Nov 27 2012 Peter Jones <pjones@redhat.com> - 2.00-13
8e15ce
- Add vlan tag support (pfsmorigo, #871563)
8e15ce
- Follow symlinks during PReP installation in grub2-install (pfsmorigo, #874234)
8e15ce
- Improve search paths for config files on network boot (pfsmorigo, #873406)
8e15ce
8e15ce
* Tue Oct 23 2012 Peter Jones <pjones@redhat.com> - 2.00-12
8e15ce
- Don't load modules when grub transitions to "normal" mode on UEFI.
8e15ce
8e15ce
* Mon Oct 22 2012 Peter Jones <pjones@redhat.com> - 2.00-11
8e15ce
- Rebuild with newer pesign so we'll get signed with the final signing keys.
8e15ce
8e15ce
* Thu Oct 18 2012 Peter Jones <pjones@redhat.com> - 2.00-10
8e15ce
- Various PPC fixes.
8e15ce
- Fix crash fetching from http (gustavold, #860834)
8e15ce
- Issue separate dns queries for ipv4 and ipv6 (gustavold, #860829)
8e15ce
- Support IBM CAS reboot (pfsmorigo, #859223)
8e15ce
- Include all modules in the core image on ppc (pfsmorigo, #866559)
8e15ce
8e15ce
* Mon Oct 01 2012 Peter Jones <pjones@redhat.com> - 1:2.00-9
8e15ce
- Work around bug with using "\x20" in linux command line.
8e15ce
  Related: rhbz#855849
8e15ce
8e15ce
* Thu Sep 20 2012 Peter Jones <pjones@redhat.com> - 2.00-8
8e15ce
- Don't error on insmod on UEFI/SB, but also don't do any insmodding.
8e15ce
- Increase device path size for ieee1275
8e15ce
  Resolves: rhbz#857936
8e15ce
- Make network booting work on ieee1275 machines.
8e15ce
  Resolves: rhbz#857936
8e15ce
8e15ce
* Wed Sep 05 2012 Matthew Garrett <mjg@redhat.com> - 2.00-7
8e15ce
- Add Apple partition map support for EFI
8e15ce
8e15ce
* Thu Aug 23 2012 David Cantrell <dcantrell@redhat.com> - 2.00-6
8e15ce
- Only require pesign on EFI architectures (#851215)
8e15ce
8e15ce
* Tue Aug 14 2012 Peter Jones <pjones@redhat.com> - 2.00-5
8e15ce
- Work around AHCI firmware bug in efidisk driver.
8e15ce
- Move to newer pesign macros
8e15ce
- Don't allow insmod if we're in secure-boot mode.
8e15ce
8e15ce
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com>
8e15ce
- Split module lists for UEFI boot vs UEFI cd images.
8e15ce
- Add raid modules for UEFI image (related: #750794)
8e15ce
- Include a prelink whitelist for binaries that need execstack (#839813)
8e15ce
- Include fix efi memory map fix from upstream (#839363)
8e15ce
8e15ce
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com> - 2.00-4
8e15ce
- Correct grub-mkimage invocation to use efidir RPM macro (jwb)
8e15ce
- Sign with test keys on UEFI systems.
8e15ce
- PPC - Handle device paths with commas correctly.
8e15ce
  Related: rhbz#828740
8e15ce
8e15ce
* Wed Jul 25 2012 Peter Jones <pjones@redhat.com> - 2.00-3
8e15ce
- Add some more code to support Secure Boot, and temporarily disable
8e15ce
  some other bits that don't work well enough yet.
8e15ce
  Resolves: rhbz#836695
8e15ce
8e15ce
* Wed Jul 11 2012 Matthew Garrett <mjg@redhat.com> - 2.00-2
8e15ce
- Set a prefix for the image - needed for installer work
8e15ce
- Provide the font in the EFI directory for the same reason
8e15ce
8e15ce
* Thu Jun 28 2012 Peter Jones <pjones@redhat.com> - 2.00-1
8e15ce
- Rebase to grub-2.00 release.
8e15ce
8e15ce
* Mon Jun 18 2012 Peter Jones <pjones@redhat.com> - 2.0-0.37.beta6
8e15ce
- Fix double-free in grub-probe.
8e15ce
8e15ce
* Wed Jun 06 2012 Peter Jones <pjones@redhat.com> - 2.0-0.36.beta6
8e15ce
- Build with patch19 applied.
8e15ce
8e15ce
* Wed Jun 06 2012 Peter Jones <pjones@redhat.com> - 2.0-0.35.beta6
8e15ce
- More ppc fixes.
8e15ce
8e15ce
* Wed Jun 06 2012 Peter Jones <pjones@redhat.com> - 2.0-0.34.beta6
8e15ce
- Add IBM PPC fixes.
8e15ce
8e15ce
* Mon Jun 04 2012 Peter Jones <pjones@redhat.com> - 2.0-0.33.beta6
8e15ce
- Update to beta6.
8e15ce
- Various fixes from mads.
8e15ce
8e15ce
* Fri May 25 2012 Peter Jones <pjones@redhat.com> - 2.0-0.32.beta5
8e15ce
- Revert builddep change for crt1.o; it breaks ppc build.
8e15ce
8e15ce
* Fri May 25 2012 Peter Jones <pjones@redhat.com> - 2.0-0.31.beta5
8e15ce
- Add fwsetup command (pjones)
8e15ce
- More ppc fixes (IBM)
8e15ce
8e15ce
* Tue May 22 2012 Peter Jones <pjones@redhat.com> - 2.0-0.30.beta5
8e15ce
- Fix the /other/ grub2-tools require to include epoch.
8e15ce
8e15ce
* Mon May 21 2012 Peter Jones <pjones@redhat.com> - 2.0-0.29.beta5
8e15ce
- Get rid of efi_uga and efi_gop, favoring all_video instead.
8e15ce
8e15ce
* Mon May 21 2012 Peter Jones <pjones@redhat.com> - 2.0-0.28.beta5
8e15ce
- Name grub.efi something that's arch-appropriate (kiilerix, pjones)
8e15ce
- use EFI/$SOMETHING_DISTRO_BASED/ not always EFI/redhat/grub2-efi/ .
8e15ce
- move common stuff to -tools (kiilerix)
8e15ce
- spec file cleanups (kiilerix)
8e15ce
8e15ce
* Mon May 14 2012 Peter Jones <pjones@redhat.com> - 2.0-0.27.beta5
8e15ce
- Fix module trampolining on ppc (benh)
8e15ce
8e15ce
* Thu May 10 2012 Peter Jones <pjones@redhat.com> - 2.0-0.27.beta5
8e15ce
- Fix license of theme (mizmo)
8e15ce
  Resolves: rhbz#820713
8e15ce
- Fix some PPC bootloader detection IBM problem
8e15ce
  Resolves: rhbz#820722
8e15ce
8e15ce
* Thu May 10 2012 Peter Jones <pjones@redhat.com> - 2.0-0.26.beta5
8e15ce
- Update to beta5.
8e15ce
- Update how efi building works (kiilerix)
8e15ce
- Fix theme support to bring in fonts correctly (kiilerix, pjones)
8e15ce
8e15ce
* Wed May 09 2012 Peter Jones <pjones@redhat.com> - 2.0-0.25.beta4
8e15ce
- Include theme support (mizmo)
8e15ce
- Include locale support (kiilerix)
8e15ce
- Include html docs (kiilerix)
8e15ce
8e15ce
* Thu Apr 26 2012 Peter Jones <pjones@redhat.com> - 2.0-0.24
8e15ce
- Various fixes from Mads Kiilerich
8e15ce
8e15ce
* Thu Apr 19 2012 Peter Jones <pjones@redhat.com> - 2.0-0.23
8e15ce
- Update to 2.00~beta4
8e15ce
- Make fonts work so we can do graphics reasonably
8e15ce
8e15ce
* Thu Mar 29 2012 David Aquilina <dwa@redhat.com> - 2.0-0.22
8e15ce
- Fix ieee1275 platform define for ppc
8e15ce
8e15ce
* Thu Mar 29 2012 Peter Jones <pjones@redhat.com> - 2.0-0.21
8e15ce
- Remove ppc excludearch lines (dwa)
8e15ce
- Update ppc terminfo patch (hamzy)
8e15ce
8e15ce
* Wed Mar 28 2012 Peter Jones <pjones@redhat.com> - 2.0-0.20
8e15ce
- Fix ppc64 vs ppc exclude according to what dwa tells me they need
8e15ce
- Fix version number to better match policy.
8e15ce
8e15ce
* Tue Mar 27 2012 Dan Horák <dan[at]danny.cz> - 1.99-19.2
8e15ce
- Add support for serial terminal consoles on PPC by Mark Hamzy
8e15ce
8e15ce
* Sun Mar 25 2012 Dan Horák <dan[at]danny.cz> - 1.99-19.1
8e15ce
- Use Fix-tests-of-zeroed-partition patch by Mark Hamzy
8e15ce
8e15ce
* Thu Mar 15 2012 Peter Jones <pjones@redhat.com> - 1.99-19
8e15ce
- Use --with-grubdir= on configure to make it behave like -17 did.
8e15ce
8e15ce
* Wed Mar 14 2012 Peter Jones <pjones@redhat.com> - 1.99-18
8e15ce
- Rebase from 1.99 to 2.00~beta2
8e15ce
8e15ce
* Wed Mar 07 2012 Peter Jones <pjones@redhat.com> - 1.99-17
8e15ce
- Update for newer autotools and gcc 4.7.0
8e15ce
  Related: rhbz#782144
8e15ce
- Add /etc/sysconfig/grub link to /etc/default/grub
8e15ce
  Resolves: rhbz#800152
8e15ce
- ExcludeArch s390*, which is not supported by this package.
8e15ce
  Resolves: rhbz#758333
8e15ce
8e15ce
* Fri Feb 17 2012 Orion Poplawski <orion@cora.nwra.com> - 1:1.99-16
8e15ce
- Build with -Os (bug 782144)
8e15ce
8e15ce
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.99-15
8e15ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8e15ce
8e15ce
* Wed Dec 14 2011 Matthew Garrett <mjg@redhat.com> - 1.99-14
8e15ce
- fix up various grub2-efi issues
8e15ce
8e15ce
* Thu Dec 08 2011 Adam Williamson <awilliam@redhat.com> - 1.99-13
8e15ce
- fix hardwired call to grub-probe in 30_os-prober (rhbz#737203)
8e15ce
8e15ce
* Mon Nov 07 2011 Peter Jones <pjones@redhat.com> - 1.99-12
8e15ce
- Lots of .spec fixes from Mads Kiilerich:
8e15ce
  Remove comment about update-grub - it isn't run in any scriptlets
8e15ce
  patch info pages so they can be installed and removed correctly when renamed
8e15ce
  fix references to grub/grub2 renames in info pages (#743964)
8e15ce
  update README.Fedora (#734090)
8e15ce
  fix comments for the hack for upgrading from grub2 < 1.99-4
8e15ce
  fix sed syntax error preventing use of $RPM_OPT_FLAGS (#704820)
8e15ce
  make /etc/grub2*.cfg %%config(noreplace)
8e15ce
  make grub.cfg %%ghost - an empty file is of no use anyway
8e15ce
  create /etc/default/grub more like anaconda would create it (#678453)
8e15ce
  don't create rescue entries by default - grubby will not maintain them anyway
8e15ce
  set GRUB_SAVEDEFAULT=true so saved defaults works (rbhz#732058)
8e15ce
  grub2-efi should have its own bash completion
8e15ce
  don't set gfxpayload in efi mode - backport upstream r3402
8e15ce
- Handle dmraid better. Resolves: rhbz#742226
8e15ce
8e15ce
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.99-11
8e15ce
- Rebuilt for glibc bug#747377
8e15ce
8e15ce
* Wed Oct 19 2011 Adam Williamson <awilliam@redhat.com> - 1.99-10
8e15ce
- /etc/default/grub is explicitly intended for user customization, so
8e15ce
  mark it as config(noreplace)
8e15ce
8e15ce
* Tue Oct 11 2011 Peter Jones <pjones@redhat.com> - 1.99-9
8e15ce
- grub has an epoch, so we need that expressed in the obsolete as well.
8e15ce
  Today isn't my day.
8e15ce
8e15ce
* Tue Oct 11 2011 Peter Jones <pjones@redhat.com> - 1.99-8
8e15ce
- Fix my bad obsoletes syntax.
8e15ce
8e15ce
* Thu Oct 06 2011 Peter Jones <pjones@redhat.com> - 1.99-7
8e15ce
- Obsolete grub
8e15ce
  Resolves: rhbz#743381
8e15ce
8e15ce
* Wed Sep 14 2011 Peter Jones <pjones@redhat.com> - 1.99-6
8e15ce
- Use mv not cp to try to avoid moving disk blocks around for -5 fix
8e15ce
  Related: rhbz#735259
8e15ce
- handle initramfs on xen better (patch from Marko Ristola)
8e15ce
  Resolves: rhbz#728775
8e15ce
8e15ce
* Sat Sep 03 2011 Kalev Lember <kalevlember@gmail.com> - 1.99-5
8e15ce
- Fix upgrades from grub2 < 1.99-4 (#735259)
8e15ce
8e15ce
* Fri Sep 02 2011 Peter Jones <pjones@redhat.com> - 1.99-4
8e15ce
- Don't do sysadminny things in %%preun or %%post ever. (#735259)
8e15ce
- Actually include the changelog in this build (sorry about -3)
8e15ce
8e15ce
* Thu Sep 01 2011 Peter Jones <pjones@redhat.com> - 1.99-2
8e15ce
- Require os-prober (#678456) (patch from Elad Alfassa)
8e15ce
- Require which (#734959) (patch from Elad Alfassa)
8e15ce
8e15ce
* Thu Sep 01 2011 Peter Jones <pjones@redhat.com> - 1.99-1
8e15ce
- Update to grub-1.99 final.
8e15ce
- Fix crt1.o require on x86-64 (fix from Mads Kiilerich)
8e15ce
- Various CFLAGS fixes (from Mads Kiilerich)
8e15ce
  - -fexceptions and -m64
8e15ce
- Temporarily ignore translations (from Mads Kiilerich)
8e15ce
8e15ce
* Thu Jul 21 2011 Peter Jones <pjones@redhat.com> - 1.99-0.3
8e15ce
- Use /sbin not /usr/sbin .
8e15ce
8e15ce
* Thu Jun 23 2011 Peter Lemenkov <lemenkov@gmail.com> - 1:1.99-0.2
8e15ce
- Fixes for ppc and ppc64
8e15ce
8e15ce
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.98-4
8e15ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild