[python-ladon/el6] epel has python 2.6, not 2.7

Matthias Runge mrunge at fedoraproject.org
Tue Jan 10 08:37:12 UTC 2012


commit ded0f5fdba812be9409294e61b51e32a6e49cbb5
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Tue Jan 10 09:36:51 2012 +0100

    epel has python 2.6, not 2.7

 python-ladon.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-ladon.spec b/python-ladon.spec
index 44c2e4b..d13fbc6 100644
--- a/python-ladon.spec
+++ b/python-ladon.spec
@@ -32,7 +32,7 @@ Ladon's protocol support.
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 chmod 755 %{buildroot}/%{python_sitelib}/ladon/clients/jsonwsp.py
-rm %{buildroot}/%{_bindir}/ladon2.7ctl.py
+rm %{buildroot}/%{_bindir}/ladon2.6ctl.py
 
 # remove bundled library
 rm -rf %{buildroot}/%{python_sitelib}/chardet_py2


More information about the scm-commits mailing list