!39 add requires gcc-c++ to resolution -fsigned-char does not take effect for g++.

From: @cherry530 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2024-06-05 08:37:24 +00:00 committed by Gitee
commit 0aa76d081b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,11 +3,11 @@ 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
@ -173,6 +173,12 @@ rm -rf %{_tmppath}/%{name}-%{version}
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%changelog
* Fri Nov 25 2022 Ge Wang<wnagge20@h-partners.com> - 1.0-0.13
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: add requires gcc-c++
* Fri Nov 25 2022 Ge Wang<wnagge20@h-partners.com> - 1.0-0.12
- Type:enhancement
- ID:NA