diff --git a/botan.spec b/botan.spec index ac9eb01..3436e57 100644 --- a/botan.spec +++ b/botan.spec @@ -6,7 +6,7 @@ Name: botan Version: %{major_version}.17 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Crypto library written in C++ Group: System Environment/Libraries @@ -26,7 +26,7 @@ Patch2: botan-1.10.13-python-init.patch BuildRequires: gcc-c++ BuildRequires: python2 BuildRequires: python2-devel -BuildRequires: boost-python-devel +BuildRequires: boost-python2-devel %if 0%{?with_python3} BuildRequires: python3 BuildRequires: python3-devel @@ -261,6 +261,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Thu Jun 28 2018 David Abdurachmanov - 1.10.17-5 +- Switch BR boost-python-devel to boost-python2-devel + * Tue Jun 19 2018 Miro HronĨok - 1.10.17-4 - Rebuilt for Python 3.7