diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index d3754bd..01677ca 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -89,14 +89,14 @@ tox --sitepackages -e py27,py%{python3_version_nodots} %files -n python2-%{realname} %doc README %license COPYING -%{python_sitelib}/%{realname} +%{python_sitelib}/%{realname}/ %{python_sitelib}/%{realname}-%{version}-*.egg-info %if 0%{?rhel} == 0 %files -n python3-%{realname} %doc README %license COPYING -%{python3_sitelib}/%{realname} +%{python3_sitelib}/%{realname}/ %{python3_sitelib}/%{realname}-%{version}-*.egg-info %endif