Mark Wu has uploaded a new change for review. Change subject: Remove vdsm directories on uninstallation ......................................................................
Remove vdsm directories on uninstallation Change-Id: I119c691cfdf6a487f36aef6ab451073af0230143 Signed-off-by: Mark Wu <[email protected]> --- M vdsm.spec.in 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/16764/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 560e01a..4c103b9 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -796,6 +796,7 @@ %ghost %dir %attr(-, %{vdsm_user}, %{vdsm_group}) @vdsmrepo@/mnt %dir %{_libexecdir}/%{vdsm_name} %dir %{_datadir}/%{vdsm_name} +%dir %{_datadir}/%{vdsm_name}/netconf %dir %{_datadir}/%{vdsm_name}/storage %dir %{_datadir}/%{vdsm_name}/storage/imageRepository %{_datadir}/%{vdsm_name}/alignmentScan.py* @@ -997,6 +998,8 @@ %if !0%{?rhel} %config(noreplace) %{_sysconfdir}/%{vdsm_name}/vdsm.conf %endif +%dir %{python_sitearch}/%{vdsm_name} +%dir %{python_sitearch}/%{vdsm_name}/tool %{python_sitearch}/%{vdsm_name}/__init__.py* %{python_sitearch}/%{vdsm_name}/config.py* %{python_sitearch}/%{vdsm_name}/constants.py* @@ -1028,6 +1031,8 @@ %files tests %doc %{_datadir}/%{vdsm_name}/tests/README %defattr(-, root, root, -) +%dir %{_datadir}/%{vdsm_name}/tests +%dir %{_datadir}/%{vdsm_name}/tests/functional %{_datadir}/%{vdsm_name}/tests/*.py* %{_datadir}/%{vdsm_name}/tests/cpu_info.out %{_datadir}/%{vdsm_name}/tests/caps_libvirt_intel_E5649.out @@ -1184,6 +1189,7 @@ %files xmlrpc %defattr(-, root, root, -) +%dir %{_datadir}/%{vdsm_name} %{_datadir}/%{vdsm_name}/BindingXMLRPC.py* %files api @@ -1196,6 +1202,7 @@ %{_datadir}/%{vdsm_name}/Bridge.py* %files yajsonrpc +%dir %{python_sitearch}/yajsonrpc %{python_sitearch}/yajsonrpc/__init__.py* %{python_sitearch}/yajsonrpc/asyncoreReactor.py* %{python_sitearch}/yajsonrpc/protonReactor.py* -- To view, visit http://gerrit.ovirt.org/16764 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I119c691cfdf6a487f36aef6ab451073af0230143 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
