Bug 188531
| Summary: | yum-utils rpm does not build due to unpackaged files error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Prarit Bhargava <prarit> | ||||
| Component: | yum-utils | Assignee: | Seth Vidal <skvidal> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5 | CC: | extras-qa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 1.0.x | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-02-14 11:01:03 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 163350 | ||||||
| Attachments: |
|
||||||
Created attachment 127577 [details]
Patch to fix unpackaged files warning in yum-utils spec file
This is fixed in the current yum-utils 1.0.x releases. |
Description of problem: yum-utils does not build due to unpackaged files being present Version-Release number of selected component (if applicable): yum-utils-0.5-1.src.rpm How reproducible: 100% Steps to Reproduce: 1. rpmbuild --rebuild source rpm or rpmbuild -bb spec.file Actual results: Build fails with: Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/yum-utils-0.5-1-root-root error: Installed (but unpackaged) file(s) found: /usr/lib/yum-plugins/changelog.pyc /usr/lib/yum-plugins/changelog.pyo /usr/lib/yum-plugins/fastestmirror.pyc /usr/lib/yum-plugins/fastestmirror.pyo RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/yum-plugins/changelog.pyc /usr/lib/yum-plugins/changelog.pyo /usr/lib/yum-plugins/fastestmirror.pyc /usr/lib/yum-plugins/fastestmirror.pyo Expected results: rpm build should complete. Additional info: Patch attached.