This commit is contained in:
parent
aa739b6497
commit
723d63ac3c
3
boot.lvm
3
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
|
||||
|
@ -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
|
||||
|
||||
|
15
lvm2.spec
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user