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