SHA256
1
0
forked from pool/dmraid
OBS User unknown 2008-08-13 23:50:28 +00:00 committed by Git OBS Bridge
parent 4f0e5b971c
commit a51fcbe341
3 changed files with 21 additions and 5 deletions

View File

@ -9,8 +9,12 @@
# Required-Start: boot.device-mapper boot.udev boot.rootfsck
# Should-Start: boot.multipath boot.md boot.scsidev
# X-Start-Before: boot.localfs
# Required-Stop: boot.device-mapper boot.udev boot.rootfsck
# Should-Stop: boot.multipath boot.md boot.scsidev
# X-Stop-Before: boot.localfs
# Default-Start: B
# Default-Stop:
# Short-Description: start dmraid
# Description: start dmraid
### END INIT INFO

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 13 12:36:08 CEST 2008 - mkoenig@suse.de
- fix init script tags
-------------------------------------------------------------------
Wed Jul 23 15:27:07 CEST 2008 - hare@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package dmraid (Version 1.0.0.rc14)
#
# 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 @@ Group: System/Base
AutoReqProv: on
Summary: A Device-Mapper Software RAID Support Tool
Version: 1.0.0.rc14
Release: 69
Release: 78
Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
Source1: sysconfig.dmraid
Source2: boot.dmraid
@ -94,8 +101,6 @@ export CFLAGS="$RPM_OPT_FLAGS"
make
%install
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] \
&& rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT/usr/include/dmraid
rm $RPM_BUILD_ROOT%{_libdir}/libdmraid.a
@ -131,6 +136,8 @@ install -m 755 %{S:5} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-dmraid.sh
/lib/mkinitrd/scripts/boot-dmraid.sh
%changelog
* Wed Aug 13 2008 mkoenig@suse.de
- fix init script tags
* Wed Jul 23 2008 hare@suse.de
- Include mkinitrd scriptlets.
* Wed Mar 12 2008 mkoenig@suse.de