From b94c7418b84846736814e506a7cc73f2cd8bd883 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Feb 18 2018 17:23:02 +0000 Subject: Add explicit BuildRequires for gcc and g++ to prepare for removal of those from Fedora buildroot --- diff --git a/condor.spec b/condor.spec index ecaedf7..a11e466 100644 --- a/condor.spec +++ b/condor.spec @@ -20,7 +20,7 @@ ####################### Name: condor Version: 8.6.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTCondor: High Throughput Computing License: ASL 2.0 Group: Applications/System @@ -42,6 +42,7 @@ Patch3: condor_aviary_schedulerobject.patch Patch4: condor_aviary_sock_assign.patch ####################### +BuildRequires: gcc gcc-c++ BuildRequires: cmake BuildRequires: flex BuildRequires: byacc @@ -1003,6 +1004,9 @@ rm -rf %{buildroot}/etc/examples /sbin/ldconfig %changelog +* Sun Feb 18 2018 Ben Cotton - 8.6.9-4 +- Add BuildRequires for gcc and g++ + * Wed Feb 07 2018 Fedora Release Engineering - 8.6.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild