forked from pool/dmraid
This commit is contained in:
parent
b2ee212a73
commit
cd03146097
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 24 09:43:13 CET 2008 - hare@suse.de
|
||||||
|
|
||||||
|
- Properly quote mkinitrd scripts (bnc#447966)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 10 12:44:08 CET 2008 - mkoenig@suse.de
|
Mon Nov 10 12:44:08 CET 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Group: System/Base
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A Device-Mapper Software RAID Support Tool
|
Summary: A Device-Mapper Software RAID Support Tool
|
||||||
Version: 1.0.0.rc15
|
Version: 1.0.0.rc15
|
||||||
Release: 3
|
Release: 4
|
||||||
Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
|
Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
|
||||||
Source1: sysconfig.dmraid
|
Source1: sysconfig.dmraid
|
||||||
Source2: boot.dmraid
|
Source2: boot.dmraid
|
||||||
@ -196,6 +196,8 @@ install -D -m644 reg_tool/dm_dso_reg_tool.8 $RPM_BUILD_ROOT/usr/share/man/man8/d
|
|||||||
/%{_lib}/libdmraid-events.so.0
|
/%{_lib}/libdmraid-events.so.0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 24 2008 hare@suse.de
|
||||||
|
- Properly quote mkinitrd scripts (bnc#447966)
|
||||||
* Mon Nov 10 2008 mkoenig@suse.de
|
* Mon Nov 10 2008 mkoenig@suse.de
|
||||||
- adapt mkinitrd script to changed UUID prefix [bnc#441479]
|
- adapt mkinitrd script to changed UUID prefix [bnc#441479]
|
||||||
* Tue Oct 14 2008 mkoenig@suse.de
|
* Tue Oct 14 2008 mkoenig@suse.de
|
||||||
|
@ -8,7 +8,7 @@ if [ -x /sbin/dmraid -a -x /sbin/dmsetup ] ; then
|
|||||||
newbd=
|
newbd=
|
||||||
for bd in $blockdev ; do
|
for bd in $blockdev ; do
|
||||||
update_blockdev $bd
|
update_blockdev $bd
|
||||||
if [ $blockdriver = device-mapper ]; then
|
if [ "$blockdriver" = device-mapper ]; then
|
||||||
dm_uuid=$(dmsetup info -c --noheadings -o uuid -j $blockmajor -m $blockminor)
|
dm_uuid=$(dmsetup info -c --noheadings -o uuid -j $blockmajor -m $blockminor)
|
||||||
dm_creator=${dm_uuid%-*}
|
dm_creator=${dm_uuid%-*}
|
||||||
if [ "$dm_creator" = "DMRAID" ]; then
|
if [ "$dm_creator" = "DMRAID" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user