diff --git a/dmraid.changes b/dmraid.changes index 7f91a73..93863cd 100644 --- a/dmraid.changes +++ b/dmraid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 10 12:44:08 CET 2008 - mkoenig@suse.de + +- adapt mkinitrd script to changed UUID prefix [bnc#441479] + ------------------------------------------------------------------- Tue Oct 14 17:33:33 CEST 2008 - mkoenig@suse.de diff --git a/dmraid.spec b/dmraid.spec index 7b5a03c..52c2e4a 100644 --- a/dmraid.spec +++ b/dmraid.spec @@ -28,7 +28,7 @@ Group: System/Base AutoReqProv: on Summary: A Device-Mapper Software RAID Support Tool Version: 1.0.0.rc15 -Release: 2 +Release: 3 Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2 Source1: sysconfig.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 %changelog +* Mon Nov 10 2008 mkoenig@suse.de +- adapt mkinitrd script to changed UUID prefix [bnc#441479] * Tue Oct 14 2008 mkoenig@suse.de - remove whitespace from serial id [bnc#433833] * Thu Sep 25 2008 mkoenig@suse.de @@ -267,7 +269,7 @@ install -D -m644 reg_tool/dm_dso_reg_tool.8 $RPM_BUILD_ROOT/usr/share/man/man8/d - update to version 1.0.0.rc13 * Fixes for Promise FastTrak and Silicon Image Medley ATARAID * Support for SNIA DDF1 and JBOD -* Thu Sep 14 2006 ro@suse.de +* Wed Sep 13 2006 ro@suse.de - use device-mapper-devel in BuildRequires * Tue Aug 29 2006 hare@suse.de - update to 1.0.0-rc11 diff --git a/mkinitrd-setup.sh b/mkinitrd-setup.sh index 7932b6c..70db605 100644 --- a/mkinitrd-setup.sh +++ b/mkinitrd-setup.sh @@ -11,7 +11,7 @@ if [ -x /sbin/dmraid -a -x /sbin/dmsetup ] ; then if [ $blockdriver = device-mapper ]; then dm_uuid=$(dmsetup info -c --noheadings -o uuid -j $blockmajor -m $blockminor) dm_creator=${dm_uuid%-*} - if [ "$dm_creator" = "dmraid" ]; then + if [ "$dm_creator" = "DMRAID" ]; then tmp_root_dm=1 # dmraid needs dm root_dmraid=1 newbd="$newbd $(echo $bd | sed 's/\([a-z]\)[0-9]*$/\1/')"