From a596d4e935c5930b66d5d60ed35fbf9865112b08 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 9 Dec 2016 21:10:03 +0100 Subject: [PATCH] Update to 1.10.14. - Depend on OpenSSL 1.0 compat package for F26+. --- botan.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/botan.spec b/botan.spec index 599222a..aabdf68 100644 --- a/botan.spec +++ b/botan.spec @@ -38,7 +38,11 @@ BuildRequires: boost-python3-devel BuildRequires: python-sphinx BuildRequires: bzip2-devel BuildRequires: zlib-devel +%if 0%{?fedora} >=26 +BuildRequires: compat-openssl10-devel +%else BuildRequires: openssl-devel +%endif # do not check .so files in the python_sitelib directories %global __provides_exclude_from ^(%{python2_sitearch}/.*\\.so)$ @@ -257,8 +261,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog -* Sat Dec 3 2016 Thomas Moschny - 1.10.14-1 +* Fri Dec 9 2016 Thomas Moschny - 1.10.14-1 - Update to 1.10.14. +- Depend on OpenSSL 1.0 compat package for F26+. * Tue Jul 19 2016 Fedora Release Engineering - 1.10.13-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages