- Mark SONAMEs and pkgconfig as xen 4.7
xen.pkgconfig-4.7.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=428
This commit is contained in:
parent
b658abd60f
commit
25d4901211
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 11:47:24 UTC 2016 - ohering@suse.de
|
||||
|
||||
- Mark SONAMEs and pkgconfig as xen 4.7
|
||||
xen.pkgconfig-4.7.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 17:25:08 UTC 2016 - jfehlig@suse.com
|
||||
|
||||
|
36
xen.pkgconfig-4.7.patch
Normal file
36
xen.pkgconfig-4.7.patch
Normal file
@ -0,0 +1,36 @@
|
||||
Mark SONAMEs and pkgconfig as xen 4.7
|
||||
---
|
||||
tools/libxc/Makefile | 2 +-
|
||||
tools/libxl/Makefile | 4 ++--
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
Index: xen-4.7.0-testing/tools/libxc/Makefile
|
||||
===================================================================
|
||||
--- xen-4.7.0-testing.orig/tools/libxc/Makefile
|
||||
+++ xen-4.7.0-testing/tools/libxc/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
XEN_ROOT = $(CURDIR)/../..
|
||||
include $(XEN_ROOT)/tools/Rules.mk
|
||||
|
||||
-MAJOR = 4.6
|
||||
+MAJOR = 4.7
|
||||
MINOR = 0
|
||||
|
||||
ifeq ($(CONFIG_LIBXC_MINIOS),y)
|
||||
Index: xen-4.7.0-testing/tools/libxl/Makefile
|
||||
===================================================================
|
||||
--- xen-4.7.0-testing.orig/tools/libxl/Makefile
|
||||
+++ xen-4.7.0-testing/tools/libxl/Makefile
|
||||
@@ -5,10 +5,10 @@
|
||||
XEN_ROOT = $(CURDIR)/../..
|
||||
include $(XEN_ROOT)/tools/Rules.mk
|
||||
|
||||
-MAJOR = 4.6
|
||||
+MAJOR = 4.7
|
||||
MINOR = 0
|
||||
|
||||
-XLUMAJOR = 4.6
|
||||
+XLUMAJOR = 4.7
|
||||
XLUMINOR = 0
|
||||
|
||||
CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
|
4
xen.spec
4
xen.spec
@ -160,7 +160,7 @@ BuildRequires: xorg-x11-util-devel
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Version: 4.7.0_02
|
||||
Version: 4.7.0_03
|
||||
Release: 0
|
||||
Summary: Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
|
||||
License: GPL-2.0
|
||||
@ -198,6 +198,7 @@ Source57: xen-utils-0.1.tar.bz2
|
||||
# For xen-libs
|
||||
Source99: baselibs.conf
|
||||
# Upstream patches
|
||||
Patch47: xen.pkgconfig-4.7.patch
|
||||
Patch164: xsa164.patch
|
||||
# Upstream qemu-traditional patches
|
||||
Patch250: VNC-Support-for-ExtendedKeyEvent-client-message.patch
|
||||
@ -515,6 +516,7 @@ Authors:
|
||||
%prep
|
||||
%setup -q -n %xen_build_dir -a 1 -a 2 -a 5 -a 6 -a 57
|
||||
# Upstream patches
|
||||
%patch47 -p1
|
||||
%patch164 -p1
|
||||
# Upstream qemu patches
|
||||
%patch250 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user