Accepting request 124401 from Base:System

- Drop {ignore_error} from the udev rule, its not supported anymore.

OBS-URL: https://build.opensuse.org/request/show/124401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpt-firmware?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2012-06-12 05:09:28 +00:00 committed by Git OBS Bridge
parent a5c1398d08
commit 53fe963c9c
3 changed files with 10 additions and 22 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 11 08:30:36 UTC 2012 - rmilasan@suse.com
- Drop {ignore_error} from the udev rule, its not supported anymore.
-------------------------------------------------------------------
Thu Dec 4 07:11:36 CET 2008 - coolo@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mpt-firmware (Version 1.0)
# spec file for package mpt-firmware
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -15,15 +15,13 @@
# 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-2.0+
Group: Hardware/Other
Version: 1.0
Release: 0
Requires: module-init-tools
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -88,18 +86,3 @@ rm -rf $RPM_BUILD_ROOT
%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).

View File

@ -1,6 +1,6 @@
# Autoload mptctl module
ACTION!="add", GOTO="mptctl_end"
SUBSYSTEM=="pci", DRIVER=="mpt*", ENV{MODALIAS}=="?*", RUN{ignore_error}+="/sbin/modprobe mptctl"
SUBSYSTEM=="pci", DRIVER=="mpt*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe mptctl"
LABEL="mptctl_end"