diff options
| -rw-r--r-- | redis.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
@@ -26,8 +26,8 @@  # Pre-version are only available in github  %global upstream_ver 7.0 -%global upstream_pre RC2 -%global gh_commit    d2b5a579dd8b785690aa7714df8776ffc452d242 +%global upstream_pre RC3 +%global gh_commit    fb4e0d400ff82117104bde5296c477ad95f8dd41  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     redis  %global gh_project   redis @@ -35,7 +35,7 @@  # Commit IDs for the (unversioned) redis-doc repository  # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"  # https://github.com/redis/redis-doc/commits/master -%global doc_commit a2e7f91f7e5dc3fd96487cfe39781dc3e4e70c32 +%global doc_commit 469ddd979ccb5dbd78342067c848c450497b7f9b  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -411,6 +411,9 @@ fi  %changelog +* Tue Apr  5 2022 Remi Collet <remi@remirepo.net> - 7.0~RC3-1 +- update to 7.0-RC3 (6.9.242) - Released Tue Apr 5 12:00:00 IST 2022 +  * Tue Mar  1 2022 Remi Collet <remi@remirepo.net> - 7.0~RC2-1  - update to 7.0-RC2 (6.9.241) - Released Mon Feb 28 12:00:00 IST 2022  | 
