From ae28525a35c08322406676ba2680b05859af971e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 27 Jun 2024 06:18:41 +0000 Subject: automatic import of valkey --- valkey.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/valkey.spec b/valkey.spec index 5ae2cb4..7fe3aa3 100644 --- a/valkey.spec +++ b/valkey.spec @@ -3,7 +3,7 @@ Name: valkey Version: 7.2.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A persistent key-value database # valkey: BSD-3-Clause # hiredis: BSD-3-Clause @@ -133,7 +133,7 @@ if test "$api" != "%{valkey_modules_abi}"; then exit 1 fi -%global make_flags DEBUG="" V="echo" PREFIX=%{buildroot}%{_prefix} BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes +%global make_flags CFLAGS="%{build_cflags}" DEBUG="" V="echo" PREFIX=%{buildroot}%{_prefix} BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes %build %make_build %{make_flags} @@ -260,6 +260,9 @@ getent passwd 'valkey' >/dev/null || \ %changelog +* Thu Jun 27 2024 Funda Wang - 7.2.5-6 +- Set build flags + * Mon Apr 29 2024 Jonathan Wright - 7.2.5-5 - improve migration scripts - rename compat package -- cgit v1.2.3