This commit is contained in:
parent
a51fcbe341
commit
861b444860
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 15:20:06 CEST 2008 - mkoenig@suse.de
|
||||
|
||||
- enable SELinux support [fate#303662]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 12:36:08 CEST 2008 - mkoenig@suse.de
|
||||
|
||||
|
11
dmraid.spec
11
dmraid.spec
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: dmraid
|
||||
BuildRequires: device-mapper-devel zlib-devel
|
||||
BuildRequires: device-mapper-devel libselinux-devel zlib-devel
|
||||
Requires: kpartx
|
||||
Url: http://people.redhat.com/~heinzm/sw/dmraid/src/
|
||||
License: GPL v2 or later
|
||||
@ -27,7 +27,7 @@ Group: System/Base
|
||||
AutoReqProv: on
|
||||
Summary: A Device-Mapper Software RAID Support Tool
|
||||
Version: 1.0.0.rc14
|
||||
Release: 78
|
||||
Release: 83
|
||||
Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
|
||||
Source1: sysconfig.dmraid
|
||||
Source2: boot.dmraid
|
||||
@ -97,8 +97,9 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
||||
--libdir=%{_libdir} \
|
||||
--mandir=%{_mandir} \
|
||||
--sbindir=/sbin \
|
||||
--with-user=`id -nu` --with-group=`id -ng`
|
||||
make
|
||||
--with-user=`id -nu` --with-group=`id -ng` \
|
||||
--enable-libselinux --enable-libsepol
|
||||
make
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -136,6 +137,8 @@ install -m 755 %{S:5} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-dmraid.sh
|
||||
/lib/mkinitrd/scripts/boot-dmraid.sh
|
||||
|
||||
%changelog
|
||||
* Wed Aug 20 2008 mkoenig@suse.de
|
||||
- enable SELinux support [fate#303662]
|
||||
* Wed Aug 13 2008 mkoenig@suse.de
|
||||
- fix init script tags
|
||||
* Wed Jul 23 2008 hare@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user