[monobristol] Avoid parallel make race condition (#992286, #1106234)

Yaakov Selkowitz yselkowitz at fedoraproject.org
Tue Jul 8 04:52:22 UTC 2014


commit fd759560365e31d3f3e1ba28cb218aa2997f5562
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Mon Jun 30 19:07:55 2014 -0500

    Avoid parallel make race condition (#992286, #1106234)

 monobristol.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
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 <yselkowi at redhat.com> - 0.60.3.1-3
+- Avoid parallel make race condition (#992286, #1106234)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.60.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list