!2 Modify buildrequire form gcc-g++ to gcc-c++

From: @lyn1001
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-08-06 07:40:54 +00:00 committed by Gitee
commit 7bad10ab60

View File

@ -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 <liyanan32@huawei.com> - 1.0.5-2
- Modify buildrequire form gcc-g++ to gcc-c++
* Sat Jul 17 2021 liyanan <liyanan32@huawei.com> - 1.0.5-1
- package init