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