forked from pool/kernel-firmware
Accepting request 78042 from home:dirkmueller:branches:Kernel:HEAD
- add provides/obsoletes for iwl100-ucode, iwl1000-ucode, iwl6000-ucode, iwl6050-ucode, iwl6000g2-ucode - Add symlink for cis/PE520.cis (bnc#707960#c8) OBS-URL: https://build.opensuse.org/request/show/78042 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=34
This commit is contained in:
parent
a429ae53cc
commit
c52aee6797
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 4 15:51:30 CEST 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
- add provides/obsoletes for
|
||||||
|
iwl100-ucode, iwl1000-ucode, iwl6000-ucode, iwl6050-ucode,
|
||||||
|
iwl6000g2-ucode
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 25 12:39:14 UTC 2011 - mmarek@novell.com
|
||||||
|
|
||||||
|
- Add symlink for cis/PE520.cis (bnc#707960#c8)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 14 19:32:48 CEST 2011 - dmueller@suse.de
|
Thu Jul 14 19:32:48 CEST 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
Name: kernel-firmware
|
Name: kernel-firmware
|
||||||
BuildRequires: fdupes kernel-default
|
BuildRequires: fdupes kernel-default
|
||||||
Version: 20110709
|
Version: 20110709
|
||||||
Release: 1
|
Release: 1.<RELEASE5>
|
||||||
Summary: Linux kernel firmware files
|
Summary: Linux kernel firmware files
|
||||||
License: NON-OSI-COMPLIANT(no modification) ; GPLv2 ; GPLv2+ ; MIT License (or similar)
|
License: Distributable in unmodified form; GPL v2 only; GPL v2 or later; X11/MIT
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
|
Url: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/linux-firmware-%{version}.tar.bz2
|
Source0: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/linux-firmware-%{version}.tar.bz2
|
||||||
@ -46,6 +46,16 @@ Provides: iwl5000-ucode
|
|||||||
Obsoletes: iwl5000-ucode
|
Obsoletes: iwl5000-ucode
|
||||||
Provides: iwl5150-ucode
|
Provides: iwl5150-ucode
|
||||||
Obsoletes: iwl5150-ucode
|
Obsoletes: iwl5150-ucode
|
||||||
|
Provides: iwl100-ucode
|
||||||
|
Obsoletes: iwl100-ucode
|
||||||
|
Provides: iwl1000-ucode
|
||||||
|
Obsoletes: iwl1000-ucode
|
||||||
|
Provides: iwl6000-ucode
|
||||||
|
Obsoletes: iwl6000-ucode
|
||||||
|
Provides: iwl6050-ucode
|
||||||
|
Obsoletes: iwl6050-ucode
|
||||||
|
Provides: iwl6000g2-ucode
|
||||||
|
Obsoletes: iwl6000g2-ucode
|
||||||
AutoReq: off
|
AutoReq: off
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -65,6 +75,7 @@ previously included in the kernel. It is shared by all kernels >=
|
|||||||
mkdir -p %{buildroot}/lib/firmware
|
mkdir -p %{buildroot}/lib/firmware
|
||||||
cp -avf * %{buildroot}/lib/firmware
|
cp -avf * %{buildroot}/lib/firmware
|
||||||
rm -f %{buildroot}/lib/firmware/WHENCE
|
rm -f %{buildroot}/lib/firmware/WHENCE
|
||||||
|
ln -s cis/src/PE520.cis %{buildroot}/lib/firmware/PE520.cis
|
||||||
bash %_sourcedir/firmware.sh --kill-duplicates %buildroot/lib/firmware/
|
bash %_sourcedir/firmware.sh --kill-duplicates %buildroot/lib/firmware/
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user