From 8eb56abdabc1a31555c36ce267a55315ba844ed0 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Tue, 29 Jun 2021 16:34:10 +0800 Subject: [PATCH] add buildrequire gcc --- fxload.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fxload.spec b/fxload.spec index dbc8741..250f49b 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,12 +1,12 @@ Name: fxload Version: 2008_10_13 -Release: 16 +Release: 17 Summary: A program which downloads firmware to USB devices License: GPLv2+ URL: http://linux-hotplug.sourceforge.net/ Source0: https://netix.dl.sourceforge.net/project/linux-hotplug/fxload/2008_10_13/%{name}-%{version}.tar.gz -BuildRequires: git +BuildRequires: git, gcc Requires: udev %description @@ -41,6 +41,9 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8 %{_mandir}/*/* %changelog +* Tue Jun 29 2021 zhouwenpei - 2008_10_13-17 +- add buildrequire gcc. + * Thu Sep 3 2020 lihaotian - 2008_10_13-16 - Fix source0 url -- Gitee