From 3d82f5f90f7edc093e4921a3ba4d797e8813edb2 Mon Sep 17 00:00:00 2001 From: lihaotian9 Date: Thu, 3 Sep 2020 15:01:17 +0800 Subject: [PATCH] fix source0 url --- fxload.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fxload.spec b/fxload.spec index d883182..dbc8741 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,10 +1,10 @@ Name: fxload Version: 2008_10_13 -Release: 15 +Release: 16 Summary: A program which downloads firmware to USB devices License: GPLv2+ 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 Requires: udev @@ -41,6 +41,9 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8 %{_mandir}/*/* %changelog +* Thu Sep 3 2020 lihaotian - 2008_10_13-16 +- Fix source0 url + * Wed Sep 2 2020 lihaotian - 2008_10_13-15 - Update source0 url. -- Gitee