[fedora-virt-maint] rpms/xen/F-12 .cvsignore, 1.42, 1.43 sources, 1.57, 1.58 xen.modules, 1.3, 1.4 xen.spec, 1.249, 1.250 xen-341-add-bzip2-lzma-pv-bootloader-support-v2.patch, 1.1, NONE xen-fix-videoram-option.patch, 1.1, NONE xen-pygrub-fix-timeout-0.patch, 1.1, NONE xen-qemu-dm-fix-block-memory-leak.patch, 1.1, NONE

Gerd Hoffmann kraxel at fedoraproject.org
Fri Dec 11 10:46:41 UTC 2009


Author: kraxel

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

Modified Files:
	.cvsignore sources xen.modules xen.spec 
Removed Files:
	xen-341-add-bzip2-lzma-pv-bootloader-support-v2.patch 
	xen-fix-videoram-option.patch xen-pygrub-fix-timeout-0.patch 
	xen-qemu-dm-fix-block-memory-leak.patch 
Log Message:
update to 3.4.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xen/F-12/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- .cvsignore	7 Aug 2009 14:56:02 -0000	1.42
+++ .cvsignore	11 Dec 2009 10:46:40 -0000	1.43
@@ -5,4 +5,4 @@ newlib-1.16.0.tar.gz
 lwip-1.3.0.tar.gz
 pciutils-2.2.9.tar.bz2
 zlib-1.2.3.tar.gz
-xen-3.4.1.tar.gz
+xen-3.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xen/F-12/sources,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- sources	7 Aug 2009 14:56:02 -0000	1.57
+++ sources	11 Dec 2009 10:46:40 -0000	1.58
@@ -3,4 +3,4 @@ bf8f1f9e3ca83d732c00a79a6ef29bc4  newlib
 36cc57650cffda9a0269493be2a169bb  lwip-1.3.0.tar.gz
 cec05e7785497c5e19da2f114b934ffd  pciutils-2.2.9.tar.bz2
 debc62758716a169df9f62e6ab2bc634  zlib-1.2.3.tar.gz
-c3f8dbcf833140825b1e2f16b64655f3  xen-3.4.1.tar.gz
+f009a7abf51017aeee697c9130b6f8a6  xen-3.4.2.tar.gz


Index: xen.modules
===================================================================
RCS file: /cvs/pkgs/rpms/xen/F-12/xen.modules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xen.modules	6 Mar 2009 11:26:51 -0000	1.3
+++ xen.modules	11 Dec 2009 10:46:41 -0000	1.4
@@ -5,6 +5,6 @@ test -f /proc/xen/capabilities			|| moun
 test -f /proc/xen/capabilities			|| exit 0
 grep -q "control_d" /proc/xen/capabilities	|| exit 0
 
-for module in evtchn blkbk netbk; do
+for module in xen-evtchn evtchn blkbk netbk; do
 	modprobe ${module} >/dev/null 2>&1
 done


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/F-12/xen.spec,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -p -r1.249 -r1.250
--- xen.spec	9 Oct 2009 14:47:03 -0000	1.249
+++ xen.spec	11 Dec 2009 10:46:41 -0000	1.250
@@ -5,8 +5,8 @@
 
 Summary: Xen is a virtual machine monitor
 Name:    xen
-Version: 3.4.1
-Release: 5%{?dist}
+Version: 3.4.2
+Release: 1%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -37,12 +37,6 @@ Patch5: xen-net-disable-iptables-on-brid
 
 Patch10: xen-no-werror.patch
 
-# backports
-Patch20: xen-pygrub-fix-timeout-0.patch
-Patch21: xen-qemu-dm-fix-block-memory-leak.patch
-Patch22: xen-fix-videoram-option.patch
-Patch23: xen-341-add-bzip2-lzma-pv-bootloader-support-v2.patch
-
 Patch100: xen-configure-xend.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -147,11 +141,6 @@ which manage Xen virtual machines.
 
 %patch10 -p1
 
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
-%patch23 -p1
-
 %patch100 -p1
 
 # stubdom sources
@@ -465,6 +454,10 @@ rm -rf %{buildroot}
 %{_libdir}/*.a
 
 %changelog
+* Fri Dec 11 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.4.2-1
+- update to 3.4.2 release.
+- adapt module load script to evtchn.ko -> xen-evtchn.ko rename.
+
 * 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)


--- xen-341-add-bzip2-lzma-pv-bootloader-support-v2.patch DELETED ---


--- xen-fix-videoram-option.patch DELETED ---


--- xen-pygrub-fix-timeout-0.patch DELETED ---


--- xen-qemu-dm-fix-block-memory-leak.patch DELETED ---




More information about the Fedora-virt-maint mailing list