forked from pool/kernel-firmware
Accepting request 561683 from home:pluskalm:branches:Kernel:HEAD
- Update to version 20180104: * wl18xx: update firmware file 8.9.0.0.76 * wl127x/wl128x: update firmwares * rtlwifi: rtl8723de: Add firmware for new driver/device * linux-firmware: DMC firmware for cannonlake v1.07 OBS-URL: https://build.opensuse.org/request/show/561683 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=190
This commit is contained in:
parent
576a48da95
commit
5d9d84862d
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
|
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
|
||||||
<param name="changesrevision">2567e092339cd3403d697dc2e0967c31b7acb989</param></service></servicedata>
|
<param name="changesrevision">65b1c68c63f974d72610db38dfae49861117cae2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e947ea8e35bdcd303703f7581eb7aabac680d08da7e28b067bca082fc9b9c8f3
|
|
||||||
size 66619596
|
|
3
kernel-firmware-20180104.tar.xz
Normal file
3
kernel-firmware-20180104.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:202c05e844d16de1a0a507c931c62104bc265f4d11948651b6b255c167975265
|
||||||
|
size 66634916
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 4 15:39:35 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 20180104:
|
||||||
|
* wl18xx: update firmware file 8.9.0.0.76
|
||||||
|
* wl127x/wl128x: update firmwares
|
||||||
|
* rtlwifi: rtl8723de: Add firmware for new driver/device
|
||||||
|
* linux-firmware: DMC firmware for cannonlake v1.07
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 25 16:38:52 UTC 2017 - meissner@suse.com
|
Mon Dec 25 16:38:52 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define __ksyms_path ^/lib/firmware
|
%define __ksyms_path ^/lib/firmware
|
||||||
%define version_unconverted 20171221
|
%define version_unconverted 20180104
|
||||||
|
|
||||||
Name: kernel-firmware
|
Name: kernel-firmware
|
||||||
Version: 20171221
|
Version: 20180104
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel firmware files
|
Summary: Linux kernel firmware files
|
||||||
License: SUSE-Firmware AND GPL-2.0 AND GPL-2.0+ AND MIT
|
License: SUSE-Firmware AND GPL-2.0 AND GPL-2.0+ AND MIT
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
URL: https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
|
||||||
# Created with umask 022; cd /_tmp
|
# Created with umask 022; cd /_tmp
|
||||||
# After git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
# After git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||||
# cd linux-firmware
|
# cd linux-firmware
|
||||||
@ -73,7 +72,6 @@ Provides: ath3k-firmware
|
|||||||
Obsoletes: ath3k-firmware
|
Obsoletes: ath3k-firmware
|
||||||
Provides: compat-wireless-firmware = 4.4
|
Provides: compat-wireless-firmware = 4.4
|
||||||
Obsoletes: compat-wireless-firmware < 4.4
|
Obsoletes: compat-wireless-firmware < 4.4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,7 +93,7 @@ This package contains the microcode files used by AMD CPUs.
|
|||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
|
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
|
||||||
# change ./check_whence.py to be a python3 program
|
# change ./check_whence.py to be a python3 program
|
||||||
sed -i "s|/usr/bin/python$|/usr/bin/python3|" ./check_whence.py
|
sed -i "s|%{_bindir}/python$|%{_bindir}/python3|" ./check_whence.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# nothing to do
|
# nothing to do
|
||||||
|
Loading…
Reference in New Issue
Block a user