SHA256
1
0
forked from pool/dmraid
OBS User unknown 2007-07-31 13:05:05 +00:00 committed by Git OBS Bridge
parent 95553f001b
commit 411ea0a9f2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 31 14:42:18 CEST 2007 - hare@suse.de
- dmraid requires kpartx.
-------------------------------------------------------------------
Mon Jul 30 13:34:11 CEST 2007 - hare@suse.de

View File

@ -12,13 +12,14 @@
Name: dmraid
BuildRequires: device-mapper-devel zlib-devel
Requires: kpartx
URL: http://people.redhat.com/~heinzm/sw/dmraid/src/
License: GPL v2 or later
Group: System/Base
Autoreqprov: on
Summary: A Device-Mapper Software RAID Support Tool
Version: 1.0.0.rc14
Release: 7
Release: 9
Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
Source1: sysconfig.dmraid
Source2: boot.dmraid
@ -114,6 +115,8 @@ install -m744 %{SOURCE2} $RPM_BUILD_ROOT/etc/init.d/boot.dmraid
/etc/init.d/boot.dmraid
%changelog
* Tue Jul 31 2007 - hare@suse.de
- dmraid requires kpartx.
* Mon Jul 30 2007 - hare@suse.de
- Do not activate partitions from dmraid; udev handles it.
* Tue Jul 10 2007 - mkoenig@suse.de