!3 增加构建依赖gcc

From: @bzg1107
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-02 14:52:35 +08:00 committed by Gitee
commit 76af888dba

View File

@ -1,6 +1,6 @@
Name: crash-gcore-command Name: crash-gcore-command
Version: 1.3.1 Version: 1.3.1
Release: 1 Release: 2
Summary: Command of Gcore for Crash utility Summary: Command of Gcore for Crash utility
License: GPLv2 License: GPLv2
@ -8,7 +8,7 @@ URL: http://people.redhat.com/anderson/extensions/%{name}-%{version}.
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
BuildRequires: zlib-devel lzo-devel snappy-devel crash-devel >= 5.1.5 BuildRequires: zlib-devel lzo-devel snappy-devel crash-devel >= 5.1.5 gcc
Requires: crash >= 5.1.5 Requires: crash >= 5.1.5
%description %description
@ -31,6 +31,9 @@ install -D %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash
%{_libdir}/crash/extensions/gcore.so %{_libdir}/crash/extensions/gcore.so
%changelog %changelog
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 1.3.1-2
- Add gcc in BuildRequires
* Thu Nov 28 2019 daiqianwen <daiqianwen@huawei.com> - 1.3.1-1 * Thu Nov 28 2019 daiqianwen <daiqianwen@huawei.com> - 1.3.1-1
- Package init - Package init