Bug 711421

Summary: wrong dist tag in specfile
Product: Red Hat Enterprise Linux 4 Reporter: Aleš Mareček <amarecek>
Component: rubyAssignee: Vít Ondruch <vondruch>
Status: CLOSED CURRENTRELEASE QA Contact: Aleš Mareček <amarecek>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.9CC: eng-i18n-bugs
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-08 09:54:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Aleš Mareček 2011-06-07 13:15:32 UTC
Description of problem:
There is wrong tag "%{dist}" in spec file. It should be "%{?dist}".

Version-Release number of selected component (if applicable):
ruby-1.8.1-15.el4

How reproducible:
Always

Steps to Reproduce:
1. download a source rpm package
2. rpm2cpio ruby-1.8.1-15.el4.src.rpm | cpio -id
3. grep '%{dist}' ruby.spec && echo "FAIL" || echo "PASS"

  
Actual results:
Release:	15%{dist}
FAIL

Expected results:
PASS, with tag %{?dist}

Additional info: