From 69afd9d3a256939e39d6d222a3b9491fc3d25429 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 22 Sep 2021 18:14:25 +0000 Subject: [PATCH] Rebuild because our CI infrastructure doesn't work right Resolves: rhbz#2006784 --- grub2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 331730b..b191103 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -523,6 +523,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Wed Sep 22 2021 Robbie Harwood - 2.06-2 +- Rebuild because our CI infrastructure doesn't work right + Resolves: rhbz#2006784 + * Tue Aug 31 2021 Javier Martinez Canillas - 2.06-1 - Update to 2.06 final release and ton of fixes Resolves: rhbz#1976771