123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- Summary: Firmware files used by the Linux kernel
- Summary(ja): Linux Kernel で利用されるファームウェアファイル
- Name: linux-firmware
- Version: 20120709
- Release: 2%{?_dist_release}
- Group: System Environment/Kernel
- License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
- URL: http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary
- Source0: %{name}-%{version}.tar.xz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildArch: noarch
- Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
- Obsoletes: kernel-firmware < %{version} XOrg-drv-ati-firmware < 6.13.0-0.22
- Obsoletes: ueagle-atm4-firmware < 1.0-5
- Obsoletes: rt2870-firmware
- Obsoletes: ivtv-firmware
- Requires: udev
- %description
- Kernel-firmware includes firmware files required for some devices to
- operate.
- %prep
- %setup -q -n linux-firmware-%{version}
- %build
- # Remove firmware shipped in separate packages already
- # Perhaps these should be built as subpackages of linux-firmware?
- rm iwlwifi-*.ucode LICENCE.iwlwifi_firmware
- # Remove source files we don't need to install
- rm -f usbdux/*dux */*.asm
- %install
- rm -rf %{buildroot}
- mkdir -p %{buildroot}/lib/firmware
- cp -r * %{buildroot}/lib/firmware
- rm %{buildroot}/lib/firmware/{WHENCE,LICENCE.*,LICENSE.*,README*}
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %doc WHENCE LICENCE.* LICENSE.*
- /lib/firmware/*
- %changelog
- * Fri Sep 14 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 20120709-2
- - add Obsoletes: ivtv-firmware (included in Vine-5.x main)
- * Wed Jul 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 20120709-1
- - update to new git snapshot (20120709)
- * Sun Aug 14 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 20110731-1
- - new upstream release
- - add Obsoletes: rt2870-firmware
- * Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 20110601-1
- - initial build for Vine Linux
- * Sun Jun 05 2011 Peter Lemenkov <lemenkov@gmail.com> 20110601-2
- - Remove duplicated licensing files from /lib/firmware
- * Wed Jun 01 2011 Dave Airlie <airlied@redhat.com> 20110601-1
- - Latest firmware release with AMD llano support.
- * Thu Mar 10 2011 Dave Airlie <airlied@redhat.com> 20110304-1
- - update to latest upstream for radeon ni/cayman, drop nouveau fw we don't use it anymore
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110125-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Tue Jan 25 2011 David Woodhouse <dwmw2@infradead.org> 20110125-1
- - Update to linux-firmware-20110125 (new bnx2 firmware)
- * Fri Jan 07 2011 Dave Airlie <airlied@redhat.com> 20101221-1
- - rebase to upstream release + add new radeon NI firmwares.
- * Thu Aug 12 2010 Hicham HAOUARI <hicham.haouari@gmail.com> 20100806-4
- - Really obsolete ueagle-atm4-firmware
- * Thu Aug 12 2010 Hicham HAOUARI <hicham.haouari@gmail.com> 20100806-3
- - Obsolete ueagle-atm4-firmware
- * Fri Aug 06 2010 David Woodhouse <dwmw2@infradead.org> 20100806-2
- - Remove duplicate radeon firmwares; they're upstream now
- * Fri Aug 06 2010 David Woodhouse <dwmw2@infradead.org> 20100806-1
- - Update to linux-firmware-20100806 (more legacy firmwares from kernel source)
- * Fri Apr 09 2010 Dave Airlie <airlied@redhat.com> 20100106-4
- - Add further radeon firmwares
- * Wed Feb 10 2010 Dave Airlie <airlied@redhat.com> 20100106-3
- - add radeon RLC firmware - submitted upstream to dwmw2 already.
- * Tue Feb 09 2010 Ben Skeggs <bskeggs@redhat.com> 20090106-2
- - Add firmware needed for nouveau to operate correctly (this is Fedora
- only - do not upstream yet - we just moved it here from Fedora kernel)
- * Wed Jan 06 2010 David Woodhouse <David.Woodhouse@intel.com> 20090106-1
- - Update
- * Fri Aug 21 2009 David Woodhouse <David.Woodhouse@intel.com> 20090821-1
- - Update, fix typos, remove some files which conflict with other packages.
- * Thu Mar 19 2009 David Woodhouse <David.Woodhouse@intel.com> 20090319-1
- - First standalone kernel-firmware package.
|