rpms/lvm2/devel lvm2.spec,1.145,1.146

Alasdair Kergon agk at fedoraproject.org
Tue Oct 7 16:39:54 UTC 2008


Author: agk

Update of /cvs/pkgs/rpms/lvm2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26469

Modified Files:
	lvm2.spec 
Log Message:
and another try...



Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- lvm2.spec	7 Oct 2008 16:09:21 -0000	1.145
+++ lvm2.spec	7 Oct 2008 16:39:23 -0000	1.146
@@ -46,10 +46,10 @@
 %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
+%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
+%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
@@ -276,7 +276,8 @@
 
 %changelog
 * Tue Oct 7 2008 Alasdair Kergon <agk at redhat.com>> - 2.02.39-6
-- Only set exec_prefix once and add usrsbindir to work with new version of RPM.
+- Only set exec_prefix once and configure explicit directories to work with
+  new version of rpm.
 
 * Fri Sep 26 2008 Fabio M. Di Nitto <fdinitto at redhat.cm> - 2.02.39-5
 - Add BuildRequires on cmanlib-devel. This is required after libcman split




More information about the scm-commits mailing list