- Fix botched backport of commit bbe97ae9

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=263
This commit is contained in:
James Fehlig 2013-05-16 22:26:04 +00:00 committed by Git OBS Bridge
parent 63e2ee1ac4
commit d820fe0d40
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Index: libvirt-1.0.5/src/qemu/qemu_cgroup.c
===================================================================
--- libvirt-1.0.5.orig/src/qemu/qemu_cgroup.c
+++ libvirt-1.0.5/src/qemu/qemu_cgroup.c
@@ -445,7 +445,8 @@ int qemuInitCgroup(virQEMUDriverPtr driv
@@ -415,7 +415,8 @@ int qemuInitCgroup(virQEMUDriverPtr driv
if (rc != 0) {
if (rc == -ENXIO ||
rc == -EPERM ||

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 16 16:25:13 MDT 2013 - jfehlig@suse.com
- Fix botched backport of commit bbe97ae9
-------------------------------------------------------------------
Mon May 13 09:32:56 MDT 2013 - jfehlig@suse.com