This commit is contained in:
parent
610e14bbda
commit
13733b8f04
4
boot.md
4
boot.md
@ -22,7 +22,9 @@
|
||||
### BEGIN INIT INFO
|
||||
# Provides: boot.md
|
||||
# Required-Start: boot.udev boot.rootfsck
|
||||
# X-SUSE-Should-Start: boot.scsidev boot.multipath
|
||||
# Required-Stop: $null
|
||||
# Should-Start: boot.scsidev boot.multipath
|
||||
# Should-Stop: boot.scsidev boot.multipath
|
||||
# Default-Start: B
|
||||
# Default-Stop:
|
||||
# Short-Description: Multiple Device RAID
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 17 08:04:26 CEST 2008 - aj@suse.de
|
||||
|
||||
- Fix init scripts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 15:21:59 CEST 2008 - hare@suse.de
|
||||
|
||||
|
15
mdadm.spec
15
mdadm.spec
@ -2,9 +2,16 @@
|
||||
# spec file for package mdadm (Version 2.6.7)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,7 +20,7 @@
|
||||
|
||||
Name: mdadm
|
||||
Version: 2.6.7
|
||||
Release: 6
|
||||
Release: 16
|
||||
BuildRequires: sgmltool
|
||||
PreReq: %fillup_prereq %insserv_prereq
|
||||
Obsoletes: raidtools
|
||||
@ -129,6 +136,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/lib/mkinitrd/scripts/boot-md.sh
|
||||
|
||||
%changelog
|
||||
* Sun Aug 17 2008 aj@suse.de
|
||||
- Fix init scripts.
|
||||
* Wed Jul 23 2008 hare@suse.de
|
||||
- Include mkinitrd scriptlets.
|
||||
* Fri Jun 20 2008 mmarek@suse.cz
|
||||
|
4
mdadmd
4
mdadmd
@ -13,9 +13,9 @@
|
||||
### BEGIN INIT INFO
|
||||
# Provides: mdadmd
|
||||
# Required-Start: $local_fs
|
||||
# X-UnitedLinux-Should-Start: $time sendmail
|
||||
# Should-Start: $time sendmail
|
||||
# Required-Stop: $local_fs
|
||||
# X-UnitedLinux-Should-Stop: $time sendmail
|
||||
# Should-Stop: $time sendmail
|
||||
# Default-Start: 3 5
|
||||
# Default-Stop: 0 1 2 6
|
||||
# Short-Description: mdadmd daemon monitoring MD devices
|
||||
|
Loading…
Reference in New Issue
Block a user