Bug 904845

Summary: python-ufc-debuginfo 2.1.0-2 is empty
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: python-ufcAssignee: Jonathan Underwood <jonathan.underwood>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jonathan.underwood
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-28 12:02:49 UTC Type: Bug
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: 496968    

Description Ville Skyttä 2013-01-27 20:28:06 UTC
python-ufc-debuginfo 2.1.0-2 is empty due to _ufc.so not being stripped by rpmbuild because of its permissions. Fix:

--- a/python-ufc.spec
+++ b/python-ufc.spec
@@ -72,2 +72,3 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+chmod +x $RPM_BUILD_ROOT%{python_sitearch}/ufc/*.so

Comment 1 Jonathan Underwood 2013-01-28 12:02:24 UTC
Thanks, fix pushed.