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

From: @zhangqiumiao 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2022-11-26 02:29:45 +00:00 committed by Gitee
commit bdf8f855e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -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