1
0
Dominique Leuenberger 2018-07-28 10:37:17 +00:00 committed by Git OBS Bridge
commit d4dbb40d00
5 changed files with 39 additions and 8 deletions

View File

@ -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">d1147327232ec4616a66ab898df84f9700c816c1</param></service></servicedata> <param name="changesrevision">8d69bab7a3da1913113ea98cefb73d5fa6988286</param></service></servicedata>

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cfa0ac64ea59c3c5179db89d789ba84bfee605702107b102832b0b87feaea98
size 72357452

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Jul 19 12:21:17 CEST 2018 - tiwai@suse.de
- Remove useless check_whence.py that leads to unnecessary python
dependency (bsc#1101818);
also removing the python3 hack at prep, too
-------------------------------------------------------------------
Wed Jul 18 06:41:40 UTC 2018 - mpluskal@suse.com
- Update to version 20180717:
* amdgpu: update copyright date
* amdgpu: add initial VegaM firmware
* amdgpu: sync up vega10 firmware with 18.20 release
* amdgpu: sync up raven firmware with 18.20 release
* amdgpu: sync up polaris12 firmware with 18.20 release
* amdgpu: sync up polaris11 firmware with 18.20 release
* amdgpu: sync up polaris10 firmware with 18.20 release
* amdgpu: sync up verde firmware with 18.20 release
* amdgpu: sync up pitcairn firmware with 18.20 release
* amdgpu: sync up tahiti firmware with 18.20 release
* amdgpu: sync up oland firmware with 18.20 release
* amdgpu: sync up hainan firmware with 18.20 release
* amdgpu: sync up kaveri firmware with 18.20 release
* amdgpu: sync up mullins firmware with 18.20 release
* amdgpu: sync up kabini firmware with 18.20 release
* amdgpu: sync up hawaii firmware with 18.20 release
* amdgpu: sync up bonaire firmware with 18.20 release
* WHENCE: Fix typo Version
* cxgb4: update firmware to revision 1.20.8.0
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 8 09:22:19 UTC 2018 - mpluskal@suse.com Fri Jun 8 09:22:19 UTC 2018 - mpluskal@suse.com

View File

@ -17,9 +17,9 @@
%define __ksyms_path ^/lib/firmware %define __ksyms_path ^/lib/firmware
%define version_unconverted 20180606 %define version_unconverted 20180717
Name: kernel-firmware Name: kernel-firmware
Version: 20180606 Version: 20180717
Release: 0 Release: 0
Summary: Linux kernel firmware files Summary: Linux kernel firmware files
License: SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT License: SUSE-Firmware AND GPL-2.0-only AND GPL-2.0-or-later AND MIT
@ -93,8 +93,6 @@ This package contains the microcode files used by AMD CPUs.
%prep %prep
%setup -q %setup -q
cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} . cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
# change ./check_whence.py to be a python3 program
sed -i "s|%{_bindir}/python$|%{_bindir}/python3|" ./check_whence.py
%build %build
# nothing to do # nothing to do
@ -112,6 +110,8 @@ rm -rf %{buildroot}/lib/firmware/carl9170fw
# Devel files # Devel files
rm -f %{buildroot}/lib/firmware/isci/{Makefile,README} rm -f %{buildroot}/lib/firmware/isci/{Makefile,README}
rm -f %{buildroot}/lib/firmware/isci/*.[ch] rm -f %{buildroot}/lib/firmware/isci/*.[ch]
# Remove check_whence.py; avoid useless python dependency (bsc#1101818)
rm -f %{buildroot}/lib/firmware/check_whence.py
%post %post
%{?regenerate_initrd_post} %{?regenerate_initrd_post}