This commit is contained in:
parent
745b8dc4b7
commit
4de684d198
@ -1,49 +1,58 @@
|
||||
#
|
||||
# spec file for package mpt-firmware (Version 1.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# 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: 2
|
||||
License: GNU General Public License (GPL)
|
||||
Release: 233
|
||||
License: GPL v2 or later
|
||||
Group: Hardware/Other
|
||||
BuildRequires: kernel-default sysconfig
|
||||
Requires: sysconfig
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: hwcfg-mptspi
|
||||
Source1: hwcfg-mptfc
|
||||
Source2: hwcfg-mptsas
|
||||
Source3: update-pci-id-list.sh
|
||||
# Module: mptspi.ko
|
||||
Supplements: modalias(pci:v00001000d00000030sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000032sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000030sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000032sv*sd*bc*sc*i*)
|
||||
# Module: mptfc.ko
|
||||
Supplements: modalias(pci:v00001000d00000621sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000624sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000622sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000628sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000626sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000642sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000640sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000646sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000621sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000624sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000622sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000628sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000626sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000642sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000640sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000646sv*sd*bc*sc*i*)
|
||||
# Module: mptsas.ko
|
||||
Supplements: modalias(pci:v00001000d00000050sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d0000005Esv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000054sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000056sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d0000005Asv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000058sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000050sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d0000005Esv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000054sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000056sv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d0000005Asv*sd*bc*sc*i*)
|
||||
Supplements: modalias(pci:v00001000d00000058sv*sd*bc*sc*i*)
|
||||
# end of supplements list
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
@ -77,16 +86,18 @@ Authors:
|
||||
--------
|
||||
Eric Moore <emoore@lsil.com>
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root)
|
||||
/etc/sysconfig/hardware/*
|
||||
|
||||
%changelog -n mpt-firmware
|
||||
* Mon Nov 13 2006 - hare@suse.de
|
||||
%changelog
|
||||
* 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
|
||||
* Tue Oct 17 2006 hare@suse.de
|
||||
- Create files dynamically
|
||||
* Tue Sep 12 2006 - Eric.Moore@lsil.com
|
||||
* Wed Sep 13 2006 Eric.Moore@lsil.com
|
||||
- Initial creation of this rpm (FATE 300676).
|
||||
|
Loading…
Reference in New Issue
Block a user