From cd310a64ebf80192bf6e88a693d8e6e7ba0e6ce1 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 22 May 2024 10:45:04 +0800 Subject: [PATCH] fix source link --- grubby.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grubby.spec b/grubby.spec index 3484080..71afae2 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,4 +1,4 @@ -%define anolis_release 43 +%define anolis_release 44 Name: grubby Version: 8.40 @@ -7,7 +7,7 @@ Summary: Command line tool for updating bootloader configs Group: System Environment/Base License: GPLv2+ URL: https://github.com/rhboot/grubby -Source0: https://github.com/rhboot/grubby/archive/refs/tags/%{name}-%{version}-1.tar.gz +Source0: https://github.com/rhboot/grubby/archive/%{version}-1/%{name}-%{version}-1.tar.gz Source1: grubby-bls Source2: grubby.in Source3: installkernel.in @@ -123,6 +123,9 @@ install -m 0644 %{SOURCE7} %{buildroot}%{_mandir}/man8/ %doc TODO %changelog +* Wed May 22 2024 mgb01105731 - 8.40-44 +- fix source link + * Mon Jan 2 2023 Funda Wang - 8.40-43 - Bump release for upgrading from anolis 8 -- Gitee