From 898695168fc46370fa9c90d647c303086a6754b7 Mon Sep 17 00:00:00 2001 From: maminjie Date: Thu, 4 Mar 2021 12:50:58 +0800 Subject: [PATCH] Add requires python3-unversioned-command to resolve compatibility --- cppcheck.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cppcheck.spec b/cppcheck.spec index dd775c1..4571f1f 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,6 +1,6 @@ Name: cppcheck Version: 1.83 -Release: 6 +Release: 7 Summary: Tool for static C/C++ code analysis License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ @@ -13,7 +13,7 @@ Patch0003: cppcheck-1.83-cmake.patch BuildRequires: gcc-c++ pcre-devel docbook-style-xsl libxslt cmake desktop-file-utils tinyxml2-devel >= 2.1.0 -Requires: python3-pygments +Requires: python3-pygments python3-unversioned-command Provides: %{name}-htmlreport = %{version}-%{release} Obsoletes: %{name}-htmlreport < %{version}-%{release} @@ -62,6 +62,9 @@ cd objdir-%{_target_platform}/bin %{_mandir}/man1/cppcheck.1* %changelog +* Thu Mar 04 2021 maminjie - 1.83-7 +- Add requires python3-unversioned-command to resolve compatibility + * Fri Sep 11 2020 wutao - 1.83-6 - change requires to python3