From a392fb97275d99bf6e4ec945f54ac81fe414dd29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Jul 2026 05:40:06 +0200 Subject: Redis 8.4.5 Released Thu 23 Jul 2026 22:00:00 IST SECURITY: There are security fixes in the release. --- redis.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/redis.spec b/redis.spec index 699647d..c492273 100644 --- a/redis.spec +++ b/redis.spec @@ -18,7 +18,7 @@ # Tests fail in mock, not in local build. %bcond_with tests -%global upstream_ver 8.4.4 +%global upstream_ver 8.4.5 #global upstream_pre rc1 #global upstream_intver 8.3.240 @@ -69,7 +69,7 @@ BuildRequires: openssl-devel >= 1.0.2 Obsoletes: redis-trib < 8 Obsoletes: redis-doc < 8 -Requires: logrotate +Recommends: logrotate Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -318,6 +318,7 @@ fi %if %{without jemalloc} %license COPYING-jemalloc %endif +%dir %{_sysconfdir}/logrotate.d %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %attr(0750, redis, root) %dir %{_sysconfdir}/%{name} %attr(0750, redis, root) %dir %{redis_modules_cfg} @@ -345,6 +346,10 @@ fi %changelog +* Fri Jul 24 2026 Remi Collet - 8.4.5-1 +- Redis 8.4.5 Released Thu 23 Jul 2026 22:00:00 IST +- SECURITY: There are security fixes in the release. + * Fri Jun 5 2026 Remi Collet - 8.4.4-1 - Redis 8.4.4 Released Thu 4 Jun 2026 19:00:00 IST - Update urgency: HIGH: -- cgit