Appease upgrade tests by keeping deprecated version in lockstep

Resolves: #2105118
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-07-20 16:52:53 +00:00
parent 20384091ff
commit 1a2bab6d67
1 changed files with 6 additions and 2 deletions

View File

@ -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 <rharwood@redhat.com> - 8.40-59
- Appease upgrade tests by keeping deprecated version in lockstep
- Resolves: #2105118
* Tue Jul 19 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-58
- Clarify that grub files aren't used on s390x in man page
- Resolves: #2105118