From 5461cfa6c1bf7ad379fa8e971cc931b164c1ef3a Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 7 Oct 2008 16:45:17 +0000 Subject: [PATCH] and again --- lvm2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index 72112a1..1190840 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -46,10 +46,10 @@ or more physical volumes and creating one or more logical volumes %define _exec_prefix / cd device-mapper.%{device_mapper_version} -%configure --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --bindir=/bin --sbindir=/sbin --libdir=%{_lib} +%configure --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --bindir=/bin --sbindir=/sbin --libdir=/%{_lib} cd .. -%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version} --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --bindir=/bin --sbindir=/sbin --libdir=%{_lib} +%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version} --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --bindir=/bin --sbindir=/sbin --libdir=/%{_lib} cd device-mapper.%{device_mapper_version} make DESTDIR=$RPM_BUILD_ROOT