Accepting request 26694 from home:jengelh:branches:Base:System

Copy from home:jengelh:branches:Base:System/mdadm via accept of submit request 26694 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/26694
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=8
This commit is contained in:
Michal Marek 2009-12-16 08:01:21 +00:00 committed by Git OBS Bridge
parent aa80800386
commit e974776ddc
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 15 20:26:46 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Fri Oct 30 16:49:40 CET 2009 - mmarek@suse.cz
- mkinitrd-boot.sh: add /sbin/mdmon to the initrd (fate#306823).
-------------------------------------------------------------------
Thu Oct 1 10:51:38 CEST 2009 - mmarek@suse.cz

View File

@ -20,7 +20,7 @@
Name: mdadm
Version: 3.0.2
Release: 1
Release: 2
BuildRequires: sgmltool
PreReq: %fillup_prereq %insserv_prereq
Obsoletes: raidtools
@ -58,7 +58,7 @@ Authors:
%build
%{suse_update_config -f}
make CXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-error"
make %{?jobs:-j%jobs} CXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-error"
cd Software-RAID.HOWTO
sgml2html Software-RAID.HOWTO.sgml
sgml2txt Software-RAID.HOWTO.sgml

View File

@ -1,6 +1,6 @@
#!/bin/bash
#%stage: softraid
#%programs: /sbin/mdadm
#%programs: /sbin/mdadm /sbin/mdmon
#%modules: raid0 raid1 raid456
#%if: -n "$need_mdadm"
#