diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-01 07:15:16 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-01 07:15:16 +0100 |
commit | 5acd229eee54066bbc258f637db9cb22debd56aa (patch) | |
tree | 54dfd4bfd7273c7e8bd4f3254bb6ef5dc3082ffb | |
parent | 013a7bb2e50833a6947c70d9ccf77a54730a649a (diff) |
v4.0.4 from Fedora:
Upstream 4.0.4 release.
Update to current upstream redis-doc also.
Fix man page issues (RHBZ #1513594 and RHBZ #1515417).
-rw-r--r-- | redis.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -40,14 +40,14 @@ # Commit IDs for the (unversioned) redis-doc repository # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision" -%global doc_commit 69a5512ae6a4ec77d7b1d0af6aac2224e8e83f95 +%global doc_commit dc402c61da3c015e49eb6fd00e4a0564d122d645 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{rpmmacrodir} not usable on EL-6 %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) Name: redis -Version: 4.0.3 +Version: 4.0.4 Release: 1%{?dist} Summary: A persistent key-value database Group: Applications/Databases @@ -397,6 +397,11 @@ fi %changelog +* Fri Dec 01 2017 Nathan Scott <nathans@redhat.com> - 4.0.4-1 +- Upstream 4.0.4 release. +- Update to current upstream redis-doc also. +- Fix man page issues (RHBZ #1513594 and RHBZ #1515417). + * Thu Nov 30 2017 Remi Collet <remi@remirepo.net> - 4.0.3-1 - Redis 4.0.3 - Released Thu Nov 30 13:14:50 CET 2017 - Upgrade urgency CRITICAL: Several PSYNC2 bugs can corrupt the |