Bug 919882

Summary: rubygem-webmock-1.8.7 RPM should require rubygem-curb >= 0.7.16
Product: [Fedora] Fedora Reporter: Egon Kastelijn <redhat2>
Component: rubygem-curbAssignee: Shreyank Gupta <shreyankg>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: mmorsi, shreyankg, vondruch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-21 21:11:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
tar.bz2 containing a small directory structure that helps to reproduce the problem none

Description Egon Kastelijn 2013-03-10 16:45:50 UTC
Created attachment 707992 [details]
tar.bz2 containing a small directory structure that helps to reproduce the problem

Description of problem:
When you use rubygem-webmock-1.8.7 to test your Ruby code then it tells you to use rubygem-curb >= 0.7.16
This version of the RPM is not (yet) available in the Fedora yum repository.

Version-Release number of selected component (if applicable):
rubygem-webmock-1.8.7-2.fc18.noarch

How reproducible:
Always

Steps to Reproduce:
1. yum install rubygem-rspec rubygem-webmock
2. tar jxvf webmock_curb_version_problem.tar.bz2
3. cd webmock_curb_version_problem
4 run 'rspec spec/'
  
Actual results:
$ rspec spec/
You are using Curb 0.7.10. WebMock supports version >= 0.7.16.
..

Finished in 0.00111 seconds
2 examples, 0 failures
Coverage report generated for RSpec to /home/egon/tmp/webmock_curb_version_problem/coverage. 4 / 4 LOC (100.0%) covered.
#

Expected results:
No warning


Additional info:
I think the rubygem-webmock RPM needs a dependancy to rubygem-curb >= 0.7.16
Probably this version of the rubygem-curb still needs to be added to the Fedora-updates yum repository.

Comment 1 Egon Kastelijn 2013-03-10 16:49:11 UTC
# rpm -qa |grep curb
rubygem-curb-0.7.10-5.fc18.x86_64

# rpm -qa |grep webmock
rubygem-webmock-1.8.7-2.fc18.noarch

Comment 2 Fedora End Of Life 2013-12-21 12:02:27 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Mo Morsi 2014-01-21 21:11:23 UTC
curb has been updated in rawhide / F19. Closing since F18 is EOL.