Limit make jobs to 10 when making RPMs

This commit is contained in:
Patrick Linstruth 2018-10-21 17:30:44 -07:00
parent e9b098c946
commit 98bf67b844

View File

@ -98,7 +98,7 @@ associated with.
%build
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
make -j
make -j 10
%install