SHA256
1
0
forked from pool/xen

Updating link to change in openSUSE:Factory/xen revision 79.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=b6b207d81cd5754c754f7e4e72bb82de
This commit is contained in:
OBS User buildservice-autocommit
2009-08-31 19:24:23 +00:00
committed by Git OBS Bridge
parent 3880feee3b
commit d94c859728
11 changed files with 725 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package xen (Version 3.4.1_19718_01)
# spec file for package xen (Version 3.4.1_19718_02)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -37,8 +37,8 @@ BuildRequires: glibc-32bit glibc-devel-32bit
%if %{?with_kmp}0
BuildRequires: kernel-source kernel-syms module-init-tools xorg-x11
%endif
Version: 3.4.1_19718_01
Release: 2
Version: 3.4.1_19718_02
Release: 1
License: GPL v2 only
Group: System/Kernel
AutoReqProv: on
@@ -70,7 +70,15 @@ Source24: xenapiusers
# sysconfig hook script for Xen
Source25: xen-updown.sh
# Upstream patches
Patch0: 20013-xend-memleak.patch
Patch0: 19614-x86-emul-lldt-ltr.patch
Patch1: 20013-xend-memleak.patch
Patch2: 20031-x86-pmode-load-seg-retry.patch
Patch3: 20035-x86-load-sreg-adjust.patch
Patch4: 20059-vmx-nmi-handling.patch
Patch5: 20077-x86-runstate-cswitch-out.patch
Patch6: 20078-x86_64-branch-emulation.patch
Patch7: 20101-hvm-no-compat-virt-start.patch
Patch8: 20112-x86-dom0-boot-run-timers.patch
# Our patches
Patch100: xen-config.diff
Patch101: xend-config.diff
@@ -503,6 +511,14 @@ Authors:
%prep
%setup -q -n %xen_build_dir
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1