[python-drat/el6] Correct the py version

Parag Nemade pnemade at fedoraproject.org
Tue Sep 30 06:52:06 UTC 2014


commit dc02f633341a469aa86caec126fb4a1bfcd071ab
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Sep 30 12:21:48 2014 +0530

    Correct the py version

 python-drat.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-drat.spec b/python-drat.spec
index cfc194c..02b81f5 100644
--- a/python-drat.spec
+++ b/python-drat.spec
@@ -50,8 +50,8 @@ rm -rf *.egg-info
 
 %files -n python-%{module_name}
 %doc README.rst
-%{python2_sitelib}/%{module_name}/
-%{python2_sitelib}/%{module_name}-%{version}-py2.7.egg-info
+%{python_sitelib}/%{module_name}/
+%{python_sitelib}/%{module_name}-%{version}-py2.6.egg-info
 
 %changelog
 * Sun Sep 28 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.4.1-1


More information about the scm-commits mailing list