summaryrefslogtreecommitdiffstats
path: root/valkey.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-11 12:46:44 +0100
committerRemi Collet <remi@php.net>2026-03-11 12:46:44 +0100
commit39a9ec2bc492db36ded778354f92b54df5a96084 (patch)
tree2af8026735634a1ef88aacc1eb4a8ce497b95871 /valkey.spec
parent9eabae822838cfe280109bca860cf26990b61a39 (diff)
fix module linker flags using patch fromv8.1
https://github.com/valkey-io/valkey/pull/3344
Diffstat (limited to 'valkey.spec')
-rw-r--r--valkey.spec10
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