Update to the latest upstream snapshot

- New intel bluetooth and rtlwifi firmware
This commit is contained in:
Josh Boyer 2016-12-05 11:33:49 -05:00
parent 0bc84572c0
commit 9beb8424bd
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@ linux-firmware-20100806.tar.bz2
/linux-firmware-20160609.tar.gz
/linux-firmware-20160816.tar.gz
/linux-firmware-20160923.tar.gz
/linux-firmware-20161205.tar.gz

View File

@ -1,10 +1,10 @@
%global checkout 42ad5367
%global firmware_release 68
%global checkout 91ddce49
%global firmware_release 69
%global _firmwarepath /usr/lib/firmware
Name: linux-firmware
Version: 20160923
Version: 20161205
Release: %{firmware_release}.git%{checkout}%{?dist}
Summary: Firmware files used by the Linux kernel
@ -271,6 +271,9 @@ rm -f libertas/usb8388_v5.bin
# Remove firmware for Creative CA0132 HD as it's in alsa-firmware
rm -f ctefx.bin ctspeq.bin
# Remove the check_whence.py file
rm -f check_whence.py
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_firmwarepath}
@ -411,6 +414,10 @@ rm -rf $RPM_BUILD_ROOT
%doc WHENCE LICENCE.* LICENSE.*
%changelog
* Mon Dec 05 2016 Josh Boyer <jwboyer@fedoraproject.org> 20161205-69.git91ddce49
- Update to the latest upstream snapshot
- New intel bluetooth and rtlwifi firmware
* Fri Sep 23 2016 Josh Boyer <jwboyer@fedoraproject.org> 20160923-68.git42ad5367
- Update to the latest upstream snapshot
- ath10k, amdgpu, mediatek, brcm, marvell updates

View File

@ -1 +1 @@
1bcc0aad77e225b8cfd673cefb4fdc59 linux-firmware-20160923.tar.gz
b0bf236f2ad6879a45b44852c3c30f81 linux-firmware-20161205.tar.gz