diff --git a/gcc_secure.spec b/gcc_secure.spec index b3a9ecf38928d38df98240dc9fd7a71eebdabbac..42d7c2d698a6220d9808c4df467ffc5b2e4581aa 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