diff --git a/grub.macros b/grub.macros index 5038650..dd7ec26 100644 --- a/grub.macros +++ b/grub.macros @@ -401,7 +401,7 @@ install -m 644 %{1}.conf ${RPM_BUILD_ROOT}/etc/dnf/protected.d/ \ rm -f %{1}.conf \ %{nil} -%global grub_modules " all_video boot blscfg \\\ +%global grub_modules " all_video boot blscfg btrfs \\\ cat configfile cryptodisk \\\ echo ext2 f2fs fat font \\\ gcry_rijndael gcry_rsa gcry_serpent \\\ diff --git a/grub2.spec b/grub2.spec index 55c836f..663a1e0 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 20%{?dist}.alma.1 +Release: 20%{?dist}.alma.2 Summary: Bootloader with support for Linux, Multiboot and more License: GPL-3.0-or-later URL: http://www.gnu.org/software/grub/ @@ -574,6 +574,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Tue Jun 10 2025 Andrew Lukoshko - 1:2.12-20.alma.2 +- Build btrfs module + * Wed Jun 04 2025 Eduard Abdullin - 1:2.12-20.alma.1 - Debrand for AlmaLinux