Author: glen                         Date: Thu Oct 14 14:01:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- py 2.4 compat

---- Files affected:
packages/git-core:
   git-core.spec (1.216 -> 1.217) 

---- Diffs:

================================================================
Index: packages/git-core/git-core.spec
diff -u packages/git-core/git-core.spec:1.216 
packages/git-core/git-core.spec:1.217
--- packages/git-core/git-core.spec:1.216       Sun Oct 10 19:28:39 2010
+++ packages/git-core/git-core.spec     Thu Oct 14 16:01:30 2010
@@ -649,11 +649,13 @@
 
 %files -n python-Git
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/git_remote_helpers*.egg-info
 %dir %{py_sitescriptdir}/git_remote_helpers
 %{py_sitescriptdir}/git_remote_helpers/*.py[co]
 %dir %{py_sitescriptdir}/git_remote_helpers/git
 %{py_sitescriptdir}/git_remote_helpers/git/*.py[co]
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/git_remote_helpers*.egg-info
+%endif
 
 %files -n vim-syntax-gitcommit
 %defattr(644,root,root,755)
@@ -666,6 +668,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.217  2010/10/14 14:01:30  glen
+- py 2.4 compat
+
 Revision 1.216  2010/10/10 17:28:39  emes
 - added Req: perl-Term-ReadKey for svn package (uses it when asking for repo 
passwd)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-core/git-core.spec?r1=1.216&r2=1.217&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to