Bug 426814

Summary: Unstripped _libvirt.so
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: ruby-libvirtAssignee: David Lutterkort <lutter>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: hbrock
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.0.2-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-10 23:28:13 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:

Description Ville Skyttä 2007-12-26 20:27:00 UTC
Due to a file permission problem, _libvirt.so is not stripped by rpmbuild.  Fix:

-install -p -m0644 ext/libvirt/_libvirt.so %{buildroot}%{ruby_sitearch}
+install -p -m0755 ext/libvirt/_libvirt.so %{buildroot}%{ruby_sitearch}

Comment 1 David Lutterkort 2008-01-02 18:53:20 UTC
Thanks a lot for finding that out.

Fixed in CVS, update pending.

Comment 2 Fedora Update System 2008-01-03 01:42:11 UTC
ruby-libvirt-0.0.2-3.fc8 has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update ruby-libvirt'