mpt-firmware/mpt-firmware.spec

106 lines
3.4 KiB
RPMSpec
Raw Normal View History

#
# spec file for package mpt-firmware (Version 1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: mpt-firmware
Summary: Configuration files for autoloading mptctl at boot time
Version: 1.0
Release: 236
License: GPL v2 or later
Group: Hardware/Other
Requires: module-init-tools
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: mptctl.rules
Source3: update-pci-id-list.sh
# Module: mptspi.ko
Supplements: modalias(pci:v00001000d00000030sv*sd*bc*sc*i*)
Supplements: modalias(pci:v0000117Cd00000030sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000040sv*sd*bc*sc*i*)
# Module: mptfc.ko
Supplements: modalias(pci:v00001000d00000621sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000622sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000624sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000626sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000628sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000640sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000642sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000646sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001657d00000646sv*sd*bc*sc*i*)
# Module: mptsas.ko
Supplements: modalias(pci:v00001000d00000050sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000054sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000056sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000058sv*sd*bc*sc*i*)
Supplements: modalias(pci:v00001000d00000062sv*sd*bc*sc*i*)
# end of supplements list
%prep
%build
# There is nothing to build
%install
mkdir -p $RPM_BUILD_ROOT/etc/udev/rules.d
cp %{S:0} $RPM_BUILD_ROOT/etc/udev/rules.d/81-mptctl.rules
%description
This package contains modprobe configuration files to autoload the
mptctl ioctl driver at boot time. The mptctl driver is an ioctl
character driver for the LSI Logic Fusion-MPT Host adapter series.
These adapters include
- Ultra320 53C1030, 53C1020
- Fiber Channel FC909, FC919, FC929, FC919X and FC929X
- SAS SAS1064, and SAS1068
Authors:
--------
Eric Moore <eric.moore@lsi.com>
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%dir /etc/udev
%dir /etc/udev/rules.d
%config /etc/udev/rules.d/*
%changelog
* Thu Dec 04 2008 coolo@suse.de
- fix file list
* Wed Dec 03 2008 hare@suse.de
- Move to use udev rules to avoid mkinitrd breakage
(bnc#449123)
* Thu Nov 20 2008 hare@suse.de
- Update to use modprobe files (bnc#444815)
- Update modalias definitions.
* Mon Nov 13 2006 hare@suse.de
- Create hwcfg files based on the modalias provided by the
respective modules.
* Tue Oct 17 2006 hare@suse.de
- Create files dynamically
* Tue Sep 12 2006 Eric.Moore@lsil.com
- Initial creation of this rpm (FATE 300676).