Blame SOURCES/redhat-rpm-config-9.1.0.Remove-hardcoded-limit-of-16-CPUs.patch

6081af
--- current/macros.orig	2017-10-11 13:34:32.288393926 +0200
6081af
+++ current/macros	2017-10-11 13:34:44.519416133 +0200
6081af
@@ -74,7 +74,12 @@
6081af
   install
6081af
 
6081af
 # Maximum number of CPU's to use when building, 0 for unlimited.
6081af
-%_smp_ncpus_max 16
6081af
+#                                                                              
6081af
+# This was for some time capped at 16.  Please see                             
6081af
+# https://bugzilla.redhat.com/show_bug.cgi?id=669638 and                       
6081af
+# https://bugzilla.redhat.com/show_bug.cgi?id=1384938 for the situation        
6081af
+# surrounding this.                                                            
6081af
+#%_smp_ncpus_max 0   
6081af
 %_smp_mflags %([ -z "$RPM_BUILD_NCPUS" ] \\\
6081af
 	&& RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \\\
6081af
         ncpus_max=%{?_smp_ncpus_max}; \\\