* Wolfgang Denk ([EMAIL PROTECTED]) wrote: > It's then the "perl(Email::Valid)" and "perl(Mail::Sendmail)" depen- > dencies which cause problems. I installed all perl packages and > modules I was able to find in the standard FC places, but this did > not solve the problem. Maybe this is actually a bug in Fedora Core ?
No, you probably missed the earlier thread on this. It's not a bug, those are real dependencies which rpm automagically discovers (along with things like shared library dependencies). The issue is the git-send-email-script uses Mail/Sendmail.pm and Email/Valid.pm which aren't part of standard install. Your choices are to grab the relevant packages, do an install with --nodeps (and know that git-send-email-script will not work), make a subpackage for that script so it can have its own dependencies, or move that script to elsewhere so it's not scanned for depenedency info. thanks, -chris - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

