diff options
-rw-r--r-- | redis.spec | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,12 @@ +# remirepo spec file for redis, from: +# +# Fedora spec file for redis +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please preserve changelog entries +# %global _hardened_build 1 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 @@ -16,7 +25,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: redis -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} Summary: A persistent key-value database @@ -249,6 +258,11 @@ fi %changelog +* Tue Jun 9 2015 Remi Collet <remi@fedoraproject.org> - 3.0.2-1 +- Redis 3.0.2 - Release date: 4 Jun 2015 +- Upgrade urgency: HIGH for Redis because of a security issue. + LOW for Sentinel. + * Wed May 6 2015 Remi Collet <remi@fedoraproject.org> - 3.0.1-1 - Redis 3.0.1 - Release date: 5 May 2015 - Upgrade urgency: LOW for Redis and Cluster, MODERATE for Sentinel. |