rpms/xen/devel .cvsignore, 1.43, 1.44 sources, 1.58, 1.59 xen.spec, 1.252, 1.253 xen-fix-deprecated-warnings.patch, 1.2, NONE xen-qemu-dm-unplug.diff, 1.1, NONE xen-xenstored-fix.diff, 1.1, NONE

myoung myoung at fedoraproject.org
Tue Jun 1 18:18:47 UTC 2010


Author: myoung

Update of /cvs/pkgs/rpms/xen/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3943

Modified Files:
	.cvsignore sources xen.spec 
Removed Files:
	xen-fix-deprecated-warnings.patch xen-qemu-dm-unplug.diff 
	xen-xenstored-fix.diff 
Log Message:
update to 3.4.3 and tidy up a bit



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xen/devel/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- .cvsignore	10 Dec 2009 13:31:28 -0000	1.43
+++ .cvsignore	1 Jun 2010 18:18:47 -0000	1.44
@@ -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.2.tar.gz
+xen-3.4.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xen/devel/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- sources	10 Dec 2009 13:31:28 -0000	1.58
+++ sources	1 Jun 2010 18:18:47 -0000	1.59
@@ -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
-f009a7abf51017aeee697c9130b6f8a6  xen-3.4.2.tar.gz
+cbe84c44bc156ad1b4a20dc1c73464b8  xen-3.4.3.tar.gz


Index: xen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xen/devel/xen.spec,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -p -r1.252 -r1.253
--- xen.spec	10 Dec 2009 21:06:31 -0000	1.252
+++ xen.spec	1 Jun 2010 18:18:47 -0000	1.253
@@ -5,8 +5,8 @@
 
 Summary: Xen is a virtual machine monitor
 Name:    xen
-Version: 3.4.2
-Release: 2%{?dist}
+Version: 3.4.3
+Release: 1%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -70,7 +70,7 @@ Requires: xen-runtime = %{version}-%{rel
 # now for accessing domU data from within a dom0 so bring it in when the user
 # installs xen.
 Requires: kpartx
-Prereq: chkconfig
+Requires: chkconfig
 ExclusiveArch: %{ix86} x86_64 ia64
 #ExclusiveArch: %{ix86} x86_64 ia64 noarch
 
@@ -202,6 +202,9 @@ rm -f %{buildroot}/%{_sysconfdir}/xen/RE
 # standard gnu info files
 rm -rf %{buildroot}/usr/info
 
+# adhere to Static Library Packaging Guidelines
+rm -rf %{buildroot}/%{_libdir}/*.a
+
 ############ fixup files in /etc ############
 
 # udev
@@ -451,9 +454,15 @@ rm -rf %{buildroot}
 %dir %{_includedir}/xen
 %{_includedir}/xen/*
 %{_libdir}/*.so
-%{_libdir}/*.a
 
 %changelog
+* 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)
+    should fix build problems (#565063) and crashes (#545307)
+- replace Prereq: with Requires: in spec file
+- drop static libraries (#556101)
+
 * Thu Dec 10 2009 Gerd Hoffmann <kraxel at redhat.com> - 3.4.2-2
 - adapt module load script to evtchn.ko -> xen-evtchn.ko rename.
 


--- xen-fix-deprecated-warnings.patch DELETED ---


--- xen-qemu-dm-unplug.diff DELETED ---


--- xen-xenstored-fix.diff DELETED ---



More information about the scm-commits mailing list