From b9152bc120b1155f32c18c48f4ca852f701e008e Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Mar 15 2018 11:13:38 +0000 Subject: Fix man page build (bz#1556215) --- diff --git a/python-murano-pkg-check.spec b/python-murano-pkg-check.spec index 0977fed..629fc92 100644 --- a/python-murano-pkg-check.spec +++ b/python-murano-pkg-check.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Murano package validator tool License: ASL 2.0 @@ -114,7 +114,9 @@ rm -rf {test-,}requirements.txt tools/{pip,test}-requires %py3_build %endif # generate html docs -%{__python2} setup.py build_sphinx +%{__python2} setup.py build_sphinx -b html +# generate man page +%{__python2} setup.py build_sphinx -b man # remove the sphinx-build leftovers rm -rf html/.{doctrees,buildinfo} @@ -177,6 +179,9 @@ rm -rf .testrepository %endif %changelog +* Thu Mar 15 2018 Javier Peña - 0.3.0-5 +- Fix man page build (bz#1556215) + * Fri Feb 09 2018 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild