diff options
Diffstat (limited to 'valkey.spec')
| -rw-r--r-- | valkey.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/valkey.spec b/valkey.spec index 31c3dbe..5bc8f18 100644 --- a/valkey.spec +++ b/valkey.spec @@ -9,7 +9,7 @@ Name: valkey Version: 8.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A persistent key-value database # valkey: BSD-3-Clause # hiredis: BSD-3-Clause @@ -30,6 +30,9 @@ Source50: https://github.com/valkey-io/%{name}-doc/archive/%{doc_versio Patch0: %{name}-conf.patch # Workaround to https://github.com/valkey-io/valkey/issues/2678 Patch1: %{name}-loadmod.patch +# Properly inherits linker flags for modules +# See https://github.com/valkey-io/valkey/pull/3344 +Patch2: %{name}-bindnow.patch ExcludeArch: %{ix86} @@ -142,6 +145,7 @@ See https://valkey.io/topics/RDMA/ %setup -n %{name}-%{version} -a50 %patch -P0 -p1 -b .rpm %patch -P1 -p1 -b .loadmod +%patch -P2 -p1 -b .bindnow mv deps/lua/COPYRIGHT COPYRIGHT-lua mv deps/jemalloc/COPYING COPYING-jemalloc @@ -336,6 +340,10 @@ exit 0 %changelog +* Wed Mar 11 2026 Remi Collet <remi@remirepo.net> - 8.1.6-2 +- fix module linker flags using patch from + https://github.com/valkey-io/valkey/pull/3344 + * Tue Feb 24 2026 Remi Collet <remi@fedoraproject.org> - 8.1.6-1 - Valkey 8.1.6 - Released Mon 23 February 2026 - Upgrade urgency SECURITY: This release includes security fixes |
