- unsplit kpartx
This commit is contained in:
parent
9d698d97a5
commit
31d489063e
@ -13,7 +13,7 @@ Patch3: makefile.patch
|
|||||||
Patch4: move_cache_file.patch
|
Patch4: move_cache_file.patch
|
||||||
Patch5: cache_open_mode.patch
|
Patch5: cache_open_mode.patch
|
||||||
Patch6: init.patch
|
Patch6: init.patch
|
||||||
Requires: kpartx = %{version}-%{release}
|
Obsoletes: kpartx = 0.4.4-2.4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: sysfsutils-devel,device-mapper
|
BuildRequires: sysfsutils-devel,device-mapper
|
||||||
|
|
||||||
@ -24,13 +24,6 @@ The tools are :
|
|||||||
* multipath : Scan the system for multipath devices and assemble them.
|
* multipath : Scan the system for multipath devices and assemble them.
|
||||||
* multipathd : Detects when paths fail and execs multipath to update things.
|
* multipathd : Detects when paths fail and execs multipath to update things.
|
||||||
|
|
||||||
%package -n kpartx
|
|
||||||
Summary: kpartx probes device-mapper volumes for partitions.
|
|
||||||
Group: System Environment/Base
|
|
||||||
|
|
||||||
%description -n kpartx
|
|
||||||
kpartx probes device-mapper volumes for partitions.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n multipath-tools-0.4.4.2
|
%setup -q -n multipath-tools-0.4.4.2
|
||||||
|
|
||||||
@ -74,6 +67,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
/sbin/kpartx
|
||||||
/sbin/multipath
|
/sbin/multipath
|
||||||
/sbin/multipathd
|
/sbin/multipathd
|
||||||
%{_mandir}/man8/kpartx.8.gz
|
%{_mandir}/man8/kpartx.8.gz
|
||||||
@ -85,9 +79,12 @@ fi
|
|||||||
|
|
||||||
%files -n kpartx
|
%files -n kpartx
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
/sbin/kpartx
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 15 2005 Peter Jones <pjones@redhat.com> - 0.4.4-2.5
|
||||||
|
- unsplit kpartx. parted knows how to do this now, so we don't
|
||||||
|
need this in a separate package.
|
||||||
|
|
||||||
* Tue Nov 15 2005 Peter Jones <pjones@redhat.com> - 0.4.4-2.4
|
* Tue Nov 15 2005 Peter Jones <pjones@redhat.com> - 0.4.4-2.4
|
||||||
- split kpartx out into its own package
|
- split kpartx out into its own package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user