This commit is contained in:
committed by
Git OBS Bridge
parent
2e40c9b50c
commit
b52c73e219
31
xen.spec
31
xen.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package xen (Version 3.0.5_14934)
|
||||
# spec file for package xen (Version 3.0.5_14993)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -13,7 +13,7 @@
|
||||
Name: xen
|
||||
%define xvers 3.0
|
||||
%define xvermaj 3
|
||||
%define changeset 14934
|
||||
%define changeset 14993
|
||||
%define xen_build_dir xen-3.0.5-testing
|
||||
%define with_install 1
|
||||
%if %sles_version
|
||||
@@ -22,14 +22,19 @@ Name: xen
|
||||
# openSUSE 10.3 kernel is not yet ready...
|
||||
%define with_kmp 0
|
||||
%endif
|
||||
BuildRequires: LibVNCServer SDL-devel autoconf automake bin86 curl-devel dev86 graphviz latex2html libjpeg-devel libxml2-devel openssl openssl-devel python-devel texlive texlive-latex transfig
|
||||
BuildRequires: LibVNCServer SDL-devel autoconf automake bin86 curl-devel dev86 graphviz latex2html libjpeg-devel libxml2-devel openssl openssl-devel python-devel transfig
|
||||
%if %suse_version >= 1030
|
||||
BuildRequires: texlive texlive-latex
|
||||
%else
|
||||
BuildRequires: te_ams te_latex tetex
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
BuildRequires: glibc-32bit glibc-devel-32bit
|
||||
%endif
|
||||
%if %{?with_kmp}0
|
||||
BuildRequires: kernel-source kernel-syms xorg-x11
|
||||
%endif
|
||||
Version: 3.0.5_14934
|
||||
Version: 3.0.5_14993
|
||||
Release: 1
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Kernel
|
||||
@@ -64,7 +69,6 @@ Patch7: xen-paths.diff
|
||||
Patch8: xen-xmexample.diff
|
||||
Patch9: xen-xmexample-nbd.diff
|
||||
Patch10: xen-bootloader-dryrun.diff
|
||||
Patch11: xen-bootloader-tidy.diff
|
||||
Patch12: xen-domUloader.diff
|
||||
Patch13: xen-linguas.diff
|
||||
Patch14: xen-messages.diff
|
||||
@@ -80,7 +84,6 @@ Patch23: xen-lost-mouse.diff
|
||||
Patch24: xen-lowmem-emergency-pool.diff
|
||||
Patch25: block-losetup-retry.diff
|
||||
Patch26: block-flags.diff
|
||||
Patch27: xen-man-xm-bad-char.diff
|
||||
Patch28: xen-hvm-default-bridge.diff
|
||||
Patch29: xen-hvm-netfront.diff
|
||||
Patch30: xen-hvm-default-pae.diff
|
||||
@@ -103,6 +106,7 @@ Patch46: xen-disable-qemu-monitor.diff
|
||||
Patch47: supported_module.diff
|
||||
Patch48: disable_emulated_device.diff
|
||||
Patch49: balloon-early.patch
|
||||
Patch50: pv-driver-build.patch
|
||||
# Misc unused patches / need to be re-ported:
|
||||
Patch300: xen-enable-hvm-debug.diff
|
||||
URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/
|
||||
@@ -514,8 +518,7 @@ cd ..
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
#%patch12 -p1 # re-port
|
||||
%patch12 -p1
|
||||
#%patch13 -p1 # po files are misnamed upstream
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
@@ -530,7 +533,6 @@ cd ..
|
||||
%patch24 -p1
|
||||
%patch25 -p1
|
||||
%patch26 -p1
|
||||
%patch27 -p1
|
||||
%patch28 -p1
|
||||
%patch29 -p1
|
||||
%patch30 -p1
|
||||
@@ -553,6 +555,7 @@ cd ..
|
||||
%patch47 -p1
|
||||
%patch48 -p1
|
||||
%patch49 -p1
|
||||
%patch50 -p1
|
||||
XEN_EXTRAVERSION=%version-%release
|
||||
XEN_EXTRAVERSION=${XEN_EXTRAVERSION#%{xvers}}
|
||||
sed -i "s/XEN_EXTRAVERSION[ ]*.=.*\$/XEN_EXTRAVERSION = $XEN_EXTRAVERSION/" xen/Makefile
|
||||
@@ -870,6 +873,16 @@ rm -rf $RPM_BUILD_DIR/%xen_build_dir
|
||||
%{insserv_cleanup}
|
||||
|
||||
%changelog
|
||||
* Tue May 01 2007 - jfehlig@novell.com
|
||||
- Integrated domUloader with 3.0.5. Updated xen-domUloader.diff.
|
||||
* Mon Apr 30 2007 - ccoffing@novell.com
|
||||
- Update to xen-3.0.5-testing rc4 (changeset 14993).
|
||||
* Thu Apr 26 2007 - jfehlig@novell.com
|
||||
- Fixed autobuild error in function that returns random data.
|
||||
File tools/ioemu/hw/piix4acpi.c line 72. Fix added to
|
||||
xen-warnings.diff.
|
||||
* Thu Apr 26 2007 - ccoffing@novell.com
|
||||
- Fix build on SLES 10 SP1.
|
||||
* Wed Apr 25 2007 - ccoffing@novell.com
|
||||
- Update to xen-3.0.5-testing rc3 (changeset 14934).
|
||||
- Switch BuildRequires to texlive.
|
||||
|
Reference in New Issue
Block a user