summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@fedoraproject.org>2005-05-06 17:41:26 +0000
committerBill Nottingham <notting@fedoraproject.org>2005-05-06 17:41:26 +0000
commitc8d5c8147becbc42fed7b73664d4fd9f5cd0eb78 (patch)
treeb0dfb0a2c507f758e7187e07b5d5440793bc9781
parent328c6481d52568ecc6d2959c29c3ee388e8aa973 (diff)
downloaddevice-mapper-multipath-c8d5c8147becbc42fed7b73664d4fd9f5cd0eb78.tar.gz
device-mapper-multipath-c8d5c8147becbc42fed7b73664d4fd9f5cd0eb78.tar.xz
device-mapper-multipath-c8d5c8147becbc42fed7b73664d4fd9f5cd0eb78.zip
fix initscript disabling on installdevice-mapper-multipath-0_4_4-2_3FC-4-split
-rw-r--r--device-mapper-multipath.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 5f5abe2..fb15393 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.2
+Release: 2.3
License: GPL
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -12,6 +12,7 @@ Patch2: old_dev_t_short.patch
Patch3: makefile.patch
Patch4: move_cache_file.patch
Patch5: cache_open_mode.patch
+Patch6: init.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: sysfsutils-devel,device-mapper
@@ -41,6 +42,7 @@ The tools are :
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1
%build
make DESTDIR=$RPM_BUILD_ROOT
@@ -57,7 +59,6 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/chkconfig --add multipathd
-/sbin/chkconfig --levels 0123456 multipathd off
%preun
if [ "$1" = 0 ]; then
@@ -77,6 +78,9 @@ fi
/var/cache/multipath
%changelog
+* Fri May 06 2005 Bill Nottingham <notting@redhat.com> - 0.4.4-2.3
+- Fix last fix.
+
* Thu May 05 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.2
- Fix last fix.