Bug 426188

Summary: dogtail fails to build due to installed unpackaged files
Product: [Fedora] Fedora Reporter: Doug Chapman <dchapman>
Component: dogtailAssignee: Zack Cerza <zcerza>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-23 15:16:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 163350    

Description Doug Chapman 2007-12-19 02:53:41 UTC
Description of problem:
Note, I am seeing this on ia64 however I expect other arches will fail on this
as soon as they are rebuilt.

rpmbuild checks for files installed by the %install section that are not
included in the %files section.  This causes dogtail rpmbuild to fail with:

RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/lib/python2.5/site-packages/dogtail-0.6.1-py2.5.egg-info

This file either needs to be removed during the %install section or packaged in
the %files section.


Version-Release number of selected component (if applicable):
dogtail-0.6.1-1


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Doug Chapman 2008-01-23 15:16:32 UTC
appears to be building again.  evidently something was changed in python to no
longer create the .egg-info files?  Either way closing this since it is building.