Dan Kenigsberg has uploaded a new change for review. Change subject: libvirtev.py: move to site_packages/vdsm ......................................................................
libvirtev.py: move to site_packages/vdsm Until we drop this little module, it has to sit within the vdsm package, or else `from vdsm import libvirtconnection` would fail. Change-Id: Ieffbc359880e87a7159906579a18b2e5c63bd763 Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in M vdsm/Makefile.am 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/35/9435/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 3fa3395..427db2e 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -627,7 +627,6 @@ %{_datadir}/%{vdsm_name}/API.py* %{_datadir}/%{vdsm_name}/hooking.py* %{_datadir}/%{vdsm_name}/hooks.py* -%{_datadir}/%{vdsm_name}/libvirtev.py* %{_datadir}/%{vdsm_name}/libvirtvm.py* %{_datadir}/%{vdsm_name}/lsblk.py* %{_datadir}/%{vdsm_name}/md_utils.py* @@ -786,6 +785,7 @@ %{python_sitearch}/%{vdsm_name}/define.py* %{python_sitearch}/%{vdsm_name}/exception.py* %{python_sitearch}/%{vdsm_name}/libvirtconnection.py* +%{python_sitearch}/%{vdsm_name}/libvirtev.py* %{python_sitearch}/%{vdsm_name}/netinfo.py* %{python_sitearch}/%{vdsm_name}/qemuImg.py* %{python_sitearch}/%{vdsm_name}/SecureXMLRPCServer.py* diff --git a/vdsm/Makefile.am b/vdsm/Makefile.am index 76a81c6..ceb1eaa 100644 --- a/vdsm/Makefile.am +++ b/vdsm/Makefile.am @@ -36,7 +36,6 @@ hooks.py \ kaxmlrpclib.py \ ksm.py \ - libvirtev.py \ libvirtvm.py \ logUtils.py \ lsblk.py \ @@ -60,6 +59,7 @@ define.py \ exception.py \ libvirtconnection.py \ + libvirtev.py \ netinfo.py \ qemuImg.py \ SecureXMLRPCServer.py \ -- To view, visit http://gerrit.ovirt.org/9435 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieffbc359880e87a7159906579a18b2e5c63bd763 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
