From fd7961e5e6025c1b1ebc99b0e43715b58d2b51b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Aug 2025 11:47:19 +0200 Subject: fix path to module configuration files --- valkey-conf.patch | 2 +- 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 - 8.1.3-3 +- fix path to module configuration files + * Thu Jul 24 2025 Remi Collet - 8.1.3-2 - use patch for configuration changes - add /etc/valkey/modules drop-in directory for module configuration files -- cgit