diff --git a/boot.lvm b/boot.lvm index 752994e..3a29f13 100644 --- a/boot.lvm +++ b/boot.lvm @@ -8,7 +8,8 @@ # Provides: boot.lvm # Required-Start: boot.device-mapper boot.udev boot.rootfsck # Should-Start: boot.multipath boot.md boot.dmraid -# Required-Stop: +# Required-Stop: $null +# Should-Stop: $null # Default-Start: B # Default-Stop: # Description: start logical volumes diff --git a/lvm2.changes b/lvm2.changes index e49255b..cb0a2f1 100644 --- a/lvm2.changes +++ b/lvm2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 13 06:18:44 CEST 2008 - xwhu@suse.de + +- Add Should-Stop to boot.lvm + ------------------------------------------------------------------- Wed Jul 23 15:38:13 CEST 2008 - hare@suse.de diff --git a/lvm2.spec b/lvm2.spec index 411e965..abec956 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -2,9 +2,16 @@ # spec file for package lvm2 (Version 2.02.38) # # 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/ # @@ -20,7 +27,7 @@ Obsoletes: lvm PreReq: %fillup_prereq %insserv_prereq AutoReqProv: on Version: 2.02.38 -Release: 5 +Release: 14 Summary: LVM2 Tools Source: LVM2.%{version}.tar.bz2 Source1: lvm.conf @@ -229,6 +236,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/vgsplit.8.gz %changelog +* Wed Aug 13 2008 xwhu@suse.de +- Add Should-Stop to boot.lvm * Wed Jul 23 2008 hare@suse.de - Include mkinitrd scriptlets. * Fri Jun 27 2008 xwhu@suse.de