Hide Forgot
Description of problem: Parser that generates rpm "Requires:" can generate fake dependencies in case it finds "use something" string in the script. Version-Release number of selected component (if applicable): rpm-4.8.0-32.el6.x86_64 How reproducible: Always Steps to Reproduce: $ /usr/lib/rpm/perl.req ./mysql_install_db Actual results: perl(Data::Dumper) perl(Fcntl) perl(File::Basename) perl(File::Copy) perl(Getopt::Long) perl(Sys::Hostname) perl(hostnames) perl(strict) Expected results: perl(Data::Dumper) perl(Fcntl) perl(File::Basename) perl(File::Copy) perl(Getopt::Long) perl(Sys::Hostname) perl(strict) Additional info: $ yum search perl\(hostnames\)Loaded plugins: langpacks, refresh-packagekit Warning: No matches found for: perl(hostnames) No matches found
Created attachment 819659 [details] example code for testing
Patch available upstream
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1452.html