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 edfecda..2e4bea0 100644
--- a/redis.spec
+++ b/redis.spec
@@ -31,7 +31,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
# Pre-version are only available in github
-%global upstream_ver 5.0.10
+%global upstream_ver 5.0.11
#global upstream_pre RC6
%global gh_commit 8d4bf9bc476829a84a055c049be72634d6e938df
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -41,7 +41,7 @@
# Commit IDs for the (unversioned) redis-doc repository
# https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
# https://github.com/antirez/redis-doc/commits/master
-%global doc_commit abfe8e0698564af7260b4c1a0ea4d21424d14a88
+%global doc_commit e0528232fdd0d2efc91d62b798b924d716f88813
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros)
@@ -251,7 +251,8 @@ install -pm644 %{S:2} %{buildroot}%{_unitdir}
# Install systemd limit files (requires systemd >= 204)
install -p -D -m 644 %{S:7} %{buildroot}%{_sysconfdir}/systemd/system/%{name}.service.d/limit.conf
install -p -D -m 644 %{S:7} %{buildroot}%{_sysconfdir}/systemd/system/%{name}-sentinel.service.d/limit.conf
-%else # install SysV service files
+%else
+# install SysV service files
install -pDm755 %{S:4} %{buildroot}%{_initrddir}/%{name}-sentinel
install -pDm755 %{S:5} %{buildroot}%{_initrddir}/%{name}
install -p -D -m 644 %{S:8} %{buildroot}%{_sysconfdir}/security/limits.d/95-%{name}.conf
@@ -406,6 +407,10 @@ fi
%changelog
+* Tue Feb 23 2021 Remi Collet <remi@remirepo.net> - 5.0.11-1
+- Redis 5.0.11 - Released Mon Feb 22 16:48:25 IST 2021
+- Upgrade urgency: SECURITY if you use 32bit build of redis, LOW otherwise.
+
* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 5.0.10-1
- Redis 5.0.10 - Released Mon Oct 26 09:21:49 IST 2020
- Upgrade urgency: MODERATE.