From 0976cdac5dff9d89ed4a0c6338bbd9da6ca40d65 Mon Sep 17 00:00:00 2001 From: hanzj0122_admin <961123325@qq.com> Date: Thu, 10 Sep 2020 18:59:56 +0800 Subject: [PATCH] solve source url problem --- efibootmgr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/efibootmgr.spec b/efibootmgr.spec index dcc125e..79eb6b6 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,10 +1,10 @@ Name: efibootmgr -Release: 1 +Release: 2 Version: 17 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ URL: https://github.com/rhboot/%{name}/ -Source0: https://github.com/rhboot/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/rhboot/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: remove_extra_decl.patch @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Thu Sep 10 2020 hanzhijun - 17-2 +- solve source url problem + * Sat Aug 29 2020 yuboyun - 17-1 - update to 17 -- Gitee