Bug 482968
| Summary: | Source0 missing from SPEC file | ||
|---|---|---|---|
| Product: | [Community] Publican | Reporter: | eric |
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.6 | CC: | jfearn, mmcallis, publican-list |
| 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: | 2009-01-29 05:10:53 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: | 476471 | ||
Changing the file name used in the automated spec building system would create a lot of extra work changing that whole subsystem, so I'm not going to do that at this time. I'll add a new parameter, SRC_URL, which will be setable in the books Makefile and will be prepended to Source0. So it will look something like: In Makefile: SRC_URL = http://foo.bar/sources/ In *-spec.xsl: Source0: $SRC_URL%{name}-%{version}.tgz That should work. Thanks! Added SRC_URL Makefile variable. publican-fedora-0.18-0.fc10,publican-0.44-0.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/publican-fedora-0.18-0.fc10,publican-0.44-0.fc10 publican-fedora-0.18-0.fc10, publican-0.44-0.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The Source0 entry in the SPEC file should point to where the developer has stored the tarball. Version-Release number of selected component (if applicable): publican-0.40-0.fc10.noarch Actual results: Source0: %{name}-%{version}.tgz Expected results: Source0: <actual path and file name>