SHA256
1
0
forked from pool/xen
OBS User unknown
2007-11-19 17:19:02 +00:00
committed by Git OBS Bridge
parent 8749f77d2e
commit 61e5c542fb
9 changed files with 840 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ BuildRequires: glibc-32bit glibc-devel-32bit
BuildRequires: kernel-source kernel-syms module-init-tools xorg-x11
%endif
Version: 3.1.0_15042
Release: 45
Release: 69
License: GPL v2 only
Group: System/Kernel
AutoReqProv: on
@@ -112,6 +112,8 @@ Patch51: 15716_dev_detach.patch
Patch52: fix_15716.patch
Patch53: hvm_vnc.diff
Patch54: xend_mem_leak.diff
Patch55: 16157-xenmon-security.patch
Patch56: 15434-irq-permissions.patch
# Our patches
Patch100: xen-config.diff
Patch101: xend-config.diff
@@ -160,6 +162,9 @@ Patch154: pci-passthru-reboot-fix.patch
Patch155: keymap_nl-be.patch
Patch156: svm-cr8-performance.diff
Patch157: xend-reboot.diff
Patch158: fix-ioemu-vnc-shift-key.patch
Patch159: fix-vncfb-shift-key.patch
Patch160: usercopy-gcc43-fix.patch
# Patches from Jan
Patch200: inval-sh-ldt.patch
Patch201: 32on64-cpuid.patch
@@ -360,7 +365,6 @@ Summary: Xen Virtualization: Control tools for domain U
Group: System/Kernel
Conflicts: xen-tools
AutoReqProv: on
%description tools-domU
Xen is a virtual machine monitor for x86 that supports execution of
@@ -618,6 +622,8 @@ Authors:
%patch52 -p1
%patch53 -p1
%patch54 -p1
%patch55 -p1
%patch56 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1
@@ -665,6 +671,9 @@ Authors:
%patch155 -p1
%patch156 -p1
%patch157 -p1
%patch158 -p1
%patch159 -p1
%patch160 -p1
%patch200 -p1
%patch201 -p1
%patch202 -p1
@@ -1004,8 +1013,16 @@ rm -f $RPM_BUILD_ROOT/%pysite/*.egg-info
%postun libs
/sbin/ldconfig
%changelog
* Mon Nov 05 2007 - jfehlig@novell.com
- Added upstream c/s 15434 to allow access to serial devices.
Bug #338486.
* Thu Nov 01 2007 - carnold@novell.com
- 334445: xenbaked: Fix security vulnerability CVE-2007-3919.
* Thu Nov 01 2007 - carnold@novell.com
- #310279: Kernel Panic while booting Xen
* Tue Oct 02 2007 - ccoffing@novell.com
- #286859: Fix booting from SAN
* Thu Sep 13 2007 - ccoffing@novell.com
- #310338: Fix "No such file or directory" in network-multinet
* Wed Sep 12 2007 - jfehlig@novell.com