!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:
commit
7bad10ab60
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user