diff --git a/xen.spec b/xen.spec index 2707773..8701585 100644 --- a/xen.spec +++ b/xen.spec @@ -3,7 +3,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.0.2 -Release: 22 +Release: 23 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html @@ -30,6 +30,8 @@ Patch200: xen-libxenstore-exec.patch Patch201: xen-libblktap-symlinks.patch Patch202: xen-xenstore-version.patch Patch203: xen-hvm-nettap.patch +Patch204: xen-rtl8139-fix.patch +Patch205: xen-ia64-rollup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: transfig libidn-devel zlib-devel texi2html SDL-devel curl-devel @@ -50,7 +52,7 @@ Requires: libvirt >= 0.1.2 Requires: libvirt-python Requires: xen-libs = %{version}-%{release} Prereq: chkconfig -ExclusiveArch: i386 x86_64 +ExclusiveArch: i386 x86_64 ia64 %description This package contains the Xen hypervisor and Xen tools, needed to @@ -87,7 +89,7 @@ virtual machines. %prep %setup -q -n xen-unstable-10712 %patch1 -p1 -b .init -%patch2 -p1 -b .nic +#patch2 -p1 -b .nic %patch3 -p1 -b .compile %patch6 -p1 %patch8 -p1 @@ -106,6 +108,8 @@ virtual machines. %patch201 -p1 %patch202 -p1 %patch203 -p1 +%patch204 -p1 +%patch205 -p1 cp %{SOURCE2} . @@ -222,6 +226,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Wed Aug 2 2006 Jeremy Katz - 3.0.2-23 +- add patch to fix rtl8139 in FV, switch it back to the default nic +- add necessary ia64 patches (#201040) +- build on ia64 + * Fri Jul 28 2006 Jeremy Katz - 3.0.2-22 - add patch to fix net devices for HVM guests