Update to latest upstream git snapshot. Fixes rhbz 786937
This commit is contained in:
parent
c83af49a8b
commit
fab229943f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ linux-firmware-20100806.tar.bz2
|
||||
/linux-firmware-20110304.tar.bz2
|
||||
/linux-firmware-20110601.tar.bz2
|
||||
/linux-firmware-20110731.tar.bz2
|
||||
/linux-firmware-20120206.tar.gz
|
||||
|
@ -1,13 +1,14 @@
|
||||
%global checkout 06c8f81
|
||||
|
||||
Name: linux-firmware
|
||||
Version: 20110731
|
||||
Release: 3%{?dist}
|
||||
Version: 20120206
|
||||
Release: 0.1.git%{checkout}%{?dist}
|
||||
Summary: Firmware files used by the Linux kernel
|
||||
|
||||
Group: System Environment/Kernel
|
||||
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
||||
URL: http://www.kernel.org/
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/%{name}-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
|
||||
@ -23,7 +24,7 @@ Kernel-firmware includes firmware files required for some devices to
|
||||
operate.
|
||||
|
||||
%prep
|
||||
%setup -q -n linux-firmware-%{version}
|
||||
%setup -q -n linux-firmware-%{checkout}
|
||||
|
||||
%build
|
||||
# Remove firmware shipped in separate packages already
|
||||
@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/lib/firmware/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 07 2012 Josh Boyer <jwboyer@redhat.com>
|
||||
- Update to latest upstream git snapshot. Fixes rhbz 786937
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110731-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user