!8 Fix source0 url in spec file

Merge pull request !8 from lihaotian/new_3
This commit is contained in:
openeuler-ci-bot 2020-09-03 16:29:29 +08:00 committed by Gitee
commit fd9512bb60

View File

@ -1,10 +1,10 @@
Name: fxload Name: fxload
Version: 2008_10_13 Version: 2008_10_13
Release: 15 Release: 16
Summary: A program which downloads firmware to USB devices Summary: A program which downloads firmware to USB devices
License: GPLv2+ License: GPLv2+
URL: http://linux-hotplug.sourceforge.net/ URL: http://linux-hotplug.sourceforge.net/
Source0: https://netix.dl.sourceforge.net/projects/linux-hotplug/fxload/2008_10_13/%{name}-%{version}.tar.gz Source0: https://netix.dl.sourceforge.net/project/linux-hotplug/fxload/2008_10_13/%{name}-%{version}.tar.gz
BuildRequires: git BuildRequires: git
Requires: udev Requires: udev
@ -41,6 +41,9 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Thu Sep 3 2020 lihaotian<lihaotian9@huawei.com> - 2008_10_13-16
- Fix source0 url
* Wed Sep 2 2020 lihaotian<lihaotian9@huawei.com> - 2008_10_13-15 * Wed Sep 2 2020 lihaotian<lihaotian9@huawei.com> - 2008_10_13-15
- Update source0 url. - Update source0 url.