From 12a888d0a8bc85aca862f8db7495a60229738653 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 4 Nov 2017 10:27:18 +0100 Subject: [PATCH] be more explicit in file list Signed-off-by: Igor Gnatenko --- python-py.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-py.spec b/python-py.spec index f73f273..a5efdef 100644 --- a/python-py.spec +++ b/python-py.spec @@ -141,7 +141,8 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing %if %{with docs} %doc doc/_build-2/html %endif # with_docs -%{python2_sitelib}/* +%{python2_sitelib}/py-*.egg-info/ +%{python2_sitelib}/py/ %files -n python3-%{srcname} %doc CHANGELOG @@ -150,7 +151,8 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing %if %{with docs} %doc doc/_build-3/html %endif # with_docs -%{python3_sitelib}/* +%{python3_sitelib}/py-*.egg-info/ +%{python3_sitelib}/py/ %changelog * Fri Nov 03 2017 Igor Gnatenko - 1.4.34-6