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

This commit is contained in:
lyn1001 2021-08-06 14:44:32 +08:00
parent b6c9b737da
commit 22f82b20ef

View File

@ -1,11 +1,11 @@
Name: predixy Name: predixy
Version: 1.0.5 Version: 1.0.5
Release: 1 Release: 2
Summary: High performance and full featured proxy for redis sentinel and redis cluster Summary: High performance and full featured proxy for redis sentinel and redis cluster
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/joyieldInc/predixy URL: https://github.com/joyieldInc/predixy
Source: https://github.com/joyieldInc/%{name}/archive/refs/tags/%{version}.tar.gz 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 Requires: redis
%description %description
Predixy is a high performance and fully featured proxy for redis sentinel and redis cluster. Predixy is a high performance and fully featured proxy for redis sentinel and redis cluster.
@ -47,5 +47,8 @@ popd
%{_bindir}/* %{_bindir}/*
%changelog %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 * Sat Jul 17 2021 liyanan <liyanan32@huawei.com> - 1.0.5-1
- package init - package init