From 6441567ffb23f40e62e57232fcb530f9c1df2a7b Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Tue, 15 Nov 2022 11:22:36 +0000 Subject: [PATCH] Update config.guess and config.sub for loongarch Signed-off-by: Jingyun Hua --- redis.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/redis.spec b/redis.spec index f06b707..7ad723c 100644 --- a/redis.spec +++ b/redis.spec @@ -1,6 +1,6 @@ Name: redis Version: 4.0.14 -Release: 2 +Release: 3 Summary: A persistent key-value database License: BSD and MIT URL: https://redis.io @@ -48,6 +48,10 @@ Redis is an advanced key-value store. It is often referred to as a dattructure s %patch0009 -p1 %patch0010 -p1 %patch0011 -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 '$ alogfile /var/log/redis/sentinel.log' sentinel.conf @@ -105,6 +109,9 @@ exit 0 %{_unitdir}/%{name}-sentinel.service %changelog +* Tue Nov 15 2022 huajingyun - 4.0.14-3 +- Update config.guess and config.sub for loongarch + * Wed Oct 26 2022 wuzx - 4.0.14-2 - Add sw64 architecture -- Gitee