BuildRequires make

This commit is contained in:
Charles R. Anderson 2020-12-08 15:58:44 -05:00
parent 6719e23cab
commit aa39989582

View File

@ -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 <cra@alum.wpi.edu> - 2008_10_13-18
- BR: make
* Tue Dec 08 2020 Charles R. Anderson <cra@alum.wpi.edu> - 2008_10_13-17
- Merge PR#2: Make annocheck pass, pass -pie to linker, use make_build macro