OBS User unknown 2008-09-24 23:03:35 +00:00 committed by Git OBS Bridge
parent 9baa9141bb
commit 43b8ba2610
3 changed files with 9 additions and 2 deletions

View File

@ -89,7 +89,7 @@
+ exit 1
+fi
+
+for link in $(udevinfo -q symlink -p /block/$dev) ; do
+for link in $(udevadm info -q symlink -p /block/$dev) ; do
+ case "$link" in
+ */by-id/ata*)
+ atalink=${link#*/by-id/ata-}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 24 22:59:11 CEST 2008 - ro@suse.de
- use udevadm info instead of udevinfo
-------------------------------------------------------------------
Wed Sep 3 11:09:34 CEST 2008 - hare@suse.de

View File

@ -27,7 +27,7 @@ Requires: device-mapper kpartx
PreReq: %insserv_prereq %fillup_prereq coreutils grep diffutils
AutoReqProv: on
Version: 0.4.8
Release: 14
Release: 20
Summary: Tools to Manage Multipathed Devices with the device-mapper
Source: multipath-tools-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -138,6 +138,8 @@ exit 0
%{_mandir}/man8/kpartx.8*
%changelog
* Thu Sep 25 2008 ro@suse.de
- use udevadm info instead of udevinfo
* Wed Sep 03 2008 hare@suse.de
- Merge in fixes from upstream:
* Add IBM IPR to hardware table (bnc#419086)