Accepting request 908633 from home:tiwai:branches:Kernel:HEAD
- Update to version 20210719 (git commit 5de082d4d0f2): * iwlwifi: add ty firmware from Core63-43 - Reduce the LZMA2 dictionary size (bsc#1188662) OBS-URL: https://build.opensuse.org/request/show/908633 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=359
This commit is contained in:
parent
50a1594899
commit
90a3891a58
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
|
||||
<param name="changesrevision">b7c134f0d3491113958276d631b4e69771a6c5be</param></service></servicedata>
|
||||
<param name="changesrevision">5de082d4d0f2db7722c9e6f5c9cff1fefd8073be</param></service></servicedata>
|
@ -59,7 +59,7 @@ copy_file () {
|
||||
test -f "$dest/$f$cext" && return
|
||||
make_dirs "$f"
|
||||
install -c -m 0644 "$f" $(dirname "$dest/$f")
|
||||
test -n "$do_compress" && xz -f -C crc32 "$dest/$f"
|
||||
test -n "$do_compress" && xz -f -C crc32 --lzma2=dict=2MiB "$dest/$f"
|
||||
echo "\"$fwdir/$f$cext\"" >> files-$topic
|
||||
$verbose "Copy: $f$cext for topic $topic"
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:308fd5cfa93d4750a611a56556fc0308fa40b0c573f1b57f471a183a642f1029
|
||||
size 184314448
|
3
kernel-firmware-20210719.tar.xz
Normal file
3
kernel-firmware-20210719.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40401758b5e43e33426fbc0747fb672226c652a3e44491ca19c9bc773611d65d
|
||||
size 184534080
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 23 16:49:03 UTC 2021 - tiwai@suse.com
|
||||
|
||||
- Update to version 20210719 (git commit 5de082d4d0f2):
|
||||
* iwlwifi: add ty firmware from Core63-43
|
||||
- Reduce the LZMA2 dictionary size (bsc#1188662)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 16 13:17:23 UTC 2021 - tiwai@suse.com
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
||||
%endif
|
||||
|
||||
%define __ksyms_path ^%{_firmwaredir}
|
||||
%define version_unconverted 20210716
|
||||
%define version_unconverted 20210719
|
||||
|
||||
Name: kernel-firmware
|
||||
Version: 20210716
|
||||
Version: 20210719
|
||||
Release: 0
|
||||
Summary: Linux kernel firmware files
|
||||
License: SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT
|
||||
|
Loading…
Reference in New Issue
Block a user