Bug 570715
| Summary: | Publican packages hidden files and directories and temporary files | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Publican | Reporter: | Ruediger Landmann <rlandman+disabled> | ||||
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 1.6 | CC: | jfearn, mmcallis, publican-list, rlandman | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | publican-1.6.1-0.fc11 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-03-24 00:46: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: | |||||||
| Attachments: |
|
||||||
Sorry -- the description should read "The resulting srpms therefore show warnings in rpmlint and *the rpms* show warnings and errors in rpmlint." Verified fixed for 1.6.1 publican-1.6.1-0.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/publican-1.6.1-0.fc12 publican-1.6.1-0.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/publican-1.6.1-0.fc11 publican-1.6.1-0.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/publican-1.6.1-0.fc13 publican-1.6.1-0.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. publican-1.6.1-0.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. publican-1.6.1-0.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 397981 [details] SRPM including .svn and .xml~ files Description of problem: When packaging brands, Publican includes hidden files (like .directory), hidden directories (like .svn) and temporary files (like .xml~). The resulting srpms therefore show warnings in rpmlint and warnings and errors in rpmlint. Version-Release number of selected component (if applicable): 1.5 How reproducible: 100% Steps to Reproduce: 1. create a brand and check it into a svn repo; leave some .xml~ files lying around; include a .directory file (file browser metadata for KDE) 2. package the brand 3. run rpmlint on the SRPM and RPM Actual results: rpmlint reports warnings and errors because of temporary and hidden files Expected results: Publican excludes hidden files and directories and temporary files when packaging brands, therefore no warnings and errors in rpmlint. Additional info: I haven't noticed temporary files getting packaged with books, but have not specifically tested this yet.