From 278c4f9a036a9bfcbccb33c66373659ab7333f78 Mon Sep 17 00:00:00 2001 From: zhangqiumiao Date: Sat, 26 Nov 2022 10:44:35 +0800 Subject: [PATCH] Fix the wrong url of Source0 and modify the name of the source tarball Signed-off-by: zhangqiumiao --- efibootmgr-18.tar.gz => 18.tar.gz | Bin efibootmgr.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename efibootmgr-18.tar.gz => 18.tar.gz (100%) diff --git a/efibootmgr-18.tar.gz b/18.tar.gz similarity index 100% rename from efibootmgr-18.tar.gz rename to 18.tar.gz diff --git a/efibootmgr.spec b/efibootmgr.spec index ae803a3..37bc788 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,10 +1,10 @@ Name: efibootmgr -Release: 1 +Release: 2 Version: 18 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ URL: https://github.com/rhboot/%{name}/ -Source0: https://github.com/rhboot/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/rhboot/%{name}/archive/refs/tags/%{version}.tar.gz BuildRequires: gcc @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Fri Nov 25 2022 zhangqiumiao - 18-2 +- Fix the wrong url of Source0 and modify the name of the source tarball + * Tue Oct 18 2022 zhangqiumiao - 18-1 - update to verion 18 -- Gitee