Commit 92c983aa by James Tanner

Addresses #5042 remove /usr/share/ansible when uninstalling rpm

parent efef44f5
...@@ -68,6 +68,7 @@ rm -rf $RPM_BUILD_ROOT ...@@ -68,6 +68,7 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/ansible* %{python_sitelib}/ansible*
%{_bindir}/ansible* %{_bindir}/ansible*
%dir %{_datadir}/ansible %dir %{_datadir}/ansible
%dir %{_datadir}/ansible/*
%{_datadir}/ansible/*/* %{_datadir}/ansible/*/*
%config(noreplace) %{_sysconfdir}/ansible %config(noreplace) %{_sysconfdir}/ansible
%doc README.md PKG-INFO COPYING %doc README.md PKG-INFO COPYING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment