Description of problem: See summary. This causes the following problem: - packages installed - engine-setup ran - this causes python to create .pyc/.pyo files - engine-cleanup - yum remove This does not remove the pyc/pyo files as they were not part of the package - yum install some other version, where some of the files/directories from the old version are not included in the new one This will leave the old pyc/pyo files behind, and so they might get used. Solved upstream.
Note: The reason we did not notice it very much so far is that most of our build machines have the package 'redhat-rpm-config' installed which has hooks for rpmbuild that cause it to build the pyc/pyo files anyway.
patch merged on upstream master and 3.3 branches
ok, is30.
Closing - RHEV 3.3 Released