diff options
-rw-r--r-- | valkey-conf.patch | 2 | ||||
-rw-r--r-- | valkey.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/valkey-conf.patch b/valkey-conf.patch index a6723a1..8e20288 100644 --- a/valkey-conf.patch +++ b/valkey-conf.patch @@ -27,7 +27,7 @@ diff -up ./valkey.conf.rpm ./valkey.conf # include /path/to/fragments/*.conf # +# Module configuration files -+include /etc/redis/modules/*.conf ++include /etc/valkey/modules/*.conf + ################################## MODULES ##################################### diff --git a/valkey.spec b/valkey.spec index b9a6fd7..34212b0 100644 --- a/valkey.spec +++ b/valkey.spec @@ -9,7 +9,7 @@ Name: valkey Version: 8.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A persistent key-value database # valkey: BSD-3-Clause # hiredis: BSD-3-Clause @@ -293,6 +293,9 @@ taskset -c 1 ./runtest --clients 50 --skiptest "Active defrag - AOF loading" %changelog +* Tue Aug 5 2025 Remi Collet <remi@fedoraproject.org> - 8.1.3-3 +- fix path to module configuration files + * Thu Jul 24 2025 Remi Collet <remi@fedoraproject.org> - 8.1.3-2 - use patch for configuration changes - add /etc/valkey/modules drop-in directory for module configuration files |