Bug 1399341

Summary: Missing "provides automake"
Product: [Fedora] Fedora Reporter: Heiko Adams <bugzilla>
Component: automakeAssignee: Pavel Raiskup <praiskup>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: praiskup
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-29 07:00:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Heiko Adams 2016-11-28 19:26:07 UTC
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:

Comment 1 Pavel Raiskup 2016-11-29 07:00:30 UTC
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).