In RPM spec files, comment lines should not include macro invocations,
because RPM can and will expand them, with unpredictable results.
Fixes: https://tracker.ceph.com/issues/51622
Signed-off-by: Nathan Cutler <ncutler@suse.com>
%global _smp_ncpus_max 1
%else
# 3.0 GiB mem per job
-# SUSE distros use %limit_build in the place of smp_limit_mem_per_job, please
-# be sure to update it as well when changing this number.
+# SUSE distros use limit_build in the place of smp_limit_mem_per_job, please
+# be sure to update it (in the build section, below) as well when changing this
+# number.
%global _smp_ncpus_max %{smp_limit_mem_per_job 3000000}
%endif
%endif