SHA256
1
0
forked from pool/dmraid
OBS User unknown 2008-11-10 14:15:18 +00:00 committed by Git OBS Bridge
parent f9df7aa546
commit b2ee212a73
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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/')"