Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 438815

Summary: Python examples depend on installed .spec file..
Product: Red Hat Enterprise MRG Reporter: Alan Conway <aconway>
Component: python-qpidAssignee: Rafael H. Schloming <rafaels>
Status: CLOSED CURRENTRELEASE QA Contact: Kim van der Riet <kim.vdriet>
Severity: low Docs Contact:
Priority: low    
Version: betaCC: tross
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-12-02 16:05:49 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 Alan Conway 2008-03-25 13:32:40 UTC
Description of problem:

Python examples have hard coded /usr/share/amqp path to .spec file. This fails
if run on a host which does not have this file installed

Steps to Reproduce:
Run python examples on host without /usr/share/amqp installed.

Fix:

Remove the hard-coded path from examples, locate the spec file via PYTHONPATH

Comment 1 Mike Bonnet 2008-06-20 03:51:06 UTC
python-qpid-0.2.668378-1.el5 has been pushed to the staging repo for testing