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:
parent
8c3027c96d
commit
43e2aa7f54
@ -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 <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
|
||||
- update to verion 18
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user