Update to 1.10.14.

- Depend on OpenSSL 1.0 compat package for F26+.
This commit is contained in:
Thomas Moschny 2016-12-09 21:10:03 +01:00
parent 50c5d7062d
commit a596d4e935
1 changed files with 6 additions and 1 deletions

View File

@ -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 <thomas.moschny@gmx.de> - 1.10.14-1
* Fri Dec 9 2016 Thomas Moschny <thomas.moschny@gmx.de> - 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 <rel-eng@lists.fedoraproject.org> - 1.10.13-4
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages