change requires

This commit is contained in:
jackie_wu 2020-09-11 10:19:54 +08:00
parent eae3de8c54
commit 1672c34656

View File

@ -1,6 +1,6 @@
Name: cppcheck
Version: 1.83
Release: 5
Release: 6
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: python2-pygments
Requires: python3-pygments
Provides: %{name}-htmlreport = %{version}-%{release}
Obsoletes: %{name}-htmlreport < %{version}-%{release}
@ -62,5 +62,8 @@ cd objdir-%{_target_platform}/bin
%{_mandir}/man1/cppcheck.1*
%changelog
* Fri Sep 11 2020 wutao <wutao61@huawei.com> - 1.83-6
- change requires to python3
* Mon Nov 18 2019 lihao <lihao129@huawei.com> - 1.83-5
- Package Init