1
0
Dominique Leuenberger 2016-06-12 16:54:15 +00:00 committed by Git OBS Bridge
commit da4b766729
5 changed files with 28 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<services>
<service mode="localonly" name="tar_scm">
<service mode="disabled" name="tar_scm">
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
@ -7,9 +7,9 @@
<param name="filename">kernel-firmware</param>
<param name="versionformat">%cd</param>
</service>
<service mode="localonly" name="recompress">
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="localonly" name="set_version"/>
<service mode="disabled" name="set_version"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5349fc345f0b05123cbe78ed66757b6e99985785ce2b3a79430a0c103396b517
size 36864672

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49a56c3f7e84023af864eea94259193483db8b40cd045633850682d419a25585
size 37725492

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jun 10 07:38:36 UTC 2016 - mpluskal@suse.com
- Update to version 20160609:
* linux-firmware: update audio firmware for Braswell platform
* radeon: add new CI smc firmware
* radeon: add new SI smc firmware
* linux-firmware: Update firmware patch for Intel Bluetooth 7265 (D1)
* linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0/D0)
* linux-firmware: Update firmware file for Intel Bluetooth 8260
-------------------------------------------------------------------
Sat Jun 04 07:24:28 UTC 2016 - mpluskal@suse.com
- Update to version 20160602:
* qed: Add FW 8.10.5.0
* linux-firmware: intel: Add Broxton audio firmware
* linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B3/B4)
* linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B5/B6)
-------------------------------------------------------------------
Tue May 24 15:48:07 UTC 2016 - mpluskal@suse.com

View File

@ -19,10 +19,10 @@
%define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
%define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache %{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
%define __ksyms_path ^/lib/firmware
%define version_unconverted 20160516
%define version_unconverted 20160609
Name: kernel-firmware
Version: 20160516
Version: 20160609
Release: 0
Summary: Linux kernel firmware files
License: SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT