author | Junio C Hamano <junkio@cox.net> | |
Sun, 30 Oct 2005 23:07:01 +0000 (15:07 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 31 Oct 2005 01:28:04 +0000 (17:28 -0800) | ||
commit | 80e0c0ab91e1cf6a6315d0431bf6873ebbf8bef0 | |
tree | 8c8ace55eb085e930dcc9482f7cf66f9399374b4 | tree | snapshot |
parent | 64b1f6e676a5621483feac0082e11cd79c1ad825 | commit | diff |
Work around an RPM build problem.
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>
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>
git-svnimport.perl | diff | blob | history |