Description of problem: After upgrading from an installed package to a newer version of the package, some .pyc files are missing when querying the rpm database. Previous bugs were filed for other s-c-* packages. This package still exhibits the problem. The problem seems to happen because some files that are already owned by the package are rm *.pyc during the cleanup stage of rpm. Version-Release number of selected component (if applicable): system-config-soundcard-2.0.1-1 How reproducible: Upgrade system via pup or yum Steps to Reproduce: 1. run yum update 2. rpm -qaV |grep missing >rpm-missing.txt 3. review file for results Actual results: missing /usr/share/system-config-soundcard/probeCard.pyc missing /usr/share/system-config-soundcard/soundcard.pyc missing /usr/share/system-config-soundcard/soundcardBackend.pyc missing /usr/share/system-config-soundcard/soundcardBackendHal.pyc missing /usr/share/system-config-soundcard/soundcardBackendKudzu.pyc missing /usr/share/system-config-soundcard/soundcardBackendProc.pyc missing /usr/share/system-config-soundcard/soundcardBackendSoundCard.pyc missing /usr/share/system-config-soundcard/system-config-soundcard.pyc Expected results: Query to come back with no problems detected. Additional info: mozilla and s-c-* rpms seem to be the highest failures.