Description of problem: Bad dependency on RPM. Missing: perl-Git-SVN.noarch Version-Release number of selected component (if applicable): git-svn-1.8.4.2-1.fc20.x86_64 How reproducible: Easy. RPM of git-svn missing one dependency. Steps to Reproduce: 1. Install git-svn 2. Git svn co or git svn rebase 3. Actual results: Can't locate Git/SVN.pm in @INC (you may need to install the Git::SVN module) (@INC contains: /usr/share/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 .) at /usr/libexec/git-core/git-svn line 25. BEGIN failed--compilation aborted at /usr/libexec/git-core/git-svn line 25. Expected results: $ git svn rebase Current branch master is up to date. Additional info: Manually installing the required package (perl-Git-SVN.noarch) solves the problem.
*** This bug has been marked as a duplicate of bug 1026760 ***