From 18c9a39db55fc5124a2e3c6c60d8481c2bec01f1 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Sat, 10 Jul 2021 10:49:54 +0800 Subject: [PATCH] Add gcc-c++ to build dependency (cherry picked from commit 0a1d4ed7d922341ab431940ad5c8e5f6a16a2310) --- p7zip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/p7zip.spec b/p7zip.spec index 495ac19..50459d2 100644 --- a/p7zip.spec +++ b/p7zip.spec @@ -2,7 +2,7 @@ Name: p7zip Version: 16.02 -Release: 2 +Release: 3 Summary: 7z for Linux system License: GPLv2 URL: https://sourceforge.net/projects/p7zip/ @@ -12,7 +12,7 @@ Patch1: CVE-2016-9296.patch Patch2: CVE-2018-5996.patch Patch3: CVE-2018-10115.patch -BuildRequires: gcc +BuildRequires: gcc gcc-c++ %description 7za for Linux system to archive file as 7z file format @@ -46,6 +46,9 @@ install -m 0644 man1/7za.1 %{buildroot}/%{_mandir}/man1 %{_mandir}/* %changelog +* Sat Jul 10 2021 wangyue - 16.02-3 +- Add gcc-c++ to build dependency + * Tue Jun 08 2021 wangyue - 16.02-2 - Fix CVE-2016-9296 CVE-2017-17969 CVE-2018-10115 CVE-2018-5996 -- Gitee