From Bugzilla Helper: User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.7-10 i686; Nav) Description of problem: According to "rpm -qi gcc3", it is version 3.0.1, but according to "gcc3 -v", it is version 3.0.2. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. rpm -qi gcc3 2. gcc3 -v 3. Actual Results: Version mismatch. Expected Results: rpm -qi gcc3 should have reported that this is 3.0.2. Additional info: This is just a small cosmetical error.
It should not, since what is packaged in gcc3-3.0.1-* rpm is not 3.0.2 final, yet 3.0.2 snapshot, so it cannot be called 3.0.2. And rawhide has gcc-3.1, so this is a non-issue.