Pull in upstream intel iwliwfi firmware updates WiFi/BT firmware issues (RHBZ 1733369)
This commit is contained in:
parent
4f51bf043d
commit
00a1c2c862
46455
0001-iwlwifi-update-FWs-for-3168-7265D-9000-9260-8000-826.patch
Normal file
46455
0001-iwlwifi-update-FWs-for-3168-7265D-9000-9260-8000-826.patch
Normal file
File diff suppressed because it is too large
Load Diff
12422
0002-iwlwifi-update-48-FWs-for-Qu-and-cc.patch
Normal file
12422
0002-iwlwifi-update-48-FWs-for-Qu-and-cc.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
# global checkout 710963fe
|
||||
%global firmware_release 99
|
||||
%global firmware_release 100
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
@ -21,6 +21,8 @@ Source1: navi-fw.tar.xz
|
||||
|
||||
Patch1: 0001-brcm-Raspberry-Pi-3A-WiFi-NVRAM-support.patch
|
||||
Patch2: 0002-brcm-Raspberry-Pi-Update-ccode-to-X2.patch
|
||||
Patch3: 0001-iwlwifi-update-FWs-for-3168-7265D-9000-9260-8000-826.patch
|
||||
Patch4: 0002-iwlwifi-update-48-FWs-for-Qu-and-cc.patch
|
||||
|
||||
Requires: linux-firmware-whence
|
||||
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
||||
@ -36,6 +38,7 @@ Obsoletes: rt61pci-firmware < 1.2-11
|
||||
Obsoletes: rt73usb-firmware < 1.8-11
|
||||
Obsoletes: cx18-firmware < 20080628-10
|
||||
Conflicts: microcode_ctl < 2.1-0
|
||||
BuildRequires: git-core
|
||||
|
||||
%description
|
||||
This package includes firmware files required for some devices to
|
||||
@ -289,10 +292,20 @@ Requires: linux-firmware-whence
|
||||
Firmware for Netronome Smart NICs
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
|
||||
tar -xvf %{SOURCE1}
|
||||
|
||||
git init .
|
||||
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||
git config user.email "nobody@fedoraproject.org"
|
||||
git config user.name "Fedora linux-firmware packagers"
|
||||
fi
|
||||
git add .
|
||||
git commit -m init .
|
||||
|
||||
git am %{patches}
|
||||
|
||||
%build
|
||||
# Remove firmware shipped in separate packages already
|
||||
# Perhaps these should be built as subpackages of linux-firmware?
|
||||
@ -455,6 +468,9 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%{_firmwarepath}/netronome/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 6 2019 Peter Robinson <pbrobinson@fedoraproject.org> 20190717-100
|
||||
- Pull in upstream intel iwliwfi firmware updates WiFi/BT firmware issues (RHBZ 1733369)
|
||||
|
||||
* Wed Jul 17 2019 Peter Robinson <pbrobinson@fedoraproject.org> 20190717-99
|
||||
- Update to upstream 20190717 release
|
||||
- New/updated Intel iwlwifi/bluetooth firmware for various generations
|
||||
|
Loading…
Reference in New Issue
Block a user