Mark Wu has uploaded a new change for review. Change subject: trivial: Fix a typo of mom package name on Debian ......................................................................
trivial: Fix a typo of mom package name on Debian Change-Id: Iaf2631a0ac26fc72bdb7f2b79d7ac35b2e8ab8c5 Signed-off-by: Mark Wu <[email protected]> --- M vdsm/caps.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/20/9320/1 diff --git a/vdsm/caps.py b/vdsm/caps.py index 9fe360f..fdb06b1 100644 --- a/vdsm/caps.py +++ b/vdsm/caps.py @@ -353,7 +353,7 @@ elif getos() == OSName.DEBIAN and python_apt: KEY_PACKAGES = {'qemu-kvm': 'qemu-kvm', 'qemu-img': 'qemu-utils', 'vdsm': 'vdsmd', 'spice-server': 'libspice-server1', - 'libvirt': 'libvirt0', 'mom': 'nom'} + 'libvirt': 'libvirt0', 'mom': 'mom'} cache = apt.Cache() -- To view, visit http://gerrit.ovirt.org/9320 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaf2631a0ac26fc72bdb7f2b79d7ac35b2e8ab8c5 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
