Hello Piotr Kliczewski, Yaniv Bronhaim, Dan Kenigsberg, I'd like you to do a code review. Please visit
https://gerrit.ovirt.org/49607 to review the following change. Change subject: spec: remove leftover directories on host ...................................................................... spec: remove leftover directories on host Remove vdsm data directory and vdsm python lib leftover directories on vdsm removeal. Change-Id: I8230624958f0a195a6ee4124e9c6cbec4a85c4e3 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1255114 Signed-off-by: Yeela Kaplan <ykap...@redhat.com> Reviewed-on: https://gerrit.ovirt.org/48706 Continuous-Integration: Jenkins CI Reviewed-by: Yaniv Bronhaim <ybron...@redhat.com> Reviewed-by: Piotr Kliczewski <piotr.kliczew...@gmail.com> Reviewed-by: Dan Kenigsberg <dan...@redhat.com> --- M vdsm.spec.in 1 file changed, 18 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/07/49607/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index da359e2..cb11a44 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -816,6 +816,8 @@ %dir %{_datadir}/%{vdsm_name}/storage %dir %{_datadir}/%{vdsm_name}/storage/imageRepository %dir %{_datadir}/%{vdsm_name}/virt +%dir %{_datadir}/%{vdsm_name}/virt/vmdevices +%dir %{_datadir}/%{vdsm_name}/rpc %{_datadir}/%{vdsm_name}/alignmentScan.py* %{_datadir}/%{vdsm_name}/blkid.py* %{_datadir}/%{vdsm_name}/caps.py* @@ -1065,6 +1067,8 @@ %dir %{python_sitelib}/%{vdsm_name} %dir %{python_sitelib}/%{vdsm_name}/netlink %dir %{python_sitelib}/%{vdsm_name}/tool +%dir %{python_sitelib}/%{vdsm_name}/tool/configurators +%dir %{python_sitelib}/%{vdsm_name}/profiling %{python_sitelib}/%{vdsm_name}/__init__.py* %{python_sitelib}/%{vdsm_name}/cmdutils.py* %{python_sitelib}/%{vdsm_name}/compat.py* @@ -1130,9 +1134,12 @@ %files tests %doc %{_datadir}/%{vdsm_name}/tests/README %defattr(-, root, root, -) +%dir %{_datadir}/%{vdsm_name} %dir %{_datadir}/%{vdsm_name}/tests %dir %{_datadir}/%{vdsm_name}/tests/functional %dir %{_datadir}/%{vdsm_name}/tests/devices +%dir %{_datadir}/%{vdsm_name}/tests/devices/data +%dir %{_datadir}/%{vdsm_name}/tests/devices/parsing %dir %{_datadir}/%{vdsm_name}/tests/integration %{_datadir}/%{vdsm_name}/tests/*.py* %{_datadir}/%{vdsm_name}/tests/cpu_info.out @@ -1361,6 +1368,7 @@ %defattr(-, root, root, -) %license COPYING %{_bindir}/vdsClient +%dir %{_datadir}/%{vdsm_name} %{_datadir}/%{vdsm_name}/vdsClient.py* %{_datadir}/%{vdsm_name}/vdsClientGluster.py* %{_sysconfdir}/bash_completion.d/vdsClient @@ -1369,10 +1377,13 @@ %files xmlrpc %defattr(-, root, root, -) %dir %{_datadir}/%{vdsm_name} +%dir %{_datadir}/%{vdsm_name}/rpc %{_datadir}/%{vdsm_name}/rpc/bindingxmlrpc.py* %files jsonrpc %doc %{vdsm_name}/rpc/vdsm-api.html +%dir %{_datadir}/%{vdsm_name} +%dir %{_datadir}/%{vdsm_name}/rpc %{_datadir}/%{vdsm_name}/rpc/__init__.py* %{_datadir}/%{vdsm_name}/rpc/bindingjsonrpc.py* %{_datadir}/%{vdsm_name}/rpc/Bridge.py* @@ -1390,6 +1401,12 @@ %{python_sitelib}/yajsonrpc/stompreactor.py* %files infra +%dir %{python_sitelib}/%{vdsm_name} +%dir %{python_sitelib}/%{vdsm_name}/infra +%dir %{python_sitelib}/%{vdsm_name}/infra/eventfd +%dir %{python_sitelib}/%{vdsm_name}/infra/filecontrol +%dir %{python_sitelib}/%{vdsm_name}/infra/sigutils +%dir %{python_sitelib}/%{vdsm_name}/infra/zombiereaper %{python_sitelib}/%{vdsm_name}/infra/eventfd/__init__.py* %{python_sitelib}/%{vdsm_name}/infra/filecontrol/__init__.py* %{python_sitelib}/%{vdsm_name}/infra/sigutils/__init__.py* @@ -1404,6 +1421,7 @@ %if 0%{?with_gluster} %files gluster %defattr(-, root, root, -) +%dir %{_datadir}/%{vdsm_name} %dir %{_datadir}/%{vdsm_name}/gluster %license COPYING %{_datadir}/%{vdsm_name}/gluster/api.py* -- To view, visit https://gerrit.ovirt.org/49607 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8230624958f0a195a6ee4124e9c6cbec4a85c4e3 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Yeela Kaplan <ykap...@redhat.com> Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczew...@gmail.com> Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com> _______________________________________________ vdsm-patches mailing list vdsm-patches@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches