From 0e68f46907feda98acb27c8f0b72224f8aca8c8d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 28 Jun 2018 06:42:55 +0000 Subject: [PATCH] Switch BR boost-python-devel to boost-python2-devel Signed-off-by: David Abdurachmanov --- botan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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