Bug 482968

Summary: Source0 missing from SPEC file
Product: [Community] Publican Reporter: eric
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 1.6CC: 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    

Description eric 2009-01-29 03:20:19 UTC
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>

Comment 1 Jeff Fearn 🐞 2009-01-29 03:49:41 UTC
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

Comment 2 eric 2009-01-29 03:57:32 UTC
That should work.  Thanks!

Comment 3 Jeff Fearn 🐞 2009-01-29 05:10:53 UTC
Added SRC_URL Makefile variable.

Comment 4 Fedora Update System 2009-03-18 23:57:22 UTC
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

Comment 5 Fedora Update System 2009-03-26 14:53:33 UTC
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.