Bug 223651

Summary: Dist.sh unable to output fedora version
Product: [Fedora] Fedora Reporter: Andrea Musuruane <musuruan>
Component: redhat-rpm-configAssignee: Jon Masters <jcm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
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: 2007-06-19 18:25:09 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:
Description Flags
Patch to fix fedora version in dist.sh none

Description Andrea Musuruane 2007-01-21 08:58:51 UTC
Description of problem:
/usr/lib/rpm/redhat/dist.sh has a trivial bug. It references variable
$DISTFEDORA which is not defined. Therefore it is unable to output the fedora
version used.

Version-Release number of selected component (if applicable):
8.0.45

How reproducible:
Always

Steps to Reproduce:
1. Open a terminal
2. Type /usr/lib/rpm/redhat/dist.sh --fc 

  
Actual results:
It doesn't return anything under fedora.

Expected results:
It should return fedora version.

Additional info:
A patch is applied to fix this bug.

Comment 1 Andrea Musuruane 2007-01-21 08:58:51 UTC
Created attachment 146080 [details]
Patch to fix fedora version in dist.sh

Comment 2 Jeremy Katz 2007-06-19 18:25:09 UTC
Fix applied to git and will be in the next version.  Thanks for the  patch!