delete -j1 compilation options
Conflicts: blktrace.spec
This commit is contained in:
parent
572ba83200
commit
f343c760ab
@ -1,6 +1,6 @@
|
||||
Name: blktrace
|
||||
Version: 1.2.0
|
||||
Release: 21
|
||||
Release: 22
|
||||
Summary: Block IO tracer in the Linux kernel
|
||||
License: GPLv2+
|
||||
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
|
||||
@ -45,7 +45,7 @@ This contains man files for the using of blktrace.
|
||||
%autosetup -Sgit -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%make_build -j1 all
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_mandir} install
|
||||
@ -61,6 +61,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 23 2021 yanglongkang <yanglongkang@huawei.com> - 1.2.0-22
|
||||
- delete -j1 compilation options
|
||||
|
||||
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.2.0-21
|
||||
- remove useless buildrequires
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user