rpms/device-mapper-multipath/devel device-mapper-multipath.spec, 1.10, 1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 15 05:13:04 UTC 2005


Author: pjones

Update of /cvs/dist/rpms/device-mapper-multipath/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31100

Modified Files:
	device-mapper-multipath.spec 
Log Message:
split kpartx out into its own (somewhat silly) package



Index: device-mapper-multipath.spec
===================================================================
RCS file: /cvs/dist/rpms/device-mapper-multipath/devel/device-mapper-multipath.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- device-mapper-multipath.spec	6 May 2005 17:41:26 -0000	1.10
+++ device-mapper-multipath.spec	15 Nov 2005 05:12:57 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: Tools to manage multipath devices using device-mapper.
 Name: device-mapper-multipath
 Version: 0.4.4
-Release: 2.3
+Release: 2.4
 License: GPL
 Group: System Environment/Base
 URL: http://christophe.varoqui.free.fr/
@@ -13,6 +13,7 @@
 Patch4: move_cache_file.patch
 Patch5: cache_open_mode.patch
 Patch6: init.patch
+Requires: kpartx = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: sysfsutils-devel,device-mapper
 
@@ -22,7 +23,13 @@
 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.
+
+%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
@@ -68,7 +75,6 @@
 %files
 %defattr(-,root,root,-)
 /sbin/multipath
-/sbin/kpartx
 /sbin/multipathd
 %{_mandir}/man8/kpartx.8.gz
 %{_mandir}/man8/multipath.8.gz
@@ -77,7 +83,14 @@
 %doc AUTHOR COPYING README* FAQ multipath.conf.* multipath/01_udev multipath/02_multipath multipath/multipath.dev
 /var/cache/multipath
 
+%files -n kpartx
+%defattr(-,root,root,-)
+/sbin/kpartx
+
 %changelog
+* Tue Nov 15 2005 Peter Jones <pjones at redhat.com> - 0.4.4-2.4
+- split kpartx out into its own package
+
 * Fri May 06 2005 Bill Nottingham <notting at redhat.com> - 0.4.4-2.3
 - Fix last fix.
 




More information about the fedora-cvs-commits mailing list