From 35cce7133c05a511a68eacd4026a21ad7eaee97f Mon Sep 17 00:00:00 2001 From: jxy_git Date: Fri, 11 Feb 2022 09:57:21 +0800 Subject: [PATCH] Add BuildRequires: gcc-c++ solves build error (cherry picked from commit 631a9ffbed8a3e2c54595e18491bc93c5b458818) --- execstack.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/execstack.spec b/execstack.spec index db442ba..b913e55 100644 --- a/execstack.spec +++ b/execstack.spec @@ -1,6 +1,6 @@ Name: execstack Version: 0.5.0 -Release: 16 +Release: 17 Summary: Utility to set/clear/query executable stack bit %global commit 4c79120bcdbde0616f592458ccde7035e92ca3d8 @@ -15,6 +15,7 @@ Patch1: coverity.patch BuildRequires: elfutils-libelf-devel BuildRequires: libselinux-devel, libselinux-utils +BuildRequires: gcc-c++ Requires: glibc >= 2.2.4-18, coreutils, findutils Requires: util-linux, gawk, grep @@ -55,8 +56,11 @@ install -Dm0644 doc/execstack.8 %{buildroot}%{_mandir}/man8/execstack.8 %{_mandir}/man8/execstack.8.* %changelog +* Fri Feb 11 2022 jiangxinyu - 0.5.0-17 +- Add BuildRequires: gcc-c++ solves build error + * Fri Jul 30 2021 chenyanpanHW - 0.5.0-16 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git * Fri Oct 30 2020 jiangxinyu - 0.5.0-15 -- Init execstack project \ No newline at end of file +- Init execstack project