[python-redis/f20] Fix obfuscated lines.

Christopher Meng cicku at fedoraproject.org
Fri Feb 14 06:19:11 UTC 2014


commit e1a8f718c39d1b2db66ac76b2c7f2090d8b43a42
Author: Christopher Meng <i at cicku.me>
Date:   Fri Feb 14 14:19:15 2014 +0800

    Fix obfuscated lines.

 python-redis.spec |    8 ++++----
 1 files 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


More information about the scm-commits mailing list