diff --git a/fxload.spec b/fxload.spec index 82696ba..5f7ea84 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,6 +1,6 @@ Name: fxload Version: 2008_10_13 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A helper program to download firmware into FX and FX2 EZ-USB devices License: GPLv2+ @@ -17,7 +17,7 @@ Source1: fxload-generate-tarball.sh Patch0: fxload-noa3load.patch Patch1: fxload-ldflags.patch -BuildRequires: gcc kernel-headers +BuildRequires: gcc kernel-headers make Requires: udev Conflicts: hotplug-gtk hotplug @@ -48,6 +48,9 @@ install -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/ %{_mandir}/*/* %changelog +* Tue Dec 08 2020 Charles R. Anderson - 2008_10_13-18 +- BR: make + * Tue Dec 08 2020 Charles R. Anderson - 2008_10_13-17 - Merge PR#2: Make annocheck pass, pass -pie to linker, use make_build macro