From 0a94943a8409ca1d4a5cca2cf2ac863d31142089 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 2 Jun 2021 11:06:54 +0800 Subject: [PATCH] add build requires --- crash-gcore-command.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crash-gcore-command.spec b/crash-gcore-command.spec index 0edc0bf..a800a7a 100644 --- a/crash-gcore-command.spec +++ b/crash-gcore-command.spec @@ -1,6 +1,6 @@ Name: crash-gcore-command Version: 1.3.1 -Release: 1 +Release: 2 Summary: Command of Gcore for Crash utility License: GPLv2 @@ -8,7 +8,7 @@ URL: http://people.redhat.com/anderson/extensions/%{name}-%{version}. Source: %{name}-%{version}.tar.gz 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 %description @@ -31,6 +31,9 @@ install -D %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash %{_libdir}/crash/extensions/gcore.so %changelog +* Mon May 31 2021 baizhonggui - 1.3.1-2 +- Add gcc in BuildRequires + * Thu Nov 28 2019 daiqianwen - 1.3.1-1 - Package init