From 9b29a5cbb1a9cef5504abcc6a577c435de945240 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Wed, 12 Jun 2024 19:51:39 +0800 Subject: [PATCH] add requires gcc-c++ to resolution -fsigned-char does not take effect for g++. Signed-off-by: cherry530 <707078654@qq.com> --- gcc_secure.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc_secure.spec b/gcc_secure.spec index b3a9ecf..42d7c2d 100644 --- a/gcc_secure.spec +++ b/gcc_secure.spec @@ -3,13 +3,13 @@ Summary: Build with gcov License: GPL Group: System/Management Version: 1.0 -Release: 0.10 +Release: 0.11 BuildRoot: %{_tmppath}/%{name}-%{version} #Source: %{name}-%{version}.tar.bz2 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++ #expect grep sudo kernel-default kernel-default-base openssh %description Build with gcov @@ -167,6 +167,12 @@ rm -rf %{_tmppath}/%{name}-%{version} rm -rf $RPM_BUILD_DIR/%{name}-%{version} %changelog +* Fri Nov 25 2022 Ge Wang - 1.0-0.11 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add requires gcc-c++ + * Tue Oct 10 2023 xiasenlin - 1.0-0.10 - Type:modify - ID:NA -- Gitee