Bug 864586
Summary: | gzip.spec file appears to be formatted incorrectly on the f17 branch? | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Al Stone (Old account - use ahs3) <ahs3+donotuse> | ||||
Component: | gzip | Assignee: | Michal Luscon <mluscon> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 17 | CC: | mluscon, pertusus | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-10-11 12:51:43 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Thank you for report - fixed in git. |
Created attachment 624192 [details] gzip.spec patch Description of problem: I used fedpkg to check out an f17 branch of gzip and the gzip.spec file had incorrectly formatted entries in %changelog. This was seen when trying to use the command 'fedpkg srpm' on the f17 branch. Version-Release number of selected component (if applicable): This only appears to happen on the f17 branch. How reproducible: Steps to Reproduce: 1. fedpkg clone -a gzip 2. fedpkg switch-branch f17 3. fedpkg srpm Actual results: (ahs3@fidelio) fedpkg srpm Downloading gzip-1.4.tar.xz error: %changelog entries must start with * error: query of specfile gzip.spec failed, can't parse Could not execute srpm: Could not parse the spec, exited 1 Expected results: (ahs3@fidelio) fedpkg srpm Downloading gzip-1.4.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 599k 100 599k 0 0 699k 0 --:--:-- --:--:-- --:--:-- 795k Wrote: /home/ahs3/projects/gzip/gzip/gzip-1.4-6.fc17.src.rpm Additional info: Patch is attached.