summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@fedoraproject.org>2005-12-01 19:40:11 +0000
committerPeter Jones <pjones@fedoraproject.org>2005-12-01 19:40:11 +0000
commit31d489063e8525e4d557179e744d754bd1148161 (patch)
tree000bd2a6dfd6e576c90bebf3383530c3e2c6e3cb
parent9d698d97a53245ee79c0258757f5ef99fcd04626 (diff)
downloaddevice-mapper-multipath-31d489063e8525e4d557179e744d754bd1148161.tar.gz
device-mapper-multipath-31d489063e8525e4d557179e744d754bd1148161.tar.xz
device-mapper-multipath-31d489063e8525e4d557179e744d754bd1148161.zip
- unsplit kpartx
-rw-r--r--device-mapper-multipath.spec15
1 files changed, 6 insertions, 9 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index f6cc305..c2dea7a 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -13,7 +13,7 @@ Patch3: makefile.patch
Patch4: move_cache_file.patch
Patch5: cache_open_mode.patch
Patch6: init.patch
-Requires: kpartx = %{version}-%{release}
+Obsoletes: kpartx = 0.4.4-2.4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: sysfsutils-devel,device-mapper
@@ -24,13 +24,6 @@ The tools are :
* multipath : Scan the system for multipath devices and assemble them.
* 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
%setup -q -n multipath-tools-0.4.4.2
@@ -74,6 +67,7 @@ fi
%files
%defattr(-,root,root,-)
+/sbin/kpartx
/sbin/multipath
/sbin/multipathd
%{_mandir}/man8/kpartx.8.gz
@@ -85,9 +79,12 @@ fi
%files -n kpartx
%defattr(-,root,root,-)
-/sbin/kpartx
%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
- split kpartx out into its own package