From e2dadedc96ac4eca60d48b81d5678c1f0ea8bed56d3181158a59b0d4724f090c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 17 Aug 2008 22:16:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdadm?expand=0&rev=12 --- boot.md | 4 +++- mdadm.changes | 5 +++++ mdadm.spec | 15 ++++++++++++--- mdadmd | 4 ++-- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/boot.md b/boot.md index b354d43..31381f1 100644 --- a/boot.md +++ b/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 diff --git a/mdadm.changes b/mdadm.changes index 1d2db67..8c13bf4 100644 --- a/mdadm.changes +++ b/mdadm.changes @@ -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 diff --git a/mdadm.spec b/mdadm.spec index cfbbcc9..871b129 100644 --- a/mdadm.spec +++ b/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 diff --git a/mdadmd b/mdadmd index 0c6e7d7..9975b1a 100644 --- a/mdadmd +++ b/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