Disable FTDI support to remove one extra dep
Resolves: rhbz#1961170
This commit is contained in:
parent
c66b6590a5
commit
b4661e2f03
@ -1,6 +1,6 @@
|
||||
Name: flashrom
|
||||
Version: 1.2
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Simple program for reading/writing flash chips content
|
||||
License: GPLv2
|
||||
URL: https://flashrom.org
|
||||
@ -18,7 +18,6 @@ BuildRequires: gnupg2
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pciutils-devel
|
||||
BuildRequires: libftdi-devel
|
||||
BuildRequires: libusb-devel
|
||||
# Used for new programmers (libusb0 will eventually be removed)
|
||||
BuildRequires: libusbx-devel
|
||||
@ -54,6 +53,8 @@ sed -e 's/MODE="[0-9]*", GROUP="plugdev"/TAG+="uaccess"/g' util/z60_flashrom.rul
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dconfig_ft2232_spi=false \
|
||||
-Dconfig_usbblaster_spi=false \
|
||||
%ifarch %{ix86} x86_64
|
||||
-Dconfig_internal=true
|
||||
%else
|
||||
@ -104,6 +105,10 @@ install -D -p -m 0644 util/z60_flashrom.rules %{buildroot}/%{_udevrulesdir}/60_f
|
||||
%{_libdir}/pkgconfig/flashrom.pc
|
||||
|
||||
%changelog
|
||||
* Mon May 17 2021 Richard Hughes <richard@hughsie.com> 1.2-9
|
||||
- Disable FTDI support to remove one extra dep we are not going to support
|
||||
- Resolves: rhbz#1961170
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.2-8
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user