linux-firmware update to release 99
Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>master
parent
4c60105143
commit
7f564a5ac5
|
@ -1,11 +1,11 @@
|
|||
# global checkout 710963fe
|
||||
%global firmware_release 96
|
||||
%global firmware_release 99
|
||||
|
||||
%global _firmwarepath /usr/lib/firmware
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20190514
|
||||
Version: 20190717
|
||||
Release: %{firmware_release}%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
|
@ -17,11 +17,10 @@ BuildArch: noarch
|
|||
# git archive --format=tar --prefix=linux-firmware-%{checkout}/ %{checkout} | xz > linux-firmware-%{version}.tar.xz
|
||||
#Source0: %{name}-%{version}.tar.xz
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz
|
||||
Source1: navi-fw.tar.xz
|
||||
|
||||
%ifarch aarch64
|
||||
Patch1: 0001-brcm-Raspberry-Pi-3A-WiFi-NVRAM-support.patch
|
||||
Patch2: 0002-brcm-Raspberry-Pi-Update-ccode-to-X2.patch
|
||||
%endif
|
||||
|
||||
Requires: linux-firmware-whence
|
||||
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
||||
|
@ -292,6 +291,8 @@ Firmware for Netronome Smart NICs
|
|||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
tar -xvf %{SOURCE1}
|
||||
|
||||
%build
|
||||
# Remove firmware shipped in separate packages already
|
||||
# Perhaps these should be built as subpackages of linux-firmware?
|
||||
|
@ -411,6 +412,7 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|||
%{_firmwarepath}/iwlwifi-9000-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-9260-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-cc-a0-*.ucode
|
||||
%{_firmwarepath}/iwlwifi-Qu*.ucode
|
||||
|
||||
%files -n libertas-usb8388-firmware
|
||||
%license LICENCE.Marvell
|
||||
|
@ -447,6 +449,21 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
|||
%{_firmwarepath}/netronome/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- New RS9116 chipset firmware for rsi
|
||||
- Updated Intel i915 / AMD gpu firmware
|
||||
|
||||
* Mon Jul 15 2019 Dave Airlie <airlied@redhat.com> - 20190618-98
|
||||
- Add some navi firmware (not upstream yet, soon)
|
||||
|
||||
* Wed Jun 19 2019 Peter Robinson <pbrobinson@fedoraproject.org> 20190618-97
|
||||
- Update to upstream 20190618 release
|
||||
- Updated mhdp8546 DP, nvidia, AMD firmware
|
||||
- New/updated wireless for Redpine 9113, Intel 9260/9560/22161 Bluetooth
|
||||
- i.MX SDMA and CNN55XX crypto firmware update
|
||||
|
||||
* Tue May 14 2019 Peter Robinson <pbrobinson@fedoraproject.org> 20190514-96
|
||||
- Update to upstream 20190514 release
|
||||
|
||||
|
|
Loading…
Reference in New Issue