From 52eeaf6a6df36a025486f6799c6094d4cc5b12f5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 17 Jan 2018 18:20:41 +0100 Subject: [PATCH] fix ftbfs Signed-off-by: Igor Gnatenko --- python-fasteners.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-fasteners.spec b/python-fasteners.spec index 5332ada..79e6b90 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -86,15 +86,15 @@ nosetests-%{python3_version} %files -n python2-%{pypi_name} %doc README.rst %license LICENSE -%{python2_sitelib}/%{pypi_name} -%{python2_sitelib}/%{pypi_name}-%{version}-py%{python_version}.egg-info +%{python2_sitelib}/%{pypi_name}/ +%{python2_sitelib}/%{pypi_name}-*.egg-info/ %if 0%{?with_python3} %files -n python3-%{pypi_name} %doc README.rst %license LICENSE -%{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info +%{python3_sitelib}/%{pypi_name}/ +%{python3_sitelib}/%{pypi_name}-*.egg-info/ %endif # with_python3