Bug 904845 - python-ufc-debuginfo 2.1.0-2 is empty
Summary: python-ufc-debuginfo 2.1.0-2 is empty
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-ufc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jonathan Underwood
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2013-01-27 20:28 UTC by Ville Skyttä
Modified: 2013-01-28 12:02 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-01-28 12:02:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.