Accepting request 298241 from home:pluskalm:branches:Base:System
- Cleanup spec file with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/298241 OBS-URL: https://build.opensuse.org/package/show/Base:System/mpt-firmware?expand=0&rev=10
This commit is contained in:
parent
a2e951cb95
commit
8581cd24b0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 20 18:15:03 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Cleanup spec file with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 15 22:57:38 UTC 2013 - crrodriguez@opensuse.org
|
Mon Apr 15 22:57:38 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mpt-firmware
|
# spec file for package mpt-firmware
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,23 +16,29 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||||
Name: mpt-firmware
|
Name: mpt-firmware
|
||||||
|
Version: 1.0
|
||||||
|
Release: 0
|
||||||
Summary: Configuration files for autoloading mptctl at boot time
|
Summary: Configuration files for autoloading mptctl at boot time
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Version: 1.0
|
Source0: mptctl.rules
|
||||||
Release: 0
|
Source3: update-pci-id-list.sh
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(udev) > 176
|
BuildRequires: pkgconfig(udev) > 176
|
||||||
Requires: modutils
|
Requires: modutils
|
||||||
BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Source0: mptctl.rules
|
|
||||||
Source3: update-pci-id-list.sh
|
|
||||||
# Module: mptspi.ko
|
# Module: mptspi.ko
|
||||||
Supplements: modalias(pci:v00001000d00000030sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v00001000d00000030sv*sd*bc*sc*i*)
|
||||||
Supplements: modalias(pci:v0000117Cd00000030sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v0000117Cd00000030sv*sd*bc*sc*i*)
|
||||||
Supplements: modalias(pci:v00001000d00000040sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v00001000d00000040sv*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:v00001000d00000059sv*sd*bc*sc*i*)
|
||||||
|
Supplements: modalias(pci:v00001000d00000062sv*sd*bc*sc*i*)
|
||||||
# Module: mptfc.ko
|
# Module: mptfc.ko
|
||||||
Supplements: modalias(pci:v00001000d00000621sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v00001000d00000621sv*sd*bc*sc*i*)
|
||||||
Supplements: modalias(pci:v00001000d00000622sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v00001000d00000622sv*sd*bc*sc*i*)
|
||||||
@ -43,22 +49,16 @@ Supplements: modalias(pci:v00001000d00000640sv*sd*bc*sc*i*)
|
|||||||
Supplements: modalias(pci:v00001000d00000642sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v00001000d00000642sv*sd*bc*sc*i*)
|
||||||
Supplements: modalias(pci:v00001000d00000646sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v00001000d00000646sv*sd*bc*sc*i*)
|
||||||
Supplements: modalias(pci:v00001657d00000646sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v00001657d00000646sv*sd*bc*sc*i*)
|
||||||
# Module: mptsas.ko
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Supplements: modalias(pci:v00001000d00000050sv*sd*bc*sc*i*)
|
BuildArch: noarch
|
||||||
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:v00001000d00000059sv*sd*bc*sc*i*)
|
|
||||||
Supplements: modalias(pci:v00001000d00000062sv*sd*bc*sc*i*)
|
|
||||||
# end of supplements list
|
|
||||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# There is nothing to build
|
# There is nothing to build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -D -m644 %{S:0} %{buildroot}%{_udevrulesdir}/81-mptctl.rules
|
install -D -m644 %{SOURCE0} %{buildroot}%{_udevrulesdir}/81-mptctl.rules
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains modprobe configuration files to autoload the
|
This package contains modprobe configuration files to autoload the
|
||||||
@ -72,15 +72,6 @@ These adapters include
|
|||||||
|
|
||||||
- SAS SAS1064, and SAS1068
|
- SAS SAS1064, and SAS1068
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Eric Moore <eric.moore@lsi.com>
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_udevrulesdir}/81-mptctl.rules
|
%{_udevrulesdir}/81-mptctl.rules
|
||||||
|
Loading…
Reference in New Issue
Block a user