Bug 338851
| Summary: | fuse-python has incorrect Source line, examples not included | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michel Lind <michel> | ||||
| Component: | fuse-python | Assignee: | Peter Lemenkov <lemenkov> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | iny | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 0.2-6.fc7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-10-29 19:04:14 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: |
|
||||||
Created attachment 231651 [details]
Patch for fuse-python.spec
*** Bug 331181 has been marked as a duplicate of this bug. *** Fixed, thanks. Let's wait for the next build. fuse-python-0.2-6.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update fuse-python' fuse-python-0.2-6.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The Source line for fuse-python uses %{name}, which does not work since the file is actually hosted as part of the fuse project (it should be 'fuse' instead) Also, example files are missing, which makes it hard for a file system developer to get started (the tutorial on the website does not work out-of-the-box) Version-Release number of selected component (if applicable): fuse-python-0.2-5.fc8 How reproducible: Always Steps to Reproduce: 1. spectool -gf fuse-python.spec Actual results: wget will get redirected multiple times and then fail Expected results: File downloaded Additional info: