- 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:
Olaf Hering 2016-05-06 11:49:59 +00:00 committed by Git OBS Bridge
parent b658abd60f
commit 25d4901211
3 changed files with 45 additions and 1 deletions

View File

@ -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 Tue May 3 17:25:08 UTC 2016 - jfehlig@suse.com

36
xen.pkgconfig-4.7.patch Normal file
View 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 \

View File

@ -160,7 +160,7 @@ BuildRequires: xorg-x11-util-devel
%endif %endif
%endif %endif
Version: 4.7.0_02 Version: 4.7.0_03
Release: 0 Release: 0
Summary: Xen Virtualization: Hypervisor (aka VMM aka Microkernel) Summary: Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
License: GPL-2.0 License: GPL-2.0
@ -198,6 +198,7 @@ Source57: xen-utils-0.1.tar.bz2
# For xen-libs # For xen-libs
Source99: baselibs.conf Source99: baselibs.conf
# Upstream patches # Upstream patches
Patch47: xen.pkgconfig-4.7.patch
Patch164: xsa164.patch Patch164: xsa164.patch
# Upstream qemu-traditional patches # Upstream qemu-traditional patches
Patch250: VNC-Support-for-ExtendedKeyEvent-client-message.patch Patch250: VNC-Support-for-ExtendedKeyEvent-client-message.patch
@ -515,6 +516,7 @@ Authors:
%prep %prep
%setup -q -n %xen_build_dir -a 1 -a 2 -a 5 -a 6 -a 57 %setup -q -n %xen_build_dir -a 1 -a 2 -a 5 -a 6 -a 57
# Upstream patches # Upstream patches
%patch47 -p1
%patch164 -p1 %patch164 -p1
# Upstream qemu patches # Upstream qemu patches
%patch250 -p1 %patch250 -p1