SHA256
1
0
forked from pool/mdadm
OBS User unknown
2008-11-17 16:22:54 +00:00
committed by Git OBS Bridge
parent 14b2916b32
commit 9d2ab22019
6 changed files with 709 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
Name: mdadm
Version: 3.0
Release: 8
Release: 9
%define ver 3.0-devel2
BuildRequires: sgmltool
PreReq: %fillup_prereq %insserv_prereq
@@ -38,6 +38,8 @@ Patch3: mdadm-destdir.patch
Patch4: mdadm-overflow.patch
Patch5: mdadm-auto-assemble.patch
Patch6: Start-kpartx-for-imsm-devices.patch
Patch7: intel.fixes.patch
Patch8: name.fixes.patch
Source1: Software-RAID.HOWTO.tar.bz2
Source2: sysconfig.mdadm
Source3: mdadmd
@@ -64,6 +66,8 @@ Authors:
%patch4
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%build
%{suse_update_config -f}
@@ -152,6 +156,11 @@ rm -rf $RPM_BUILD_ROOT
/lib/mkinitrd/scripts/boot-md.sh
%changelog
* Fri Nov 14 2008 nfbrown@suse.de
- intel.fixes.patch : various fixes from intel for
proper handling of their metadata
- name.fixes.patch : various fixes for new handling
of device names - one could cause a crash.
* Sun Nov 09 2008 ro@suse.de
- fix patch apply depth
* Fri Nov 07 2008 nfbrown@suse.de