From e9a5b5577a712f797a79c68aacbbb95784541f54 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Oct 09 2009 14:47:03 +0000 Subject: Add PyXML to dependencies and take ownership of {_libdir}/fs --- diff --git a/xen.spec b/xen.spec index 2735b00..5839684 100644 --- a/xen.spec +++ b/xen.spec @@ -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 - 3.4.1-5 +- add PyXML to dependencies. (#496135) +- Take ownership of {_libdir}/fs (#521806) + * Mon Sep 14 2009 Gerd Hoffmann - 3.4.1-4 - add e2fsprogs-devel to build dependencies.