Debrand for AlmaLinux

Build btrfs module

Drop backtrace module from riscv64-efi CC image
This commit is contained in:
Eduard Abdullin 2026-07-22 01:48:18 +00:00 committed by root
commit 3f390b43bc

View File

@ -17,7 +17,7 @@
Name: grub2
Epoch: 1
Version: 2.12
Release: 51%{?dist}.alma.1
Release: 52%{?dist}.alma.1
Summary: Bootloader with support for Linux, Multiboot and more
License: GPL-3.0-or-later
URL: http://www.gnu.org/software/grub/
@ -332,6 +332,16 @@ ln -s ../grub2-systemd-integration.service \
%undefine buildsubdir
%check
%if 0%{with_efi_arch}
pesigcheck -i $RPM_BUILD_ROOT%{efi_esp_dir}/%{grubefiname} -n0 -c %{sb_cer}
pesigcheck -i $RPM_BUILD_ROOT%{efi_esp_dir}/%{grubeficdname} -n0 -c %{sb_cer}
%endif
%if 0%{with_alt_efi_arch}
pesigcheck -i $RPM_BUILD_ROOT%{efi_esp_dir}/%{grubaltefiname} -n0 -c %{sb_cer}
pesigcheck -i $RPM_BUILD_ROOT%{efi_esp_dir}/%{grubalteficdname} -n0 -c %{sb_cer}
%endif
%pre tools
if [ -f /boot/grub2/user.cfg ]; then
if grep -q '^GRUB_PASSWORD=' /boot/grub2/user.cfg ; then
@ -587,11 +597,15 @@ fi
%endif
%changelog
* Fri Jul 03 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:2.12-51.alma.1
* Wed Jul 22 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:2.12-52.alma.1
- Debrand for AlmaLinux
- Build btrfs module
- Drop backtrace module from riscv64-efi CC image
* Fri Jul 17 2026 Marta Lewandowska <mlewando@redhat.com> - 2.12-52
- Add pesigcheck to spec
- Resolves: #RHEL-188361
* Thu Jul 02 2026 Nicolas Frayer <nfrayer@redhat.com> - 2.12-51
- ieee1275/powerpc: implements fibre channel discovery for ofpathname
- Resolves: #RHEL-102160