Description of problem: We are seeing this on ia64 since we still are building a lot of packages for the first time. I expect all other arches will see this as well when they rebuild. The python-sqlite2 package fails to build due to: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/python2.5/site-packages/pysqlite-2.3.3-py2.5.egg-info The package has not been built since F7, my guess is rpmbuild did not have the check for installed but unpackaged files at that point. The fix is to either include this file in the %files section of the spec file (if we want to package it), remove the file at the end of the %install stage, or modify the makefiles to not install it in the first place. Version-Release number of selected component (if applicable): python-sqlite2-2.3.3-1 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I see this has now been fixed. thanks, - Doug