Debrand for AlmaLinux

This commit is contained in:
Eduard Abdullin 2026-06-03 14:17:23 +00:00 committed by root
commit 224fb36dad
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
grub,3,Free Software Foundation,grub,@@VERSION@@,https//www.gnu.org/software/grub/
grub,5,Free Software Foundation,grub,@@VERSION@@,https//www.gnu.org/software/grub/
grub.rh,2,Red Hat,grub2,@@RHEL_VERSION_RELEASE@@,mailto:secalert@redhat.com
grub.almalinux,2,AlmaLinux,grub2,@@VERSION_RELEASE@@,mailto:security@almalinux.org

View File

@ -11,7 +11,7 @@
Name: grub2
Epoch: 1
Version: 2.02
Release: 170%{?dist}.1.alma.1
Release: 170%{?dist}.2.alma.1
Summary: Bootloader with support for Linux, Multiboot and more
Group: System Environment/Base
License: GPLv3+
@ -545,9 +545,13 @@ fi
%endif
%changelog
* Tue Mar 17 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:2.02-170.1.alma.1
* Wed Jun 03 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:2.02-170.2.alma.1
- Debrand for AlmaLinux
* Mon May 18 2026 Nicolas Frayer <nfrayer@redhat.com> - 2.02-170.2
- Bump sbat to grub,5
- Resolves: #RHEL-177648
* Thu Feb 19 2026 Therese Cornell <tcornell@redhat.com> - 2.02-170.1
- Fixes CVE-2025-61662 Missing unregister call for gettext command may lead to use-after-free
- Resolves: #RHEL-141583