rpms/xen/F-13 sources,1.59,1.60 xen.spec,1.253,1.254

myoung myoung at fedoraproject.org
Sun Jun 20 16:54:57 UTC 2010


Author: myoung

Update of /cvs/pkgs/rpms/xen/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12756

Modified Files:
	sources xen.spec 
Log Message:
Use official xen-3.4.3.tar.gz now there is one



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xen/F-13/sources,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- sources	1 Jun 2010 19:22:39 -0000	1.59
+++ sources	20 Jun 2010 16:54:57 -0000	1.60
@@ -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
-cbe84c44bc156ad1b4a20dc1c73464b8  xen-3.4.3.tar.gz
+f8d001eb9e08525c451d38deb93908b1  xen-3.4.3.tar.gz


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/F-13/xen.spec,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -p -r1.253 -r1.254
--- xen.spec	1 Jun 2010 19:22:40 -0000	1.253
+++ xen.spec	20 Jun 2010 16:54:57 -0000	1.254
@@ -6,11 +6,11 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.4.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
-Source0: http://bits.xensource.com/oss-xen/release/3.4.0/xen-%{version}.tar.gz
+Source0: http://bits.xensource.com/oss-xen/release/3.4.3/xen-%{version}.tar.gz
 Source1: %{name}.modules
 Source2: %{name}.logrotate
 Source3: dom0-kernel.repo
@@ -37,6 +37,8 @@ Patch5: xen-net-disable-iptables-on-brid
 
 Patch10: xen-no-werror.patch
 
+Patch15: xen-dev-create-cleanup.patch
+
 Patch100: xen-configure-xend.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -141,6 +143,8 @@ which manage Xen virtual machines.
 
 %patch10 -p1
 
+%patch15 -p1
+
 %patch100 -p1
 
 # stubdom sources
@@ -456,6 +460,11 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Sun Jun 20 2010 Michael Young <m.a.young at durham.ac.uk> - 3.4.3-2
+- add patch to remove some old device creation code that doesn't
+  work with the latest pvops kernels
+- use official xen-3.4.3.tar.gz now there is one
+
 * Tue Jun 1 2010 Michael Young <m.a.young at durham.ac.uk> - 3.4.3-1
 - update to 3.4.3 release including
     support for latest pv_ops kernels (possibly incomplete)



More information about the scm-commits mailing list