Bug 635146 - Need to modify pulp.spec to handle RHEL5 and RHEL6 qpid packages
Summary: Need to modify pulp.spec to handle RHEL5 and RHEL6 qpid packages
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
: ---
Assignee: Jeff Ortel
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks: verified-to-close
TreeView+ depends on / blocked
 
Reported: 2010-09-17 20:49 UTC by Mike McCune
Modified: 2011-08-16 14:20 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-08-16 14:20:16 UTC
Embargoed:


Attachments (Terms of Use)

Description Mike McCune 2010-09-17 20:49:25 UTC
Currently pulp.spec has conditional requires for Fedora 12 and lower:

Requires: qpidd
Requires: qpidd-ssl
%if 0%{?fedora} < 13
Requires: rhm-cpp-server-store
%else:
Requires: qpid-cpp-server-store
%endif

but RHEL will fall into the requires:

Requires: qpid-cpp-server-store

which may or many not work for RHEL6.  Need to determine the package names for RHEL5/6 and adjust the specfile accordingly.

Comment 1 Jeff Ortel 2010-10-29 20:18:47 UTC
RHEL 5.5 has:
qpid-cpp-server-0.7.946106-17.el5.i386.rpm
qpid-cpp-server-ssl-0.7.946106-17.el5.i386.rpm
qpid-cpp-server-store-0.7.946106-17.el5.i386.rpm

So, the %else will work.  As for RHEL 6, All I can find in nightly builds so far is:   
 
qpid-cpp-server-0.7.946106-5.el6.i686.rpm

But, I'm still looking.

Comment 2 Sayli Karmarkar 2010-11-18 08:25:06 UTC
Added qpid-cpp-server, qpid-cpp-server-ssl, qpid-cpp-server-store requirement to pulp.spec for rhel5 dist tag. To get these packages RHEL5 users will need to have MRG entitlements.

Comment 4 Todd Sanders 2010-11-22 14:57:48 UTC
The qpid packages that we require should be part of the mrg-messaging-base repo, that we will be able to entitle Kalpana customers to without the need for an additional mrg entitlement.

-Todd

Comment 5 Jay Dobies 2010-11-29 14:16:07 UTC
Fixed in 0.109.

Comment 6 Preethi Thomas 2011-05-06 17:29:15 UTC
verified

Comment 7 Preethi Thomas 2011-08-16 14:20:16 UTC
Closing with Community Release 15

pulp-0.0.223-4.


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