diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-24 05:40:06 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-24 05:40:06 +0200 |
| commit | a392fb97275d99bf6e4ec945f54ac81fe414dd29 (patch) | |
| tree | 05444ba1cdd76887378cdf9bfc9c526851b4fc75 | |
| parent | bb8d23f39608267aec1496b04697be7eb1f5bc95 (diff) | |
Redis 8.4.5 Released Thu 23 Jul 2026 22:00:00 ISTv8.4
SECURITY: There are security fixes in the release.
| -rw-r--r-- | redis.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.4.4-1 - Redis 8.4.4 Released Thu 4 Jun 2026 19:00:00 IST - Update urgency: HIGH: |
