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

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