Bug 970537

Summary: needs groff-base to work properly, but does NOT require
Product: [Fedora] Fedora Reporter: Björn Esser (besser82) <besser82>
Component: rubygem-ronnAssignee: Rick Elrod <relrod>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 19CC: relrod
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: rubygem-ronn-0.7.3-4.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-06 02:21:27 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:

Description Björn Esser (besser82) 2013-06-04 09:36:19 UTC
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

Comment 1 Fedora Update System 2013-06-04 17:21:42 UTC
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

Comment 2 Fedora Update System 2013-06-04 17:29:02 UTC
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

Comment 3 Björn Esser (besser82) 2013-06-04 17:31:32 UTC
Thanks for your quick bugfix!

Comment 4 Rick Elrod 2013-06-04 18:05:52 UTC
No problem, thanks for reporting it!

Comment 5 Fedora Update System 2013-06-05 02:28:56 UTC
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).

Comment 6 Fedora Update System 2013-06-06 02:21:27 UTC
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.

Comment 7 Fedora Update System 2013-06-11 09:13:32 UTC
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.