add build requires

This commit is contained in:
baizg1107 2021-06-02 11:07:19 +08:00
parent ac5eab8c94
commit 53bc5c3d35

View File

@ -1,12 +1,12 @@
Name: crash-trace-command Name: crash-trace-command
Version: 2.0 Version: 2.0
Release: 15 Release: 16
Summary: Crash utility's trace extension module Summary: Crash utility's trace extension module
License: GPLv2 License: GPLv2
Source: crash-trace-command-%{version}.tar.gz Source: crash-trace-command-%{version}.tar.gz
URL: http://people.redhat.com/anderson/extensions/crash-trace-command-%{version}.tar.gz URL: http://people.redhat.com/anderson/extensions/crash-trace-command-%{version}.tar.gz
Buildroot: %{_tmppath}/crash-trace-command-root Buildroot: %{_tmppath}/crash-trace-command-root
BuildRequires: zlib-devel lzo-devel snappy-devel crash-devel >= 7.2.0-2 BuildRequires: zlib-devel lzo-devel snappy-devel crash-devel >= 7.2.0-2 gcc
Requires: trace-cmd crash >= 7.2.0-2 Requires: trace-cmd crash >= 7.2.0-2
Patch0001: trace_compiler_warnings.patch Patch0001: trace_compiler_warnings.patch
@ -42,5 +42,8 @@ cp %{_builddir}/crash-trace-command-%{version}/trace.so %{buildroot}%{_libdir}/c
%doc COPYING %doc COPYING
%changelog %changelog
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 2.0-16
- Add gcc in BuildRequires
* Sat Nov 23 2019 fengbing <fengbing7@huawei.com> - 2.0-15 * Sat Nov 23 2019 fengbing <fengbing7@huawei.com> - 2.0-15
- Package init - Package init