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 ae803a308e81cec8aeea2ac30e479416a4df22cc..37bc78865273df435a558dbab6eb622b309b336a 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