From b7c20b54cac23f327ced8b50bf823a324f00400e Mon Sep 17 00:00:00 2001 From: zhangtao2020 <18066722603@163.com> Date: Mon, 14 Jun 2021 11:51:09 +0800 Subject: [PATCH] fix rpmbuild failure (cherry picked from commit c04abcd222617017bf0eb1485f16dcff491b5ee8) --- graphviz.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index f77c09c..516220d 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,4 +1,4 @@ -%bcond_with python2 +%bcond_without python2 %bcond_with php %if "%{php_version}" < "5.6" @@ -16,7 +16,7 @@ Name: graphviz Version: 2.44.0 -Release: 2 +Release: 3 Summary: Graph Visualization Tools License: EPL URL: http://www.graphviz.org/ @@ -312,6 +312,12 @@ php --no-php-ini --define extension_dir=$RPM_BUILD_ROOT%{_libdir}/graphviz/php/ %changelog +* Mon Jun 14 2021 zhangtao - 2.44.0-3 +- Type:rpmbuild +- ID:NA +- SUG:NA +- DESC:fix rpmbuild failure + * Thu May 11 2021 wangkerong - 2.44.0-2 - Type:CVE - ID:CVE-2020-18032