From 87339ea25faeffee6668c9175ee0b6da1cfe3144 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Wed, 12 Jun 2024 19:23:45 +0800 Subject: [PATCH] add requires gcc-c++ to resolution -fsigned-char does not take effect for g++. Signed-off-by: cherry530 <707078654@qq.com> (cherry picked from commit dbc62855d28d926179932ffcfbb18e88e3fbfa87) --- gcc_secure.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc_secure.spec b/gcc_secure.spec index cb6edd9..0fe75c5 100644 --- a/gcc_secure.spec +++ b/gcc_secure.spec @@ -3,12 +3,12 @@ Summary: Enforcing secure compile options for abuild License: GPL-2.0-only Group: System/Management Version: 1.0 -Release: 0.12 +Release: 0.13 BuildRoot: %{_tmppath}/%{name}-%{version} BuildRequires: util-linux coreutils -Requires: util-linux rpm grep binutils gcc coreutils rpm-build +Requires: util-linux rpm grep binutils gcc coreutils rpm-build gcc-c++ %description Enforcing secure compile option for abuild @@ -160,6 +160,12 @@ rm -rf %{_tmppath}/%{name}-%{version} rm -rf $RPM_BUILD_DIR/%{name}-%{version} %changelog +* Fri Nov 25 2022 Ge Wang - 1.0-0.13 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add requires gcc-c++ + * Thu Jul 28 2022 Chenyx - 1.0-0.12 - License compliance rectification -- Gitee