- Update to Xen 4.4.0 RC1 c/s 28233
- Drop 32bit support from spec file - Dropped 520d417d-xen-Add-stdbool.h-workaround-for-BSD.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=282
This commit is contained in:
committed by
Git OBS Bridge
parent
7057c8e7c9
commit
e09562d587
@@ -1,7 +1,7 @@
|
||||
Index: xen-4.3.0-testing/tools/xenstore/Makefile
|
||||
Index: xen-4.4.0-testing/tools/xenstore/Makefile
|
||||
===================================================================
|
||||
--- xen-4.3.0-testing.orig/tools/xenstore/Makefile
|
||||
+++ xen-4.3.0-testing/tools/xenstore/Makefile
|
||||
--- xen-4.4.0-testing.orig/tools/xenstore/Makefile
|
||||
+++ xen-4.4.0-testing/tools/xenstore/Makefile
|
||||
@@ -10,6 +10,7 @@ CFLAGS += $(CFLAGS_libxenctrl)
|
||||
|
||||
CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod
|
||||
@@ -56,17 +56,19 @@ Index: xen-4.3.0-testing/tools/xenstore/Makefile
|
||||
$(INSTALL_DIR) $(DESTDIR)$(LIBDIR)
|
||||
$(INSTALL_PROG) libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)
|
||||
ln -sf libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libxenstore.so.$(MAJOR)
|
||||
Index: xen-4.3.0-testing/tools/hotplug/Linux/Makefile
|
||||
Index: xen-4.4.0-testing/tools/hotplug/Linux/Makefile
|
||||
===================================================================
|
||||
--- xen-4.3.0-testing.orig/tools/hotplug/Linux/Makefile
|
||||
+++ xen-4.3.0-testing/tools/hotplug/Linux/Makefile
|
||||
@@ -43,12 +43,12 @@ install: all install-initd install-scrip
|
||||
--- xen-4.4.0-testing.orig/tools/hotplug/Linux/Makefile
|
||||
+++ xen-4.4.0-testing/tools/hotplug/Linux/Makefile
|
||||
@@ -46,14 +46,14 @@ install: all install-initd install-scrip
|
||||
.PHONY: install-initd
|
||||
install-initd:
|
||||
[ -d $(DESTDIR)$(INITD_DIR) ] || $(INSTALL_DIR) $(DESTDIR)$(INITD_DIR)
|
||||
- [ -d $(DESTDIR)$(SYSCONFIG_DIR) ] || $(INSTALL_DIR) $(DESTDIR)$(SYSCONFIG_DIR)
|
||||
+ [ -d $(DESTDIR)/var/adm/fillup-templates ] || $(INSTALL_DIR) $(DESTDIR)/var/adm/fillup-templates/
|
||||
ifeq ($(CONFIG_XEND),y)
|
||||
$(INSTALL_PROG) $(XEND_INITD) $(DESTDIR)$(INITD_DIR)
|
||||
endif
|
||||
$(INSTALL_PROG) $(XENDOMAINS_INITD) $(DESTDIR)$(INITD_DIR)
|
||||
- $(INSTALL_DATA) $(XENDOMAINS_SYSCONFIG) $(DESTDIR)$(SYSCONFIG_DIR)/xendomains
|
||||
+ $(INSTALL_DATA) $(XENDOMAINS_SYSCONFIG) $(DESTDIR)/var/adm/fillup-templates/
|
||||
@@ -76,10 +78,10 @@ Index: xen-4.3.0-testing/tools/hotplug/Linux/Makefile
|
||||
$(INSTALL_PROG) init.d/xen-watchdog $(DESTDIR)$(INITD_DIR)
|
||||
|
||||
.PHONY: install-scripts
|
||||
Index: xen-4.3.0-testing/tools/firmware/etherboot/Makefile
|
||||
Index: xen-4.4.0-testing/tools/firmware/etherboot/Makefile
|
||||
===================================================================
|
||||
--- xen-4.3.0-testing.orig/tools/firmware/etherboot/Makefile
|
||||
+++ xen-4.3.0-testing/tools/firmware/etherboot/Makefile
|
||||
--- xen-4.4.0-testing.orig/tools/firmware/etherboot/Makefile
|
||||
+++ xen-4.4.0-testing/tools/firmware/etherboot/Makefile
|
||||
@@ -28,12 +28,12 @@ all: $(ROMS)
|
||||
$(MAKE) -C $D/src bin/$(*F).rom
|
||||
|
||||
|
Reference in New Issue
Block a user