delete -Sgit from %autosetup, and delete BuildRequires git
Conflicts: blktrace.spec Conflicts: blktrace.spec
This commit is contained in:
parent
f343c760ab
commit
89a405cb1b
@ -1,12 +1,12 @@
|
||||
Name: blktrace
|
||||
Version: 1.2.0
|
||||
Release: 22
|
||||
Release: 23
|
||||
Summary: Block IO tracer in the Linux kernel
|
||||
License: GPLv2+
|
||||
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
|
||||
URL: https://git.kernel.dk/cgit/blktrace
|
||||
|
||||
BuildRequires: gcc, git, xz, libaio-devel, python3, librsvg2-devel blktrace sysstat theora-tools
|
||||
BuildRequires: gcc, xz, libaio-devel, python3, librsvg2-devel blktrace sysstat theora-tools
|
||||
Provides: iowatcher = %{version}-%{release}
|
||||
Obsoletes: iowatcher < %{version}-%{release}
|
||||
Requires: python3
|
||||
@ -42,7 +42,7 @@ Requires: man
|
||||
This contains man files for the using of blktrace.
|
||||
|
||||
%prep
|
||||
%autosetup -Sgit -n %{name}-%{version}
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%make_build
|
||||
@ -61,6 +61,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.0-23
|
||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Fri Jul 23 2021 yanglongkang <yanglongkang@huawei.com> - 1.2.0-22
|
||||
- delete -j1 compilation options
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user