Bug 188516
| Summary: | enchant rpm fails to build due to unpackaged file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Prarit Bhargava <prarit> | ||||
| Component: | enchant | Assignee: | Marc Maurer <uwog> | ||||
| Status: | CLOSED RAWHIDE | 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: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-04-10 21:20:55 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 127571 [details]
Fix for unpackaged files in enchant spec file
Thanks, fixed using an equivalent patch |
Description of problem: enchant rpm fails to build due to unpackaged file. Version-Release number of selected component (if applicable): enchant-1.2.2-2.fc5.src.rpm How reproducible: 100% Steps to Reproduce: 1. rpmbuild --rebuild source rpm or rpmbuild -bb spec.file Actual results: build fails. Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/enchant-1.2.2-root error: Installed (but unpackaged) file(s) found: /usr/share/enchant/enchant.ordering RPM build errors: Installed (but unpackaged) file(s) found: /usr/share/enchant/enchant.ordering Expected results: Build should succeed. Additional info: Patch attached. I'm assuming that we don't want to simply exclude all unpackaged file errors ...