SHA256
1
0
forked from pool/xen

- On platforms where xend is still supported don't output a

deprecation warning when using xm.
  xend-remove-xm-deprecation-warning.patch
- Changed License to GPL-2.0 (from GPL-2.0+)
  xen_pvonhvm.xen_emul_unplug.patch
  Dropped xen_pvdrivers.conf
  qemu-xen-upstream-blkif-discard.patch
- Restore a few missing xend patches
  xend-config-enable-dump-comment.patch
  xend-tools-watchdog-support.patch
  xend-vif-route-ifup.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=294
This commit is contained in:
Charles Arnold
2014-01-28 15:44:51 +00:00
committed by Git OBS Bridge
parent 1bb6cf0be1
commit 5eed528ac8
3 changed files with 55 additions and 3 deletions

View File

@@ -70,10 +70,10 @@ BuildRequires: fdupes
BuildRequires: glib2-devel
BuildRequires: libaio-devel
BuildRequires: libbz2-devel
BuildRequires: libpixman-1-0-devel
BuildRequires: libuuid-devel
BuildRequires: libxml2-devel
BuildRequires: libyajl-devel
BuildRequires: libpixman-1-0-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: python-devel
@@ -82,10 +82,10 @@ BuildRequires: transfig
BuildRequires: texinfo
BuildRequires: texlive
%if %suse_version > 1220
BuildRequires: texlive-latex
BuildRequires: texlive-courier
BuildRequires: texlive-dvips
BuildRequires: texlive-helvetic
BuildRequires: texlive-latex
BuildRequires: texlive-psnfss
BuildRequires: texlive-times
BuildRequires: tex(a4.sty)
@@ -293,6 +293,7 @@ Patch434: xend-domain-lock-sfex.patch
Patch435: xend-32on64-extra-mem.patch
Patch436: xend-hv_extid_compatibility.patch
Patch437: xend-xenpaging.autostart.patch
Patch438: xend-remove-xm-deprecation-warning.patch
# Other bug fixes or features
Patch450: libxen_permissive.patch
Patch451: xenconsole-no-multiple-connections.patch
@@ -640,6 +641,9 @@ Authors:
%patch435 -p1
%patch436 -p1
%patch437 -p1
%if %suse_version <= 1230
%patch438 -p1
%endif
%endif
# Other bug fixes or features
%patch450 -p1