rpms/xen/F-12 xen.spec,1.248,1.249

Justin M. Forbes jforbes at fedoraproject.org
Fri Oct 9 14:47:04 UTC 2009


Author: jforbes

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

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-12/xen.spec,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -p -r1.248 -r1.249
--- xen.spec	14 Sep 2009 06:54:47 -0000	1.248
+++ xen.spec	9 Oct 2009 14:47:03 -0000	1.249
@@ -6,7 +6,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.4.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -69,6 +69,7 @@ BuildRequires: bzip2-devel xz-devel
 # libfsimage
 BuildRequires: e2fsprogs-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
@@ -337,7 +338,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
@@ -464,6 +465,10 @@ rm -rf %{buildroot}
 %{_libdir}/*.a
 
 %changelog
+* Thu Oct 7 2009 Justin M. Forbes <jforbes at redhat.com> - 3.4.1-5
+- add PyXML to dependencies. (#496135)
+- Take ownership of {_libdir}/fs (#521806)
+
 * Mon Sep 14 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.4.1-4
 - add e2fsprogs-devel to build dependencies.
 




More information about the fedora-extras-commits mailing list