This commit is contained in:
committed by
Git OBS Bridge
parent
f9df7aa546
commit
b2ee212a73
@@ -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
|
Tue Oct 14 17:33:33 CEST 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: 2
|
Release: 3
|
||||||
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 10 2008 mkoenig@suse.de
|
||||||
|
- adapt mkinitrd script to changed UUID prefix [bnc#441479]
|
||||||
* Tue Oct 14 2008 mkoenig@suse.de
|
* Tue Oct 14 2008 mkoenig@suse.de
|
||||||
- remove whitespace from serial id [bnc#433833]
|
- remove whitespace from serial id [bnc#433833]
|
||||||
* Thu Sep 25 2008 mkoenig@suse.de
|
* 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
|
- update to version 1.0.0.rc13
|
||||||
* Fixes for Promise FastTrak and Silicon Image Medley ATARAID
|
* Fixes for Promise FastTrak and Silicon Image Medley ATARAID
|
||||||
* Support for SNIA DDF1 and JBOD
|
* 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
|
- use device-mapper-devel in BuildRequires
|
||||||
* Tue Aug 29 2006 hare@suse.de
|
* Tue Aug 29 2006 hare@suse.de
|
||||||
- update to 1.0.0-rc11
|
- update to 1.0.0-rc11
|
||||||
|
@@ -11,7 +11,7 @@ if [ -x /sbin/dmraid -a -x /sbin/dmsetup ] ; then
|
|||||||
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
|
||||||
tmp_root_dm=1 # dmraid needs dm
|
tmp_root_dm=1 # dmraid needs dm
|
||||||
root_dmraid=1
|
root_dmraid=1
|
||||||
newbd="$newbd $(echo $bd | sed 's/\([a-z]\)[0-9]*$/\1/')"
|
newbd="$newbd $(echo $bd | sed 's/\([a-z]\)[0-9]*$/\1/')"
|
||||||
|
Reference in New Issue
Block a user