2005-03-01 22:57:20 +00:00
|
|
|
Summary: Tools to manage multipath devices using device-mapper.
|
|
|
|
Name: device-mapper-multipath
|
2005-04-05 17:51:09 +00:00
|
|
|
Version: 0.4.4
|
2005-04-08 16:50:52 +00:00
|
|
|
Release: 0.pre8.1
|
2005-03-01 22:57:20 +00:00
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://christophe.varoqui.free.fr/
|
2005-04-05 17:51:09 +00:00
|
|
|
Source0: multipath-tools-0.4.4-pre8.tar.bz2
|
2005-03-02 20:01:43 +00:00
|
|
|
Patch0: old_dev_t_long.patch
|
|
|
|
Patch1: old_dev_t_int.patch
|
|
|
|
Patch2: old_dev_t_short.patch
|
|
|
|
Patch3: makefile.patch
|
2005-04-05 17:51:09 +00:00
|
|
|
Patch4: kpartx_endian.patch
|
2005-03-01 22:57:20 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
2005-03-02 20:05:22 +00:00
|
|
|
BuildRequires: sysfsutils-devel,device-mapper
|
2005-03-01 22:57:20 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} provides tools to manage multipath devices by instructing the
|
|
|
|
device-mapper multipath kernel module what to do.
|
|
|
|
The tools are :
|
|
|
|
* multipath : Scan the system for multipath devices and assemble them.
|
|
|
|
* multipathd : Detects when paths fail and execs multipath to update things.
|
|
|
|
* kpartx : Makes multipath devices partitionable.
|
|
|
|
|
|
|
|
%prep
|
2005-04-05 17:51:09 +00:00
|
|
|
%setup -q -n multipath-tools-0.4.4-pre8
|
2005-03-01 22:57:20 +00:00
|
|
|
|
2005-03-02 20:01:43 +00:00
|
|
|
%ifarch ppc64 x86_64
|
|
|
|
%patch0 -p1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ifarch ppc ia64
|
|
|
|
%patch1 -p1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ifarch i386 s390 s390x
|
|
|
|
%patch2 -p1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%patch3 -p1
|
2005-04-05 17:51:09 +00:00
|
|
|
%patch4 -p1
|
2005-03-02 20:01:43 +00:00
|
|
|
|
2005-03-01 22:57:20 +00:00
|
|
|
%build
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-03-02 20:01:43 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT bindir=/sbin rcdir=/etc/rc.d/init.d
|
2005-04-08 16:50:52 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/sbin/pp_balance_units
|
2005-03-01 22:57:20 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2005-04-05 17:51:09 +00:00
|
|
|
%post
|
|
|
|
/sbin/chkconfig --add multipathd
|
2005-03-01 22:57:20 +00:00
|
|
|
|
2005-04-05 17:51:09 +00:00
|
|
|
%preun
|
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
/sbin/chkconfig --del multipathd
|
|
|
|
fi
|
2005-03-01 22:57:20 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
/sbin/multipath
|
|
|
|
/sbin/kpartx
|
|
|
|
/sbin/multipathd
|
2005-03-02 20:01:43 +00:00
|
|
|
%{_mandir}/man8/kpartx.8.gz
|
2005-03-01 22:57:20 +00:00
|
|
|
%{_mandir}/man8/multipath.8.gz
|
2005-03-02 20:01:43 +00:00
|
|
|
%{_mandir}/man8/multipathd.8.gz
|
2005-03-01 22:57:20 +00:00
|
|
|
%config /etc/rc.d/init.d/multipathd
|
2005-03-02 20:01:43 +00:00
|
|
|
%doc AUTHOR COPYING README* FAQ multipath.conf.* multipath/01_udev multipath/02_multipath multipath/multipath.dev
|
2005-03-01 22:57:20 +00:00
|
|
|
|
|
|
|
%changelog
|
2005-04-08 16:50:52 +00:00
|
|
|
* Fri Apr 08 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-0.pre8.1
|
|
|
|
- Remove pp_balance_units.
|
|
|
|
|
2005-04-05 17:51:09 +00:00
|
|
|
* 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.
|
|
|
|
|
2005-03-01 22:57:20 +00:00
|
|
|
* Tue Mar 01 2005 Alasdair Kergon <agk@redhat.com> - 0.4.2-1.0
|
|
|
|
- Initial import based on Christophe Varoqui's spec file.
|