Fix last fix.

This commit is contained in:
Alasdair Kergon 2005-05-05 14:43:28 +00:00
parent 8ea90ca871
commit 328c6481d5

View File

@ -1,7 +1,7 @@
Summary: Tools to manage multipath devices using device-mapper. Summary: Tools to manage multipath devices using device-mapper.
Name: device-mapper-multipath Name: device-mapper-multipath
Version: 0.4.4 Version: 0.4.4
Release: 2.1 Release: 2.2
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/ URL: http://christophe.varoqui.free.fr/
@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
%post %post
/sbin/chkconfig --add multipathd /sbin/chkconfig --add multipathd
/sbin/chkconfig --levels 0123456 off /sbin/chkconfig --levels 0123456 multipathd off
%preun %preun
if [ "$1" = 0 ]; then if [ "$1" = 0 ]; then
@ -77,6 +77,9 @@ fi
/var/cache/multipath /var/cache/multipath
%changelog %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 * Wed May 04 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.1
- By default, disable the multipathd service. - By default, disable the multipathd service.