Rebuild to fix cert issue

Resolves: #RHEL-217997
Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
Nicolas Frayer 2026-08-13 18:39:11 +02:00
parent c9ecb0dfe8
commit c1fdb8c254

View File

@ -17,7 +17,7 @@
Name: grub2
Epoch: 1
Version: 2.12
Release: 54%{?dist}
Release: 55%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more
License: GPL-3.0-or-later
URL: http://www.gnu.org/software/grub/
@ -675,6 +675,10 @@ grub_install || :
%endif
%changelog
* Thu Aug 13 2026 Nicolas Frayer <nfrayer@redhat.com> - 2.12-55
- Rebuild to fix cert issue
- Resolves: #RHEL-217997
* Mon Jul 20 2026 Leo Sandoval <lsandova@redhat.com> - 2.12-54
- Run grub2-install automatically on grub2-pc posttrans
- Resolves: #RHEL-188047