Update config.guess and config.sub for loongarch
Signed-off-by: Jingyun Hua <huajingyun@loongson.cn>
This commit is contained in:
parent
486316f847
commit
63c68949d4
@ -1,6 +1,6 @@
|
|||||||
Name: redis
|
Name: redis
|
||||||
Version: 4.0.14
|
Version: 4.0.14
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A persistent key-value database
|
Summary: A persistent key-value database
|
||||||
License: BSD-3-Clause and MIT
|
License: BSD-3-Clause and MIT
|
||||||
URL: https://redis.io
|
URL: https://redis.io
|
||||||
@ -46,6 +46,10 @@ Redis is an advanced key-value store. It is often referred to as a dattructure s
|
|||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
%patch0009 -p1
|
%patch0009 -p1
|
||||||
%patch0010 -p1
|
%patch0010 -p1
|
||||||
|
%ifarch loongarch64
|
||||||
|
%_update_config_guess
|
||||||
|
%_update_config_sub
|
||||||
|
%endif
|
||||||
|
|
||||||
sed -i -e 's|^logfile .*$|logfile /var/log/redis/redis.log|g' redis.conf
|
sed -i -e 's|^logfile .*$|logfile /var/log/redis/redis.log|g' redis.conf
|
||||||
sed -i -e '$ alogfile /var/log/redis/sentinel.log' sentinel.conf
|
sed -i -e '$ alogfile /var/log/redis/sentinel.log' sentinel.conf
|
||||||
@ -103,6 +107,9 @@ exit 0
|
|||||||
%{_unitdir}/%{name}-sentinel.service
|
%{_unitdir}/%{name}-sentinel.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 15 2022 huajingyun<huajingyun@loongson.cn> - 4.0.14-3
|
||||||
|
- Update config.guess and config.sub for loongarch
|
||||||
|
|
||||||
* Tue May 10 2022 chenchen <chen_aka_jan@163.com> - 4.0.14-2
|
* Tue May 10 2022 chenchen <chen_aka_jan@163.com> - 4.0.14-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user