From cc6f0891b4f38d89dd25de198067e7bbcc825570 Mon Sep 17 00:00:00 2001 From: ouuleilei Date: Wed, 15 May 2024 16:12:58 +0800 Subject: [PATCH] Mark package as obsoleting -deprecated --- grubby.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/grubby.spec b/grubby.spec index 63ca13d..b72da02 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 33 +Release: 34 Summary: Update and display information about the configuration files License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -47,6 +47,8 @@ BuildRequires: grub2-tools-minimal Requires: grub2-tools grub2-tools-minimal %endif +Obsoletes: %{name}-deprecated < %{version}-%{release} + %description grubby is a command line tool for updating and displaying information about the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc) @@ -116,6 +118,9 @@ sed -e "s,@@LIBEXECDIR@@,%{_libexecdir}/installkernel,g" %{SOURCE3} > %{buildroo %{_mandir}/man8/*.8* %changelog +* Wed May 15 2024 ouuleilei - 8.40-34 +- Mark package as obsoleting -deprecated + * Fri May 10 2024 ouuleilei - 8.40-33 - add riscv64 support -- Gitee