SHA256
1
0
forked from pool/mdadm
OBS User unknown
2009-02-17 22:07:01 +00:00
committed by Git OBS Bridge
parent 8d7d26446e
commit 1422e7c520
4 changed files with 24 additions and 49 deletions

View File

@@ -20,7 +20,7 @@
Name: mdadm
Version: 3.0
Release: 14
Release: 17
%define ver 3.0-devel2
BuildRequires: sgmltool
PreReq: %fillup_prereq %insserv_prereq
@@ -162,6 +162,12 @@ rm -rf $RPM_BUILD_ROOT
/lib/mkinitrd/scripts/boot-md.sh
%changelog
* Tue Feb 17 2009 mmarek@suse.cz
- disable auto-assemly in boot.md completely as it can collide with
dmraid (bnc#474652). If someone wants to auto-assemble md arrays
in the rescue system, they can run
'mdadm -Es -c partitions >mdadm.conf && mdadm -As -c mdadm.conf'
manually.
* Mon Feb 16 2009 mmarek@suse.cz
- fix segfault when stopping imsm arrays
(bnc#473947, patch by Dan Williams)