diff --git a/linux-firmware.spec b/linux-firmware.spec index 955a754..1c8df35 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -32,7 +32,7 @@ Name: linux-firmware Version: 20161005.9c71af9 -Release: 1mamba +Release: 2mamba Summary: Collection of firmware files used by the Linux Kernel Group: System/Kernel and Hardware Vendor: openmamba @@ -130,6 +130,10 @@ Collection of firmware files used by the Linux Kernel. # f=`echo $l | sed "s|%{buildroot}||"` # grep "^$f$" matching-firmware.list || echo "${f}" >> not-matching-firmware.list #done +%ifarch arm +# Conflicting with raspberrypi-firmware +rm -f %{buildroot}/lib/firmware/brcm/brcmfmac43430-sdio.bin +%endif %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -140,6 +144,9 @@ Collection of firmware files used by the Linux Kernel. /lib/firmware/* %changelog +* Wed Nov 16 2016 Silvan Calarco 20161005.9c71af9-2mamba +- arm: remove brcmfmac43430-sdio.bin conflicting with raspberrypi-firmware + * Tue Oct 11 2016 Automatic Build System 20161005.9c71af9-1mamba - automatic version update by autodist