fix core dump
This commit is contained in:
parent
9c57fea79d
commit
edf0f1daab
@ -1 +1 @@
|
||||
multipath-tools-0.4.4.1.tar.bz2
|
||||
multipath-tools-0.4.4.2.tar.bz2
|
||||
|
@ -1,16 +1,17 @@
|
||||
Summary: Tools to manage multipath devices using device-mapper.
|
||||
Name: device-mapper-multipath
|
||||
Version: 0.4.4
|
||||
Release: 1.0
|
||||
Release: 2.0
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://christophe.varoqui.free.fr/
|
||||
Source0: multipath-tools-0.4.4.1.tar.bz2
|
||||
Source0: multipath-tools-0.4.4.2.tar.bz2
|
||||
Patch0: old_dev_t_long.patch
|
||||
Patch1: old_dev_t_int.patch
|
||||
Patch2: old_dev_t_short.patch
|
||||
Patch3: makefile.patch
|
||||
Patch4: move_cache_file.patch
|
||||
Patch5: cache_open_mode.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: sysfsutils-devel,device-mapper
|
||||
|
||||
@ -23,7 +24,7 @@ The tools are :
|
||||
* kpartx : Makes multipath devices partitionable.
|
||||
|
||||
%prep
|
||||
%setup -q -n multipath-tools-0.4.4.1
|
||||
%setup -q -n multipath-tools-0.4.4.2
|
||||
|
||||
%ifarch ppc64 x86_64
|
||||
%patch0 -p1
|
||||
@ -39,6 +40,7 @@ The tools are :
|
||||
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
make DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -74,6 +76,9 @@ fi
|
||||
/var/cache/multipath
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.0
|
||||
- Fix core dump from last build.
|
||||
|
||||
* Tue Apr 19 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-1.0
|
||||
- Move cache file into /var/cache/multipath.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user