Update to latest upstream git snapshot
- Includes amdgpu firmware and skylake updates
This commit is contained in:
parent
9845f84cba
commit
df7010ac55
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ linux-firmware-20100806.tar.bz2
|
|||||||
/linux-firmware-20150521.tar.gz
|
/linux-firmware-20150521.tar.gz
|
||||||
/linux-firmware-20150715.tar.gz
|
/linux-firmware-20150715.tar.gz
|
||||||
/linux-firmware-20150903.tar.gz
|
/linux-firmware-20150903.tar.gz
|
||||||
|
/linux-firmware-20150904.tar.gz
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,10 @@
|
|||||||
%global checkout 38358cfc
|
%global checkout 6ebf5d57
|
||||||
%global firmware_release 55
|
%global firmware_release 56
|
||||||
|
|
||||||
%global _firmwarepath /usr/lib/firmware
|
%global _firmwarepath /usr/lib/firmware
|
||||||
|
|
||||||
Name: linux-firmware
|
Name: linux-firmware
|
||||||
Version: 20150903
|
Version: 20150904
|
||||||
Release: %{firmware_release}.git%{checkout}%{?dist}
|
Release: %{firmware_release}.git%{checkout}%{?dist}
|
||||||
Summary: Firmware files used by the Linux kernel
|
Summary: Firmware files used by the Linux kernel
|
||||||
|
|
||||||
@ -28,8 +28,6 @@ Obsoletes: rt73usb-firmware < 1.8-11
|
|||||||
Obsoletes: cx18-firmware < 20080628-10
|
Obsoletes: cx18-firmware < 20080628-10
|
||||||
Conflicts: microcode_ctl < 2.1-0
|
Conflicts: microcode_ctl < 2.1-0
|
||||||
|
|
||||||
Patch0: 0001-amdgpu-add-firmware-for-VI-asics.patch
|
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -245,7 +243,7 @@ Firmware for Marvell Libertas SD 8787 Network Adapter
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n linux-firmware-%{checkout}
|
%setup -q -n linux-firmware-%{checkout}
|
||||||
%if 1
|
%if 0
|
||||||
git init .
|
git init .
|
||||||
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||||
git config user.email "nobody@fedoraproject.org"
|
git config user.email "nobody@fedoraproject.org"
|
||||||
@ -254,7 +252,6 @@ fi
|
|||||||
git add .
|
git add .
|
||||||
git commit -m init .
|
git commit -m init .
|
||||||
|
|
||||||
git am %{PATCH0}
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -412,6 +409,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc WHENCE LICENCE.* LICENSE.*
|
%doc WHENCE LICENCE.* LICENSE.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 04 2015 Josh Boyer <jwboyer@fedoraproject.org> 20150904-56.git6ebf5d57
|
||||||
|
- Update to latest upstream git snapshot
|
||||||
|
- Includes amdgpu firmware and skylake updates
|
||||||
|
|
||||||
* Thu Sep 03 2015 Josh Boyer <jwboyer@fedoraproject.org> 20150903-55.git38358cfc
|
* Thu Sep 03 2015 Josh Boyer <jwboyer@fedoraproject.org> 20150903-55.git38358cfc
|
||||||
- Add firmware from Alex Deucher for amdgpu driver (rhbz 1259542)
|
- Add firmware from Alex Deucher for amdgpu driver (rhbz 1259542)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user