diff --git a/xen.spec b/xen.spec index a86655a..344162c 100644 --- a/xen.spec +++ b/xen.spec @@ -5,7 +5,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.0 -Release: 0.20060130.fc5.2 +Release: 0.20060130.fc5.3 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html @@ -17,6 +17,7 @@ Patch1: xen-initscript.patch Patch3: xen-dom0-minmem.patch Patch4: xen-compile-fixes.patch Patch5: xen-default-network.patch +Patch6: xen-network-iptables-bridge.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: transfig libidn-devel zlib-devel texi2html SDL-devel curl-devel BuildRequires: libX11-devel python-devel ghostscript tetex-latex @@ -48,6 +49,7 @@ or makes fun of you in front of your friends. %patch3 -p1 -b .mem-min %patch4 -p1 -b .compile %patch5 -p1 +%patch6 -p1 cp %{SOURCE2} . @@ -142,7 +144,12 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/xenstored %changelog -* Tue Jan 31 2006 Bill Nottinghham 3.0-0.20060130.fc5.2 +* Thu Feb 2 2006 Bill Nottingham 3.0-0.20060130.fc5.3 +- disable iptables/ip6tables/arptables on bridging when bringing up a + Xen bridge. If complicated filtering is needed that uses this, custom + firewalls will be needed. (#177794) + +* Tue Jan 31 2006 Bill Nottingham 3.0-0.20060130.fc5.2 - use the default network device, don't hardcode eth0 * Tue Jan 31 2006 - 3.0-0.20060130.fc5.1