rpms/xen/F-11 xen.spec,1.237,1.238

Justin M. Forbes jforbes at fedoraproject.org
Fri Oct 9 14:54:56 UTC 2009


Author: jforbes

Update of /cvs/pkgs/rpms/xen/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23960

Modified Files:
	xen.spec 
Log Message:
Add PyXML to dependencies and take ownership of {_libdir}/fs


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/F-11/xen.spec,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -p -r1.237 -r1.238
--- xen.spec	27 May 2009 20:05:57 -0000	1.237
+++ xen.spec	9 Oct 2009 14:54:56 -0000	1.238
@@ -6,7 +6,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -58,6 +58,7 @@ BuildRequires: openssl-devel
 # For ioemu PCI passthrough
 BuildRequires: pciutils-devel
 Requires: bridge-utils
+Requires: PyXML
 Requires: udev >= 059
 Requires: xen-runtime = %{version}-%{release}
 # Not strictly a dependency, but kpartx is by far the most useful tool right
@@ -321,7 +322,7 @@ rm -rf %{buildroot}
 %files libs
 %defattr(-,root,root)
 %{_libdir}/*.so.*
-%{_libdir}/fs/*
+%{_libdir}/fs
 
 # All runtime stuff except for XenD/xm python stuff
 %files runtime
@@ -449,6 +450,10 @@ rm -rf %{buildroot}
 %{_libdir}/*.a
 
 %changelog
+* Fri Oct 8 2009 Justin M. Forbes <jforbes at redhat.com> - 3.4.0-2
+- add PyXML to dependencies. (#496135)
+- Take ownership of {_libdir}/fs (#521806)
+
 * Wed May 27 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.4.0-1
 - update to version 3.4.0.
 - cleanup specfile, add doc subpackage.




More information about the fedora-extras-commits mailing list