Bug 978306

Summary: rpmlint *.pyo files contain BUILDROOT
Product: [openSUSE] openSUSE Tumbleweed Reporter: Stefan Brüns <stefan.bruens>
Component: BasesystemAssignee: Dirk Mueller <dmueller>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stefan Brüns 2016-05-03 16:33:11 UTC
py_compile puts the whole path of the source in the .pyo file. It should omit the $DESTDIR part.

Can be solved with "python -O -m compileall -d $(LIBDIR) $(DESTDIR)/($LIBDIR)"
Comment 2 Bernhard Wiedemann 2016-05-19 20:00:26 UTC
This is an autogenerated message for OBS integration:
This bug (978306) was mentioned in
https://build.opensuse.org/request/show/396881 Factory / rpmlint
Comment 3 Bernhard Wiedemann 2016-05-26 13:00:29 UTC
This is an autogenerated message for OBS integration:
This bug (978306) was mentioned in
https://build.opensuse.org/request/show/398188 Factory / rpmlint
Comment 4 Stefan Brüns 2016-08-29 07:18:28 UTC
Fix has been integrated in Factory, see comment#3