H. Peter Anvin wrote: > The Subversion importer Perl script breaks RPM generation. First of > all, it introduces new module dependencies which don't exist in for > example RHEL4. The easiest way to deal with that is probably to fork > off the subversion exporter into a separate package, but the really bad > one is: > > git-svnimport.perl:require v5.8.0; # for shell-safe open("-|",LIST) > > ... which RPM thinks means that you need a Perl module called v5.8.0 > which doesn't, of course, exist. This is arguably an rpmbuild bug, but > it nevertheless breaks at the moment. If you change that to the traditional statement of "require 5.008;", does it fix things up? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2005-10-31 09:28:56 EST