From e1a8f718c39d1b2db66ac76b2c7f2090d8b43a42 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Fri, 14 Feb 2014 14:19:15 +0800 Subject: [PATCH] Fix obfuscated lines. --- python-redis.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-redis.spec b/python-redis.spec index 4b02563..84691cd 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -69,15 +69,15 @@ popd kill %1 %files -%doc CHANGES LICENSE PKG-INFO README.rst +%doc CHANGES LICENSE README.rst %{python2_sitelib}/%{upstream_name} -%{python2_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info +%{python2_sitelib}/%{upstream_name}-%{version}-py%{python2_version}.egg-info %if 0%{?with_python3} %files -n python3-redis -%doc CHANGES LICENSE PKG-INFO README.rst +%doc CHANGES LICENSE README.rst %{python3_sitelib}/%{upstream_name} -%{python3_sitelib}/%{upstream_name}-%{version}-py%{python2_version}.egg-info +%{python3_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info %endif %changelog