Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1607370

Summary: Provides rst2man not working
Product: [Fedora] Fedora Reporter: Jiří Vymazal <jvymazal>
Component: python-docutilsAssignee: Fedora Infrastructure SIG <infra-sig>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: infra-sig, kevin
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-24 21:04:42 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:
Bug Depends On:    
Bug Blocks: 1606138    

Description Jiří Vymazal 2018-07-23 11:35:50 UTC
Description of problem:
Rsyslog builds started to fail following last f29 mass rebuild, (see for example https://koji.fedoraproject.org/koji/taskinfo?taskID=28539066 )

build.log from failure: https://kojipkgs.fedoraproject.org//work/tasks/9066/28539066/build.log

Relevant lines:
-----------------
configure: Not running from git source
checking for rst2man... no
checking for rst2man.py... no
configure: error: rst2man is required when building from git source or --enable-generate-man-pages option was set, please install python-docutils.
error: Bad exit status from /var/tmp/rpm-tmp.QCqKBh (%build)
-----------------
python-docutils is present in BuildRequires from 2013

Comment 1 Kevin Fenzi 2018-07-24 21:04:42 UTC
This tool moved to python3-docutils because:

"If the executables provide the same functionality independent of whether they are run on top of Python 2 or Python 3, then only the Python 3 version of the executable should be packaged."

So, change your BuildRequires: to python3-docutils...