| Summary: | Missing BuildRequires for notify-python, needs autoconf | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | jcpunk | ||||
| Component: | notify-python | Assignee: | John Dennis <jdennis> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | BaseOS QE Security Team <qe-baseos-security> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.0 | CC: | csieh, dmach, dpal, misterbonnie, riehecky, tis | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | notify-python-0.1.1-25.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-01-14 20:59:42 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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1012790 | ||||||
| Attachments: |
|
||||||
Created attachment 846315 [details]
mock config
added mock config to replicate problem
*** Bug 1048888 has been marked as a duplicate of this bug. *** fixed in notify-python-0.1.1-25.el7 closing as WONTFIX because during an email exchange it was decided notify-python no longer has any dependencies in RHEL-7 and it should be dropped from the compose. |
Description of problem: notify-python utilizes autoconf as part of it's %build however the source rpm does not require autoconf Version-Release number of selected component (if applicable):notify-python-0.1.1-23.el7.src.rpm How reproducible: 100% Steps to Reproduce: 1. install minimal RHEL7 and listed BuildRequires 2. rpmbuild --rebuild notify-python-0.1.1-23.el7.src.rpm 3. build fails Actual results: + autoconf /var/tmp/rpm-tmp.D59260: line 32: autoconf: command not found RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.D59260 (%build) Bad exit status from /var/tmp/rpm-tmp.D59260 (%build) Expected results: BuildRequires: autoconf Additional info: