SPECS/linux-firmware/linux-firmware.spec
1c949c53
 %global _firmwarepath    /lib/firmware
 
 Summary:	Linux Firmware
 Name:		linux-firmware
d8445469
 Version:	20181010
1c949c53
 Release:	1%{?dist}
 License:	GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
 URL:		http://www.kernel.org/
 Group:		System Environment/Kernel
 Vendor:		VMware, Inc.
 Distribution:	Photon
 Source0:        %{name}-%{version}.tar.gz
d8445469
 %define sha1 linux=b0ac86dbd7eac291a6ce6a53c2aaae4ca83e665e
1c949c53
 BuildArch:	noarch
 
 %description
 This package includes firmware files required for some devices to operate.
 
 %prep
 %setup -q
 
 %build
 
 %install
 mkdir -p %{buildroot}%{_firmwarepath}
 cp -r brcm %{buildroot}%{_firmwarepath}
 cp -r rsi %{buildroot}%{_firmwarepath}
 cp rsi_91x.fw %{buildroot}%{_firmwarepath}
 
 %files
 %defattr(-,root,root)
 %{_firmwarepath}/*
 
 %changelog
d8445469
 *   Wed Oct 10 2018 Ajay Kaher <akaher@vmware.com> 20181010-1
 -   Updated brcm firmwares for Rpi B and Rpi B+
1c949c53
 *   Thu Aug 23 2018 Alexey Makhalov <amakhalov@vmware.com> 20180823-1
 -   Initial version. RPi3 and Dell Edge Gateway 3001 support.