diff options
Diffstat (limited to 'redis.spec')
| -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: |
