Francesco Romani has uploaded a new change for review. Change subject: spec: bump libvirt requirement ......................................................................
spec: bump libvirt requirement On CentOS/RHEL 7.1, libvirt has a bug which makes XML being restored incorrectly in the dehibernation path. Libvirt >= 1.2.13 at least (probably earlier) is fixed already, so CentOS/RHEL 7.2 will be fine. We must make sure that CentOS/RHEL 7.1 depend on the fixed libvirt. https://bugzilla.redhat.com/1258349 Change-Id: I3451736271ff6d2d499387a4de5063efa28d9fa4 Signed-off-by: Francesco Romani <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/09/45509/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index d4c1198..a86eb0e 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -150,7 +150,7 @@ Requires: libvirt-daemon-driver-qemu %if 0%{?rhel} -Requires: libvirt-daemon >= 1.2.8-16.el7_1.2 +Requires: libvirt-daemon >= 1.2.8-16.el7_1.4 Requires: libvirt-python >= 1.2.8-7.el7_1.1 %endif # rhel -- To view, visit https://gerrit.ovirt.org/45509 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3451736271ff6d2d499387a4de5063efa28d9fa4 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
