Hide Forgot
Description of problem: When running rpmdeplint on a package with "build-requires: automake" rpmdeplint claim no package provides automake. When looking into koji's package info for automake package there are no provides defined. Version-Release number of selected component (if applicable): automake-1.15-7.fc25.noarch How reproducible: allways Steps to Reproduce: 1. run rpmdeplint on a (src)rpm with "build-requires: automake" 2. 3. Actual results: rpmlint claim no package provides automake Expected results: Additional info:
Haiko, thanks for the report, but there doesn't seem to be bug in automake package. To be fair, this is the first time I used rpmdeplint, so I may use the rpmdeplint tool a wrong way: $ rpmdeplint check --repo hell,http://ftp.fi.muni.cz/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/ ./tar-1.29-3.fc26.src.rpm .. This gives me a lot of warnings, but nothing about automake. ... $ echo $? 0 Feel free to reopen (or possibly switch against rpmdeplint).