summaryrefslogtreecommitdiffstats
path: root/valkey.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-11 12:40:33 +0100
committerRemi Collet <remi@php.net>2026-03-11 12:40:33 +0100
commit81d7b9b798594c4f6f73907b08ef49e40d36ccea (patch)
treef0d7c18ffa577bc3e3c68c399748637cb69342e9 /valkey.spec
parent411c08e973949e2679b592f297a37e30e6d7687b (diff)
fix module linker flags using patch from
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 b0bd210..859c981 100644
--- a/valkey.spec
+++ b/valkey.spec
@@ -12,7 +12,7 @@
Name: valkey
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A persistent key-value database
# valkey: BSD-3-Clause
# libvalkey: BSD-3-Clause
@@ -33,6 +33,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}
@@ -146,6 +149,7 @@ See https://valkey.io/topics/RDMA/
%setup -qn %{name}-%{upstream_version}%{?upstream_prever:-%{upstream_prever}} -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
@@ -340,6 +344,10 @@ exit 0
%changelog
+* Wed Mar 11 2026 Remi Collet <remi@remirepo.net> - 9.0.3-2
+- fix module linker flags using patch from
+ https://github.com/valkey-io/valkey/pull/3344
+
* Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 9.0.3-1
- Valkey 9.0.3 - February 23, 2026
- Upgrade urgency SECURITY: This release includes security fixes