From 1cba12240b71bf04f2c75438c1620f2e45a21e2e Mon Sep 17 00:00:00 2001 From: zzm_567 Date: Thu, 2 Jul 2020 17:45:21 +0800 Subject: [PATCH 1/2] add yaml file --- fxload.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fxload.yaml diff --git a/fxload.yaml b/fxload.yaml new file mode 100644 index 0000000..01f1d6c --- /dev/null +++ b/fxload.yaml @@ -0,0 +1,5 @@ +version_control: NA +src_repo: +tag_prefix: +seperator: +url: https://sourceforge.net/projects/linux-hotplug/files/fxload/ -- Gitee From ab499bab706cc222132c5be1bcc2ec485da78ca9 Mon Sep 17 00:00:00 2001 From: lihaotian9 Date: Wed, 2 Sep 2020 16:44:31 +0800 Subject: [PATCH 2/2] Update the source0 url in spec file --- fxload.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fxload.spec b/fxload.spec index 94a27d6..d883182 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,10 +1,10 @@ Name: fxload Version: 2008_10_13 -Release: 14 +Release: 15 Summary: A program which downloads firmware to USB devices License: GPLv2+ URL: http://linux-hotplug.sourceforge.net/ -Source0: https://sourceforge.net/projects/linux-hotplug/files/fxload/2008_10_13/%{name}-%{version}.tar.gz +Source0: https://netix.dl.sourceforge.net/projects/linux-hotplug/fxload/2008_10_13/%{name}-%{version}.tar.gz BuildRequires: git Requires: udev @@ -41,6 +41,9 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8 %{_mandir}/*/* %changelog +* Wed Sep 2 2020 lihaotian - 2008_10_13-15 +- Update source0 url. + * Mon Jan 7 2020 openEuler Buildteam - 2008_10_13-14 - rePackage -- Gitee