Accepting request 26175 from hardware
Copy from hardware/ipw-firmware based on submit request 26175 from user seife OBS-URL: https://build.opensuse.org/request/show/26175 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipw-firmware?expand=0&rev=4
This commit is contained in:
parent
c0df57ae27
commit
2aed2d1cfe
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 9 15:43:20 UTC 2009 - seife@opensuse.org
|
||||||
|
|
||||||
|
- upgrade ipw2200 firmware to version 3.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 11 14:15:48 CET 2008 - hschaa@suse.de
|
Tue Mar 11 14:15:48 CET 2008 - hschaa@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ipw-firmware (Version 8)
|
# spec file for package ipw-firmware (Version 9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,8 +21,8 @@ Url: http://ipw2200.sourceforge.net/firmware.php
|
|||||||
|
|
||||||
Name: ipw-firmware
|
Name: ipw-firmware
|
||||||
Summary: Firmware for Intel PRO/Wireless WLAN Cards
|
Summary: Firmware for Intel PRO/Wireless WLAN Cards
|
||||||
Version: 8
|
Version: 9
|
||||||
Release: 108
|
Release: 1
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
License: Redistributable in non-modified form
|
License: Redistributable in non-modified form
|
||||||
%define version_2100 1.3
|
%define version_2100 1.3
|
||||||
@ -32,7 +32,7 @@ Source0: ipw2100-fw-%{version_2100}.tar.bz2
|
|||||||
Source1: ipw2200-fw-%{version_2200}.tar.bz2
|
Source1: ipw2200-fw-%{version_2200}.tar.bz2
|
||||||
Source2: ipw2200-fw-2.3.tar.bz2
|
Source2: ipw2200-fw-2.3.tar.bz2
|
||||||
Source3: ipw2200-fw-2.2.tar.bz2
|
Source3: ipw2200-fw-2.2.tar.bz2
|
||||||
Source4: ipw2200-fw-3.0.tar.bz2
|
Source4: ipw2200-fw-3.1.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
PreReq: module-init-tools grep
|
PreReq: module-init-tools grep
|
||||||
@ -74,7 +74,7 @@ Intel license. See http://ipw2100.sourceforge.net/firmware.php?fid=4.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/lib/firmware
|
mkdir -p %{buildroot}/lib/firmware
|
||||||
cp *fw ipw2200-fw-3.0/*fw %{buildroot}/lib/firmware
|
cp *fw ipw2200-fw-3.1/*fw %{buildroot}/lib/firmware
|
||||||
cp LICENSE %{buildroot}/lib/firmware/LICENSE.ipw2x00
|
cp LICENSE %{buildroot}/lib/firmware/LICENSE.ipw2x00
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -104,51 +104,3 @@ exit 0
|
|||||||
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 11 2008 hschaa@suse.de
|
|
||||||
- Remove ipw3945-firmware as ipw3945-kmp is not shipped anymore
|
|
||||||
with 11.0 due to its successor iwl3945
|
|
||||||
* Fri Mar 16 2007 jg@suse.de
|
|
||||||
- removed /lib/firmware from filelist
|
|
||||||
* Fri Feb 02 2007 jg@suse.de
|
|
||||||
- reload modules after installation only when necessary
|
|
||||||
(bug 210964)
|
|
||||||
- updated ipw3945 ucode to version 1.14.2, changes:
|
|
||||||
* Fixed a fairly significant problem with some tuners not being
|
|
||||||
able to lock properly onto a channel's frequency on B/G band.
|
|
||||||
* Fixed a problem regarding power management.
|
|
||||||
* Fxied lame scan results problem on Bugzilla #1085.
|
|
||||||
* Mon Aug 07 2006 seife@suse.de
|
|
||||||
- added ipw2000 firmware version 3.0 (for kernel 2.6.18)
|
|
||||||
* Mon Mar 20 2006 jg@suse.de
|
|
||||||
- fixed Supplements (bug 159079)
|
|
||||||
* Wed Mar 08 2006 cthiel@suse.de
|
|
||||||
- Prereq module-init-tools and grep, to make %%post scripts work
|
|
||||||
* Tue Mar 07 2006 agruen@suse.de
|
|
||||||
- Add modalias tags (155357).
|
|
||||||
* Mon Feb 27 2006 jg@suse.de
|
|
||||||
- added ipw3945 firmware
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Tue Nov 08 2005 jg@suse.de
|
|
||||||
- added ipw2200 firmware version 2.4 (latest version)
|
|
||||||
- added ipw2200 firmware version 2.2 (needed for ipw2200 version
|
|
||||||
that comes with kernel 2.6.14)
|
|
||||||
* Fri Aug 19 2005 ro@suse.de
|
|
||||||
- removed dropped hotplug package from nfb and requires
|
|
||||||
* Wed Jul 13 2005 jg@suse.de
|
|
||||||
- updated ipw2200 firmware to version 2.3
|
|
||||||
* Wed Jan 12 2005 jg@suse.de
|
|
||||||
- updated ipw2200 firmware to version 2.2
|
|
||||||
* Wed Dec 15 2004 jg@suse.de
|
|
||||||
- updated ipw2200 firmware to version 2.1
|
|
||||||
* Fri Oct 01 2004 jg@suse.de
|
|
||||||
- moved firmware binaries to /lib/firmware (bug 46583)
|
|
||||||
- reloading ipw modules after installation, so the modules get
|
|
||||||
reinitialized with the firmware (bug 46556)
|
|
||||||
* Tue Sep 28 2004 jg@suse.de
|
|
||||||
- updated ipw2100 firmware to version 1.3 (needed for latest
|
|
||||||
ipw2100 driver)
|
|
||||||
* Mon Sep 06 2004 jg@suse.de
|
|
||||||
- updated ipw2200 firmware to version 2.0
|
|
||||||
* Thu Sep 02 2004 jg@suse.de
|
|
||||||
- initial package
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bacf06a4ae9eb421a5ae8c08aa82388d21dfa7b7b01552b7e857edf7d3275849
|
|
||||||
size 174695
|
|
BIN
ipw2200-fw-3.1.tar.bz2
(Stored with Git LFS)
Normal file
BIN
ipw2200-fw-3.1.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user