OBS User unknown 2007-11-30 15:12:05 +00:00 committed by Git OBS Bridge
parent bc9bccf895
commit e73cb2b43b
3 changed files with 11 additions and 3 deletions

View File

@ -1,2 +1,3 @@
# start idedma script for each added IDE device
KERNEL=="hd*[!0-9]", ACTION=="add", RUN+="/lib/udev/idedma.sh /dev/%k"
KERNEL=="sd*[!0-9]", ACTION=="add", RUN+="/lib/udev/idedma.sh /dev/%k"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 30 15:48:58 CET 2007 - ro@suse.de
- added sd* to udev rule (#340039)
-------------------------------------------------------------------
Fri Aug 10 12:30:38 CEST 2007 - ro@suse.de

View File

@ -15,9 +15,9 @@ License: Any permissive
Group: Hardware/Other
PreReq: %insserv_prereq %fillup_prereq coreutils
Provides: base:/sbin/hdparm
Autoreqprov: on
AutoReqProv: on
Version: 7.7
Release: 1
Release: 18
Summary: A Program to Get and Set Hard Disk Parameters
Source: hdparm-%{version}.tar.bz2
Source1: 56-idedma.rules
@ -26,7 +26,7 @@ Source3: udev.idedma.sh
Patch: hdparm-7.6-err_return.patch
Patch1: hdparm-5.8-silence.patch
Patch2: nostrip.patch
URL: http://sourceforge.net/projects/hdparm/
Url: http://sourceforge.net/projects/hdparm/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -112,6 +112,8 @@ fi
/var/adm/fillup-templates/sysconfig.ide
%changelog
* Fri Nov 30 2007 - ro@suse.de
- added sd* to udev rule (#340039)
* Fri Aug 10 2007 - ro@suse.de
- update to 7.7
- fixed bug whereby old data was shown after settings changed (eg. with -W0)