8 spaces = tab, I hope

This commit is contained in:
Alasdair Kergon 2010-01-29 20:32:14 +00:00
parent ea11a6ed00
commit 324becbaa7

View File

@ -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@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@redhat.com> - 2.02.60-4
- Extend cmirrord man page.
- Sleep before first progress check iff pvmove/lvconvert interval has prefix '+'.