]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- py 2.4 compat
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Oct 2010 14:01:30 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core.spec -> 1.217

git-core.spec

index 1b685d20a8f2d90ec8ef638119dac9f59f63e3d2..931a5e7c900796c958f95f45d3f907e231d94213 100644 (file)
@@ -648,11 +648,13 @@ fi
 
 %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)
This page took 0.032317 seconds and 4 git commands to generate.