From 63c68949d442b334988badb11875a2b31912e949 Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Tue, 15 Nov 2022 11:30:38 +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 e56cb37..779ec72 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-3-Clause and MIT 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 %patch0009 -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 '$ alogfile /var/log/redis/sentinel.log' sentinel.conf @@ -103,6 +107,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 + * Tue May 10 2022 chenchen - 4.0.14-2 - License compliance rectification