diff --git a/grubby.spec b/grubby.spec index 3c46a08..3a4eea5 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 58%{?dist} +Release: 59%{?dist} Summary: Command line tool for updating bootloader configs License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -94,7 +94,7 @@ fi %package deprecated Summary: Legacy command line tool for updating bootloader configs -Conflicts: %{name} <= 8.40-18 +Conflicts: grubby < %{version}-%{release} %description deprecated This package provides deprecated, legacy grubby. This is for temporary @@ -131,6 +131,10 @@ current boot environment. %{_mandir}/man8/*.8* %changelog +* Wed Jul 20 2022 Robbie Harwood - 8.40-59 +- Appease upgrade tests by keeping deprecated version in lockstep +- Resolves: #2105118 + * Tue Jul 19 2022 Robbie Harwood - 8.40-58 - Clarify that grub files aren't used on s390x in man page - Resolves: #2105118