diff --git a/xen.spec b/xen.spec index 7dad496..fb37e6f 100644 --- a/xen.spec +++ b/xen.spec @@ -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 - 3.4.0-2 +- add PyXML to dependencies. (#496135) +- Take ownership of {_libdir}/fs (#521806) + * Wed May 27 2009 Gerd Hoffmann - 3.4.0-1 - update to version 3.4.0. - cleanup specfile, add doc subpackage.