Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29

This commit is contained in:
Jonathan Wakely 2018-05-10 13:23:09 +01:00
parent bf64e083ee
commit 52cae5689b
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global mydocs __tmp_docdir
Name: stdair
Version: 1.00.6
Release: 3%{?dist}
Release: 4%{?dist}
Summary: C++ Standard Airline IT Object Library
@ -11,6 +11,7 @@ URL: http://%{name}.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: cmake, python2-devel
BuildRequires: boost-devel, soci-mysql-devel, soci-sqlite3-devel
BuildRequires: boost-python2-devel
BuildRequires: readline-devel
@ -134,6 +135,9 @@ ctest
%changelog
* Thu May 10 2018 Jonathan Wakely <jwakely@redhat.com> - 1.00.6-4
- Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild