forked from pool/multipath-tools
This commit is contained in:
parent
7f701d7470
commit
ba8402c144
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 11:10:35 CEST 2007 - hare@suse.de
|
||||
|
||||
- Merge in latest fixes from upstream
|
||||
- Remove local patches; merge with upstream
|
||||
- Fix kpartx handling of extended partitions
|
||||
- Use underscores for partition names (#293792)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 15:34:07 CEST 2007 - hare@suse.de
|
||||
|
||||
|
@ -11,22 +11,19 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: multipath-tools
|
||||
BuildRequires: device-mapper-devel readline-devel
|
||||
BuildRequires: device-mapper-devel libaio-devel readline-devel
|
||||
URL: http://christophe.varoqui.free.fr/
|
||||
License: BSD License and BSD-like, GNU General Public License (GPL)
|
||||
License: BSD 3-Clause, GPL v2 or later
|
||||
Group: System/Base
|
||||
Requires: device-mapper kpartx
|
||||
%if %suse_version > 800
|
||||
PreReq: %insserv_prereq
|
||||
%endif
|
||||
Autoreqprov: on
|
||||
Version: 0.4.7
|
||||
Release: 50
|
||||
Release: 65
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
Source: multipath-tools-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Patch0: %{name}-git-update.patch
|
||||
Patch1: %{name}-local-fixes
|
||||
Patch10: %{name}-suse-update
|
||||
|
||||
%description
|
||||
@ -53,6 +50,7 @@ Authors:
|
||||
%package -n kpartx
|
||||
Summary: Manages partition tables on device-mapper devices
|
||||
Group: System/Base
|
||||
Requires: device-mapper
|
||||
|
||||
%description -n kpartx
|
||||
The kpartx program maps linear devmaps to device partitions, which
|
||||
@ -67,7 +65,6 @@ Authors:
|
||||
%prep
|
||||
%setup -n multipath-tools-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
@ -89,6 +86,9 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/multipath/
|
||||
#%{insserv /etc/init.d/multipathd}
|
||||
#%{fillup_and_insserv boot.multipath}
|
||||
|
||||
%preun
|
||||
%stop_on_removal multipathd
|
||||
|
||||
%postun
|
||||
%{insserv_cleanup}
|
||||
|
||||
@ -109,7 +109,7 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/multipath/
|
||||
/sbin/mpath_prio_random
|
||||
/sbin/mpath_prio_alua
|
||||
/sbin/mpath_prio_emc
|
||||
/sbin/mpath_prio_tpc
|
||||
/sbin/mpath_prio_rdac
|
||||
/sbin/mpath_prio_hds_modular
|
||||
/sbin/mpath_prio_hp_sw
|
||||
%attr (0700, root, root) /var/cache/multipath
|
||||
@ -123,12 +123,18 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/multipath/
|
||||
%defattr(-,root,root)
|
||||
%dir /etc/udev
|
||||
%dir /etc/udev/rules.d
|
||||
%dir /lib/udev
|
||||
%config /etc/udev/rules.d/70-kpartx.rules
|
||||
/sbin/kpartx
|
||||
/sbin/kpartx_id
|
||||
/lib/udev/kpartx_id
|
||||
%{_mandir}/man8/kpartx.8*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 02 2007 - hare@suse.de
|
||||
- Merge in latest fixes from upstream
|
||||
- Remove local patches; merge with upstream
|
||||
- Fix kpartx handling of extended partitions
|
||||
- Use underscores for partition names (#293792)
|
||||
* Mon May 21 2007 - hare@suse.de
|
||||
- Rework udev handling
|
||||
- Split off kpartx package
|
||||
|
Loading…
x
Reference in New Issue
Block a user