rpms/lvm2/devel lvm2.spec,1.139,1.140

Alasdair Kergon agk at fedoraproject.org
Tue Sep 23 23:12:13 UTC 2008


Author: agk

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

Modified Files:
	lvm2.spec 
Log Message:
Explicitly create /sbin in the build root.  (It used to work without this.)



Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- lvm2.spec	23 Sep 2008 22:46:23 -0000	1.139
+++ lvm2.spec	23 Sep 2008 23:11:42 -0000	1.140
@@ -62,6 +62,7 @@
 install -m 0600 /dev/null $RPM_BUILD_ROOT/etc/lvm/cache/.cache
 mkdir -p -m755 $RPM_BUILD_ROOT/etc/rc.d/init.d
 install scripts/clvmd_init_rhel4 $RPM_BUILD_ROOT/etc/rc.d/init.d/clvmd
+mkdir -p -m755 $RPM_BUILD_ROOT/sbin
 install -m 0755 scripts/lvmconf.sh $RPM_BUILD_ROOT/sbin/lvmconf
 
 cd device-mapper.%{device_mapper_version}
@@ -270,6 +271,9 @@
 
 
 %changelog
+* Wed Sep 24 2008 Alasdair Kergon <agk at redhat.com>> - 2.02.39-5
+- Explicitly create /sbin in the build root.
+
 * Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.02.39-5
 - Change %%patch to %%patch0 to match Patch0 as required by RPM package update.
 




More information about the fedora-extras-commits mailing list