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