Description of problem: using /bin/ronn $_file to build a manpage from mark-down without having groff-base installed will fail. Version-Release number of selected component: 0.7.3 (rubygem-ronn-0.7.3-3.fc19.noarch) How reproducible: always when groff-base is not installed or pulled-in through otherwise needed dependency, e.g. during mock or koji-build Steps to Reproduce: 1. create spec-file with `BuildRequires: rubygem-ronn` don't have `BuildRequires: groff-base` convert mark-down to manpage invoking /bin/ronn ${_file} during %build 2. build package with mock or koji-build 3. have a look inside {build,root}.log Actual results: groff-base will not get installed as required and build.log shows like: roff: ./${_file}.1 sh: groff: command not found html: ./${_file}.1.html +man Expected results: /bin/ronn should create manpage properly. Proposed solution: groff-base should get installed through dependency, since it is needed during `/bin/ronn`-invocation. rubygem-ronn should have Requires: groff-base Additional info (see {build,root}.log): without groff-base: https://koji.fedoraproject.org/koji/taskinfo?taskID=5463867 with groff-base: https://koji.fedoraproject.org/koji/taskinfo?taskID=5463901
rubygem-ronn-0.7.3-4.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/rubygem-ronn-0.7.3-4.fc19
rubygem-ronn-0.7.3-4.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/rubygem-ronn-0.7.3-4.fc18
Thanks for your quick bugfix!
No problem, thanks for reporting it!
Package rubygem-ronn-0.7.3-4.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing rubygem-ronn-0.7.3-4.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-9989/rubygem-ronn-0.7.3-4.fc19 then log in and leave karma (feedback).
rubygem-ronn-0.7.3-4.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.
rubygem-ronn-0.7.3-4.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.