diff --git a/botan2.spec b/botan2.spec index 7500c22..4a3d86d 100644 --- a/botan2.spec +++ b/botan2.spec @@ -2,7 +2,7 @@ Name: botan2 Version: 2.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Crypto and TLS for C++11 License: BSD @@ -13,8 +13,8 @@ Patch1: 02-fix-wrong-script-interpreter.patch ExcludeArch: ppc64le BuildRequires: gcc-c++ -BuildRequires: python -BuildRequires: python-sphinx +BuildRequires: python2 +BuildRequires: python2-sphinx BuildRequires: python3-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel @@ -133,6 +133,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./botan-test %changelog +* Tue Mar 13 2018 Iryna Shcherbina - 2.4.0-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Tue Mar 06 2018 Benjamin Kircher - 2.4.0-4 - Exclude ppc64le arch, fix linter warnings