diff --git a/gflags.spec b/gflags.spec index c4506a0..6c3dfd8 100644 --- a/gflags.spec +++ b/gflags.spec @@ -7,12 +7,12 @@ they are used. Name: gflags Version: 2.2.2 -Release: 1 +Release: 2 Summary: A C++ library for commandline flag processing License: BSD URL: https://gflags.github.io/gflags/ Source0: https://github.com/gflags/gflags/archive/v%{version}/gflags-%{version}.tar.gz -BuildRequires: gcc-c++ python2-setuptools cmake +BuildRequires: gcc-c++ cmake %description %_description @@ -58,6 +58,9 @@ ctest %{_libdir}/cmake/gflags %changelog +* Fri Oct 30 2020 xinghe - 2.2.2-2 +- remove python2 dependency + * Wed Jul 15 2020 jinzhimin - 2.2.2-1 - Type:requirement - ID:NA