From 22f82b20ef03e2696fcb7359862c118ef63bae17 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 6 Aug 2021 14:44:32 +0800 Subject: [PATCH] Modify buildrequire form gcc-g++ to gcc-c++ --- predixy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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