Revision 80e0c0ab91e1cf6a6315d0431bf6873ebbf8bef0 authored by Junio C Hamano on 30 October 2005, 23:07:01 UTC, committed by Junio C Hamano on 31 October 2005, 01:28:04 UTC
The require statement at the top of git-svnimport seems to confuse
rpmbuild dependency generation.  It uses the newer notation "v5.8.0",
and rpm ends up requiring "perl(v5.8.0)", while we would want it to
say something like "perl >= 0:5.008".

Ryan suggests old-style "require 5.008" might fix this problem, so
here it is.

Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 64b1f6e
History
File Mode Size
.gitignore -rw-r--r-- 58 bytes
changelog -rw-r--r-- 2.3 KB
compat -rw-r--r-- 2 bytes
control -rw-r--r-- 1.1 KB
copyright -rw-r--r-- 978 bytes
docs -rw-r--r-- 7 bytes
git-core.doc-base -rw-r--r-- 237 bytes
git-core.files -rw-r--r-- 5 bytes
git-tk.files -rw-r--r-- 72 bytes
rules -rwxr-xr-x 2.1 KB

back to top