diff --git a/python-olefile.spec b/python-olefile.spec index 7c37e33..56fef49 100644 --- a/python-olefile.spec +++ b/python-olefile.spec @@ -9,7 +9,7 @@ antivirus quarantine files, etc. Name: python-%{srcname} Version: 0.46 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python package to parse, read and write Microsoft OLE2 files License: BSD @@ -26,6 +26,7 @@ BuildArch: noarch %package -n python2-%{srcname} Summary: %{summary} BuildRequires: python2-devel +BuildRequires: python2-setuptools # There is python-sphinx in RHEL 7, but it's too old. Fedora >= 31 does not have python2-sphinx anymore. %if 0%{?fedora} && 0%{?fedora} < 31 BuildRequires: python2-sphinx @@ -41,6 +42,7 @@ Python2 version. %package -n python%{python3_pkgversion}-%{srcname} Summary: %{summary} BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools # There is no python34-sphinx package in EPEL 7 %if 0%{?fedora} || 0%{?rhel} >= 8 BuildRequires: python%{python3_pkgversion}-sphinx @@ -107,6 +109,9 @@ make -C doc html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_version %changelog +* Mon Oct 07 2019 Sandro Mani - 0.46-7 +- BR: python-setuptools (#1758972) + * Thu Oct 03 2019 Miro HronĨok - 0.46-6 - Rebuilt for Python 3.8.0rc1 (#1748018)