Bug 429016

Summary: Empty debuginfo package
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: python-kerberosAssignee: Rob Crittenden <rcritten>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideKeywords: Patch
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-17 22:25:51 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ä 2008-01-16 20:01:34 UTC
python-kerberos produces a useless, empty debuginfo package.  Fix:

-install -s -m 644 build/lib*/kerberos.so \
+install -m 755 build/lib*/kerberos.so \

More info: http://fedoraproject.org/wiki/Packaging/Debuginfo

Comment 1 Rob Crittenden 2008-01-16 21:11:32 UTC
Use setup.py to do the installation instead of doing it manually. This will
generate the proper debuginfo.

Checking in python-kerberos.spec;
/cvs/extras/rpms/python-kerberos/devel/python-kerberos.spec,v  <-- 
python-kerberos.spec
new revision: 1.2; previous revision: 1.1
done


Comment 2 Rob Crittenden 2008-01-17 22:25:51 UTC
Fixed in F-7 and F-8 as well.

Comment 3 Fedora Update System 2008-01-22 15:47:03 UTC
python-kerberos-1.0-5.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Fedora Update System 2008-01-22 15:48:24 UTC
python-kerberos-1.0-5.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.