Hide Forgot
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: