rpms/xen/devel xen.spec,1.146,1.147

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 21 10:08:25 UTC 2006


Author: sct

Update of /cvs/dist/rpms/xen/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29465

Modified Files:
	xen.spec 
Log Message:
Add Requires: kpartx for dom0 access to domU data


Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/devel/xen.spec,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- xen.spec	20 Sep 2006 21:51:09 -0000	1.146
+++ xen.spec	21 Sep 2006 10:08:23 -0000	1.147
@@ -5,7 +5,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0.2
-Release: 35
+Release: 36
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -47,6 +47,10 @@
 Requires: udev >= 059
 Requires: python-xeninst
 Requires: xen-libs = %{version}-%{release}
+# Not strictly a dependency, but kpartx is by far the most useful tool right
+# now for accessing domU data from within a dom0 so bring it in when the user
+# installs xen.
+Requires: kpartx
 Prereq: chkconfig
 ExclusiveArch: i386 x86_64 ia64
 
@@ -209,6 +213,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Thu Sep 21 2006 Stephen C. Tweedie <sct at redhat.com> - 3.0.2-36
+- Add Requires: kpartx for dom0 access to domU data
+
 * Wed Sep 20 2006 Stephen C. Tweedie <sct at redhat.com> - 3.0.2-35
 - Don't strip qemu-dm early, so that we get proper debuginfo (danpb)
 - Fix compile problem with latest glibc




More information about the fedora-cvs-commits mailing list