diff --git a/redis.spec b/redis.spec index dd1d0279a69f4907ec4f0305e5bf0edf6b7cead2..7b097504545f09d54f53e7614baa26bab243945d 100644 --- a/redis.spec +++ b/redis.spec @@ -1,6 +1,6 @@ Name: redis Version: 4.0.14 -Release: 1 +Release: 2 Summary: A persistent key-value database License: BSD 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 May 17 2022 Huang Yang - 4.0.14-2 +- update config.guess and config.sub for loongarch + * Wed Dec 29 2021 zhangjiapeng - 4.0.14-1 - Update to 4.0.14