diff --git a/predixy.spec b/predixy.spec index c1d456d..5cd37cf 100644 --- a/predixy.spec +++ b/predixy.spec @@ -1,11 +1,11 @@ Name: predixy Version: 1.0.5 -Release: 1 +Release: 2 Summary: High performance and full featured proxy for redis sentinel and redis cluster License: BSD-3-Clause URL: https://github.com/joyieldInc/predixy Source: https://github.com/joyieldInc/%{name}/archive/refs/tags/%{version}.tar.gz -BuildRequires: make gcc-g++ libstdc++-static +BuildRequires: make gcc-c++ libstdc++-static Requires: redis %description Predixy is a high performance and fully featured proxy for redis sentinel and redis cluster. @@ -47,5 +47,8 @@ popd %{_bindir}/* %changelog +* Fri Aug 6 2021 liyanan - 1.0.5-2 +- Modify buildrequire form gcc-g++ to gcc-c++ + * Sat Jul 17 2021 liyanan - 1.0.5-1 - package init