summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@fedoraproject.org>2005-04-08 16:50:52 +0000
committerAlasdair Kergon <agk@fedoraproject.org>2005-04-08 16:50:52 +0000
commit86c28a52a6652f347c67401ba658832df3d85d97 (patch)
treea0bdbd2f7676ba55fb4a4f9ae994065815780c16
parent48a97ca0b5d145b4baca5f4342edf245570739b6 (diff)
downloaddevice-mapper-multipath-86c28a52a6652f347c67401ba658832df3d85d97.tar.gz
device-mapper-multipath-86c28a52a6652f347c67401ba658832df3d85d97.tar.xz
device-mapper-multipath-86c28a52a6652f347c67401ba658832df3d85d97.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 dbe7f63..1c84a3a 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: 0.pre8.0
+Release: 0.pre8.1
License: GPL
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -46,6 +46,7 @@ make DESTDIR=$RPM_BUILD_ROOT
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT bindir=/sbin rcdir=/etc/rc.d/init.d
+rm -f $RPM_BUILD_ROOT/sbin/pp_balance_units
%clean
rm -rf $RPM_BUILD_ROOT
@@ -63,7 +64,6 @@ fi
/sbin/multipath
/sbin/kpartx
/sbin/multipathd
-/sbin/pp_balance_units
%{_mandir}/man8/kpartx.8.gz
%{_mandir}/man8/multipath.8.gz
%{_mandir}/man8/multipathd.8.gz
@@ -71,6 +71,9 @@ fi
%doc AUTHOR COPYING README* FAQ multipath.conf.* multipath/01_udev multipath/02_multipath multipath/multipath.dev
%changelog
+* Fri Apr 08 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-0.pre8.1
+- Remove pp_balance_units.
+
* Mon Apr 04 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-0.pre8.0
- Incorporate numerous upstream fixes.
- Update init script to distribution standards.