forked from pool/multipath-tools
This commit is contained in:
parent
9baa9141bb
commit
43b8ba2610
@ -89,7 +89,7 @@
|
|||||||
+ exit 1
|
+ exit 1
|
||||||
+fi
|
+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
|
+ case "$link" in
|
||||||
+ */by-id/ata*)
|
+ */by-id/ata*)
|
||||||
+ atalink=${link#*/by-id/ata-}
|
+ atalink=${link#*/by-id/ata-}
|
||||||
|
@ -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
|
Wed Sep 3 11:09:34 CEST 2008 - hare@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Requires: device-mapper kpartx
|
|||||||
PreReq: %insserv_prereq %fillup_prereq coreutils grep diffutils
|
PreReq: %insserv_prereq %fillup_prereq coreutils grep diffutils
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.4.8
|
Version: 0.4.8
|
||||||
Release: 14
|
Release: 20
|
||||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||||
Source: multipath-tools-%{version}.tar.bz2
|
Source: multipath-tools-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -138,6 +138,8 @@ exit 0
|
|||||||
%{_mandir}/man8/kpartx.8*
|
%{_mandir}/man8/kpartx.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 25 2008 ro@suse.de
|
||||||
|
- use udevadm info instead of udevinfo
|
||||||
* Wed Sep 03 2008 hare@suse.de
|
* Wed Sep 03 2008 hare@suse.de
|
||||||
- Merge in fixes from upstream:
|
- Merge in fixes from upstream:
|
||||||
* Add IBM IPR to hardware table (bnc#419086)
|
* Add IBM IPR to hardware table (bnc#419086)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user