rpms/lvm2/devel lvm2.spec,1.196,1.197

agk agk at fedoraproject.org
Fri Jan 29 20:32:14 UTC 2010


Author: agk

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

Modified Files:
	lvm2.spec 
Log Message:
8 spaces = tab, I hope



Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -p -r1.196 -r1.197
--- lvm2.spec	23 Jan 2010 02:27:44 -0000	1.196
+++ lvm2.spec	29 Jan 2010 20:32:14 -0000	1.197
@@ -9,7 +9,7 @@
 Summary: Userland logical volume management tools 
 Name: lvm2
 Version: 2.02.60
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/lvm2
@@ -261,8 +261,8 @@ Extensions to LVM2 to support clusters.
 
 %preun cluster
 if [ "$1" = 0 ]; then
-        /sbin/chkconfig --del clvmd
-        /sbin/lvmconf --disable-cluster
+	/sbin/chkconfig --del clvmd
+	/sbin/lvmconf --disable-cluster
 fi
 
 %files cluster
@@ -425,6 +425,9 @@ the device-mapper event library.
 
 
 %changelog
+* Fri Jan 29 2010 Alasdair Kergon <agk at redhat.com> - 2.02.60-5
+- Replace spaces with tabs in a couple of places in spec file.
+
 * Sat Jan 23 2010 Alasdair Kergon <agk at redhat.com> - 2.02.60-4
 - Extend cmirrord man page.
 - Sleep before first progress check iff pvmove/lvconvert interval has prefix '+'.



More information about the scm-commits mailing list