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 - Provides rst2man not working
Summary: Provides rst2man not working
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-docutils
Version: rawhide
Hardware: All
OS: All
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Infrastructure SIG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1606138
TreeView+ depends on / blocked
 
Reported: 2018-07-23 11:35 UTC by Jiří Vymazal
Modified: 2018-07-24 21:04 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-07-24 21:04:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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...


Note You need to log in before you can comment on or make changes to this bug.