From 3fdd3531210222267901f5002a6b50b0e8bc65e8 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 10 2018 21:43:28 +0000 Subject: Build docs with Python 3 --- diff --git a/copr-keygen.spec b/copr-keygen.spec index c41af05..3157dae 100644 --- a/copr-keygen.spec +++ b/copr-keygen.spec @@ -8,7 +8,7 @@ Name: copr-keygen Version: 1.68 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Part of Copr build system. Aux service that generate keys for signd Group: Applications/Productivity @@ -34,9 +34,9 @@ BuildRequires: python3-pytest BuildRequires: python3-pytest-cov BuildRequires: python3-mock -#for doc package # move to python3 when available in fedora +#for doc package BuildRequires: sphinx -BuildRequires: python-sphinxcontrib-httpdomain +BuildRequires: python3-sphinxcontrib-httpdomain Requires: haveged Requires: gnupg @@ -68,14 +68,7 @@ This package contains aux service that generate keys for package signing. Summary: Code documentation for copr-keygen component of Copr buildsystem Obsoletes: copr-doc < 1.38 -BuildRequires: python-devel -BuildRequires: python-setuptools -BuildRequires: python-mock -BuildRequires: python-requests -BuildRequires: python-six -BuildRequires: python-flask - -BuildRequires: python-sphinx +BuildRequires: python3-sphinx %description doc @@ -187,6 +180,9 @@ service httpd condrestart %changelog +* Wed Jan 10 2018 Iryna Shcherbina - 1.68-2 +- Build docs with Python 3 + * Fri Sep 15 2017 clime 1.68-1 - Spelling fixes