OBS User unknown 2008-08-13 23:57:23 +00:00 committed by Git OBS Bridge
parent aa739b6497
commit 723d63ac3c
3 changed files with 19 additions and 4 deletions

View File

@ -8,7 +8,8 @@
# Provides: boot.lvm # Provides: boot.lvm
# Required-Start: boot.device-mapper boot.udev boot.rootfsck # Required-Start: boot.device-mapper boot.udev boot.rootfsck
# Should-Start: boot.multipath boot.md boot.dmraid # Should-Start: boot.multipath boot.md boot.dmraid
# Required-Stop: # Required-Stop: $null
# Should-Stop: $null
# Default-Start: B # Default-Start: B
# Default-Stop: # Default-Stop:
# Description: start logical volumes # Description: start logical volumes

View File

@ -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 Wed Jul 23 15:38:13 CEST 2008 - hare@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package lvm2 (Version 2.02.38) # spec file for package lvm2 (Version 2.02.38)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -20,7 +27,7 @@ Obsoletes: lvm
PreReq: %fillup_prereq %insserv_prereq PreReq: %fillup_prereq %insserv_prereq
AutoReqProv: on AutoReqProv: on
Version: 2.02.38 Version: 2.02.38
Release: 5 Release: 14
Summary: LVM2 Tools Summary: LVM2 Tools
Source: LVM2.%{version}.tar.bz2 Source: LVM2.%{version}.tar.bz2
Source1: lvm.conf Source1: lvm.conf
@ -229,6 +236,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/vgsplit.8.gz %{_mandir}/man8/vgsplit.8.gz
%changelog %changelog
* Wed Aug 13 2008 xwhu@suse.de
- Add Should-Stop to boot.lvm
* Wed Jul 23 2008 hare@suse.de * Wed Jul 23 2008 hare@suse.de
- Include mkinitrd scriptlets. - Include mkinitrd scriptlets.
* Fri Jun 27 2008 xwhu@suse.de * Fri Jun 27 2008 xwhu@suse.de