From 509e0dea9dc1d28dcb20645f5514501c3fb8d852 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 29 Jan 2010 20:32:14 +0000 Subject: [PATCH] 8 spaces = tab, I hope --- lvm2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index a2820c3..d42f383 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -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 - 2.02.60-5 +- Replace spaces with tabs in a couple of places in spec file. + * Sat Jan 23 2010 Alasdair Kergon - 2.02.60-4 - Extend cmirrord man page. - Sleep before first progress check iff pvmove/lvconvert interval has prefix '+'.