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

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2024-06-12 19:51:39 +08:00
parent 438125b0a4
commit 9b29a5cbb1

View File

@ -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<wnagge20@h-partners.com> - 1.0-0.11
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: add requires gcc-c++
* Tue Oct 10 2023 xiasenlin<xiasenlin1@huawei.com> - 1.0-0.10
- Type:modify
- ID:NA