summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--redis.spec27
1 files changed, 23 insertions, 4 deletions
diff --git a/redis.spec b/redis.spec
index edfecda..20be239 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.14
#global upstream_pre RC6
%global gh_commit 8d4bf9bc476829a84a055c049be72634d6e938df
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -40,8 +40,8 @@
# 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
+# https://github.com/redis/redis-doc/commits/master
+%global doc_commit 3fdb6df44ecd5c4d99ea52a0133177f5ebc24805
%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
@@ -395,6 +396,7 @@ fi
%{macrosdir}/*
%files doc
+%license doc/LICENSE
%docdir %{_docdir}/%{name}
%{_docdir}/%{name}
@@ -406,6 +408,23 @@ fi
%changelog
+* Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 5.0.14-1
+- Redis 5.0.14 - Released Mon Oct 4 12:00:00 IDT 2021
+- Upgrade urgency: SECURITY, contains fixes to security issues.
+
+* Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 5.0.13-1
+- Redis 5.0.13 - Released Wed Jul 21 16:32:19 IDT 2021
+- Upgrade urgency: SECURITY, contains fixes to security issues that affect
+ authenticated client connections on 32-bit versions. MODERATE otherwise.
+
+* Tue Mar 2 2021 Remi Collet <remi@remirepo.net> - 5.0.12-1
+- Redis 5.0.12 - Released Mon Mar 1 17:29:52 IST 2021
+- Upgrade urgency: LOW, fixes a compilation issue.
+
+* 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.