Fix the wrong url of Source0 and modify the name of the source tarball

Signed-off-by: zhangqiumiao <zhangqiumiao1@huawei.com>
This commit is contained in:
zhangqiumiao 2022-11-25 10:33:32 +08:00
parent 8c3027c96d
commit 43e2aa7f54
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,10 @@
Name: efibootmgr Name: efibootmgr
Release: 1 Release: 2
Version: 18 Version: 18
Summary: A tool manipulating the EFI Boot Manager Summary: A tool manipulating the EFI Boot Manager
License: GPLv2+ License: GPLv2+
URL: https://github.com/rhboot/%{name}/ 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 BuildRequires: gcc
@ -47,6 +47,9 @@ rm -rf %{buildroot}
%{_mandir}/*/*.?.gz %{_mandir}/*/*.?.gz
%changelog %changelog
* Fri Nov 25 2022 zhangqiumiao <zhangqiumiao1@huawei.com> - 18-2
- Fix the wrong url of Source0 and modify the name of the source tarball
* Tue Oct 18 2022 zhangqiumiao <zhangqiumiao1@huawei.com> - 18-1 * Tue Oct 18 2022 zhangqiumiao <zhangqiumiao1@huawei.com> - 18-1
- update to verion 18 - update to verion 18