From 49c63c8193fa76e0e98b997f83075dfb23eed514 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: May 10 2018 22:30:55 +0000 Subject: Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 --- diff --git a/airrac.spec b/airrac.spec index 7dc156e..8223111 100644 --- a/airrac.spec +++ b/airrac.spec @@ -3,7 +3,7 @@ # Name: airrac Version: 1.00.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: C++ Simulated Revenue Accounting (RAC) System Library @@ -15,6 +15,7 @@ Patch0: 0001-Fix-for-Boost-1.59.0-compatibility.patch BuildRequires: cmake, python-devel BuildRequires: boost-devel, soci-mysql-devel, soci-sqlite3-devel +BuildRequires: boost-python2-devel BuildRequires: readline-devel BuildRequires: stdair-devel @@ -112,6 +113,9 @@ ctest %changelog +* Thu May 10 2018 Jonathan Wakely - 1.00.1-16 +- Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 + * Wed Feb 07 2018 Fedora Release Engineering - 1.00.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild