From 74ff4810be5e83e60a65d1d5c769f2b5fb531cb7 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 17 Aug 2022 15:17:48 +0000 Subject: [PATCH] Mark package as obsoleting -deprecated Resolves: #2117817 Signed-off-by: Robbie Harwood --- grubby.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/grubby.spec b/grubby.spec index a6ef7ca..9c17bff 100644 --- a/grubby.spec +++ b/grubby.spec @@ -3,7 +3,7 @@ Name: grubby Version: 8.40 -Release: 64%{?dist} +Release: 65%{?dist} Summary: Command line tool for updating bootloader configs License: GPLv2+ Source1: grubby-bls @@ -36,6 +36,7 @@ Requires: util-linux ExcludeArch: %{ix86} Conflicts: uboot-tools < 2021.01-0.1.rc2 Obsoletes: %{name}-bls < %{version}-%{release} +Obsoletes: %{name}-deprecated < %{version}-%{release} %description This package provides a grubby compatibility script that manages @@ -83,6 +84,10 @@ fi %{_mandir}/man8/grubby.8* %changelog +* Wed Aug 17 2022 Robbie Harwood - 8.40-65 +- Mark package as obsoleting -deprecated +- Resolves: #2117817 + * Tue Aug 02 2022 Robbie Harwood - 8.40-64 - Handle updating /etc/kernel/cmdline