From fd759560365e31d3f3e1ba28cb218aa2997f5562 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jul 01 2014 00:07:55 +0000 Subject: Avoid parallel make race condition (#992286, #1106234) --- diff --git a/monobristol.spec b/monobristol.spec index d91c6aa..dcbbafd 100644 --- a/monobristol.spec +++ b/monobristol.spec @@ -3,7 +3,7 @@ Name: monobristol Version: 0.60.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GUI launcher for Bristol in Mono Group: Applications/Multimedia @@ -34,7 +34,8 @@ synthesizers including additive and subtractive and a few organs. %build %configure -make %{?_smp_mflags} +# not parallel safe +make %install #removal of buildroot is no longer necassary, except for EPEL5 @@ -76,6 +77,9 @@ fi %{_datadir}/appdata/monoBristol.appdata.xml %changelog +* Mon Jun 30 2014 Yaakov Selkowitz - 0.60.3.1-3 +- Avoid parallel make race condition (#992286, #1106234) + * Sat Jun 07 2014 Fedora Release Engineering - 0.60.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild