From 7979ab1675636d2dd1e2a3617e5e175bdf53d4f7 Mon Sep 17 00:00:00 2001 From: volcano-dragon Date: Sat, 21 Mar 2020 21:49:26 +0800 Subject: [PATCH] update blktrace.spec. --- blktrace.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blktrace.spec b/blktrace.spec index 2381b11..062e5be 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -32,7 +32,7 @@ This contains man files for the using of blktrace. %autosetup -Sgit -n %{name}-%{version} %build -%make_build all +%make_build -j1 all %install make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_mandir} install -- Gitee