diff options
author | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2019-11-02 00:31:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-05 15:13:14 +0100 |
commit | aa1f0896fb15a0bdcc5474839c8afdbb2520d603 (patch) | |
tree | 1ebe8be9012548e23add161f55515c4621aa4b05 /gnu/local.mk | |
parent | cd2c3dc2d6ed1372ba457d7856b3fdbf097c7095 (diff) | |
download | patches-aa1f0896fb15a0bdcc5474839c8afdbb2520d603.tar patches-aa1f0896fb15a0bdcc5474839c8afdbb2520d603.tar.gz |
gnu: libvirt: Update to 5.8.0.
* gnu/local.mk (dist_patch_DATA): Add new patch file.
* gnu/packages/patches/libvirt-create-machine-cgroup.patch: New patch,
submitted to upstream for upstream bug 1760233.
* gnu/packages/virtualization.scm (libvirt): Update version to 5.8.0.
Include patch. Avoid execution of failing tests qemuxml2argvtest and
qemuhotplugtest. Replace python by python-wrapper to avoid warnings on
patch-shebangs phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 468bf02ca0..ec3974a8aa 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1005,6 +1005,7 @@ dist_patch_DATA = \ %D%/packages/patches/java-xerces-xjavac_taskdef.patch \ %D%/packages/patches/jbig2dec-ignore-testtest.patch \ %D%/packages/patches/kdbusaddons-kinit-file-name.patch \ + %D%/packages/patches/libvirt-create-machine-cgroup.patch \ %D%/packages/patches/libziparchive-add-includes.patch \ %D%/packages/patches/localed-xorg-keyboard.patch \ %D%/packages/patches/kiki-level-selection-crash.patch \ |