From 5ff16d2b6217d26a798cce79d7c1ef761ba419cb Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: May 01 2018 12:59:39 +0000 Subject: Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 --- diff --git a/condor.spec b/condor.spec index 8e07748..5edc7fa 100644 --- a/condor.spec +++ b/condor.spec @@ -20,7 +20,7 @@ ####################### Name: condor Version: 8.6.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTCondor: High Throughput Computing License: ASL 2.0 Group: Applications/System @@ -59,6 +59,7 @@ BuildRequires: openldap-devel BuildRequires: latex2html BuildRequires: boost-devel BuildRequires: boost-python2 +BuildRequires: boost-python2-devel BuildRequires: libuuid-devel # needed for param table generator BuildRequires: perl-generators @@ -1004,6 +1005,9 @@ rm -rf %{buildroot}/etc/examples /sbin/ldconfig %changelog +* Tue May 01 2018 Jonathan Wakely - 8.6.10-2 +- Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 + * Tue Mar 20 2018 Tim Theisen - 8.6.10-1 - Update to latest upstream 8.6.10