|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
Name: grub2
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 2.06
|
|
|
|
|
Release: 46%{?dist}.3.alma
|
|
|
|
|
Release: 46%{?dist}.3.alma.1
|
|
|
|
|
Summary: Bootloader with support for Linux, Multiboot and more
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: http://www.gnu.org/software/grub/
|
|
|
|
@ -44,7 +44,7 @@ Source12: sbat.csv.in
|
|
|
|
|
%define sb_cer %{_datadir}/pki/sb-certs/secureboot-grub2-%{_arch}.cer
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%define sb_key clsecureboot001
|
|
|
|
|
%define sb_key almalinuxsecurebootca0
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc efi-srpm-macros
|
|
|
|
|
BuildRequires: flex bison binutils python3
|
|
|
|
@ -525,6 +525,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 09 2023 Eduard Abdullin <eabdullin@almalinux.org> - 2.06-46.el9_1.3.alma.1
|
|
|
|
|
- Use AlmaLinux cert
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Eduard Abdullin <eabdullin@almalinux.org> - 2.06-46.el9_1.3.alma
|
|
|
|
|
- Debrand for AlmaLinux
|
|
|
|
|
|
|
|
|
|