summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--redis.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/redis.spec b/redis.spec
index 190d62e..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,7 +346,11 @@ fi
%changelog
-* Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.4.4-1
+* 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:
There are critical bugs that may affect a subset of users