summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@fedoraproject.org>2005-05-05 14:43:28 +0000
committerAlasdair Kergon <agk@fedoraproject.org>2005-05-05 14:43:28 +0000
commit328c6481d52568ecc6d2959c29c3ee388e8aa973 (patch)
tree6eadc301684180bac7b9109d7c70105eefa80c35
parent8ea90ca8717e359b424db881b7628bcc23bc1637 (diff)
downloaddevice-mapper-multipath-328c6481d52568ecc6d2959c29c3ee388e8aa973.tar.gz
device-mapper-multipath-328c6481d52568ecc6d2959c29c3ee388e8aa973.tar.xz
device-mapper-multipath-328c6481d52568ecc6d2959c29c3ee388e8aa973.zip
-rw-r--r--device-mapper-multipath.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 151d582..5f5abe2 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -1,7 +1,7 @@
Summary: Tools to manage multipath devices using device-mapper.
Name: device-mapper-multipath
Version: 0.4.4
-Release: 2.1
+Release: 2.2
License: GPL
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/chkconfig --add multipathd
-/sbin/chkconfig --levels 0123456 off
+/sbin/chkconfig --levels 0123456 multipathd off
%preun
if [ "$1" = 0 ]; then
@@ -77,6 +77,9 @@ fi
/var/cache/multipath
%changelog
+* Thu May 05 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.2
+- Fix last fix.
+
* Wed May 04 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.1
- By default, disable the multipathd service.