From 6cdd7f0099c58584c0079a5918d19f2a0798f017 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 5 Sep 2017 19:56:42 +0200 Subject: [PATCH] mark that package contain directory explicitly Signed-off-by: Igor Gnatenko --- python-kdcproxy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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