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.
# 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
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.
curb has been updated in rawhide / F19. Closing since F18 is EOL.