Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1276867

Summary: Packaging:SourceURL#Git Tags is erroneous for GitHub repository
Product: [Retired] Fedora Documentation Reporter: Francis ANDRE <francis.andre.kampbell>
Component: packager-guideAssignee: Petr Kovar <pkovar>
Status: CLOSED NOTABUG QA Contact: Fedora Docs QA <docs-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: develCC: pkovar
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: 2017-12-14 09:21:26 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:

Description Francis ANDRE 2015-10-31 16:40:20 UTC
Hi

The documentation about specifying SourceURL at https://fedoraproject.org/wiki/Packaging:SourceURL, chapter Git Tags is erroneous

setup should be
%prep
%setup -qn %{name}-%{gittag0}               [GitHub]

instead of
%prep
%setup -qn %{name}-%{version}               [GitHub]

Comment 1 Petr Kovar 2017-12-14 09:21:26 UTC
This seems to have been fixed already.