diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-06-09 07:09:54 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-06-09 07:09:54 +0200 | 
| commit | 771912db4c60e3ed3b3477d20aea2776ae5a1c6b (patch) | |
| tree | feb762285c6a6c0fd362648d83b20aeff773f14e | |
| parent | 21943dd39a5ee846e12fa42a4e1d2fe72c70b4f8 (diff) | |
redis: 3.0.2
| -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.  | 
