diff options
| -rw-r--r-- | redis.spec | 22 | 
1 files changed, 13 insertions, 9 deletions
@@ -34,17 +34,17 @@  %bcond_with    tests  # Pre-version are only available in github -%global upstream_ver 6.0.11 +%global upstream_ver 6.0.12  #global upstream_pre RC4  %global gh_commit    f092dd3227cc74978853e379c0a7731bdaa324af  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_owner     antirez +%global gh_owner     redis  %global gh_project   redis  # 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 e0528232fdd0d2efc91d62b798b924d716f88813 +# https://github.com/redis/redis-doc/commits/master +%global doc_commit f1d54a69105cfddd6f83f1f44c5a873512a579e7  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -71,7 +71,7 @@ Source6:           %{name}-shutdown  Source7:           %{name}-limit-systemd  Source8:           %{name}-limit-init  Source9:           macros.%{name} -Source10:          https://github.com/antirez/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz +Source10:          https://github.com/redis/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz  # To refresh patches:  # tar xf redis-xxx.tar.gz && cd redis-xxx && git init && git add . && git commit -m "%%{version} baseline" @@ -79,11 +79,11 @@ Source10:          https://github.com/antirez/%{name}-doc/archive/%{doc_commit}/  # Then refresh your patches  # git format-patch HEAD~<number of expected patches>  # Update configuration for Fedora -# https://github.com/antirez/redis/pull/3491 - man pages +# https://github.com/redis/redis/pull/3491 - man pages  Patch0001:         0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch -# https://github.com/antirez/redis/pull/3494 - symlink +# https://github.com/redis/redis/pull/3494 - symlink  Patch0002:         0002-install-redis-check-rdb-as-a-symlink-instead-of-dupl.patch -# https://github.com/antirez/redis/pull/8058 - config rewrite +# https://github.com/redis/redis/pull/8058 - config rewrite  Patch0003:         0003-Fix-8051-use-old-way-as-fallback-to-save-configurati.patch @@ -352,7 +352,7 @@ install -pDm644 %{S:9} %{buildroot}%{macrosdir}/macros.%{name}  sed -e '/memefficiency/d' -i tests/test_helper.tcl  %endif -# https://github.com/antirez/redis/issues/1417 (for "taskset -c 1") +# https://github.com/redis/redis/issues/1417 (for "taskset -c 1")  taskset -c 1 make %{make_flags} test  make %{make_flags} test-sentinel  %else @@ -457,6 +457,10 @@ fi  %changelog +* Tue Mar  2 2021 Remi Collet <remi@remirepo.net> - 6.0.12-1 +- Redis 6.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> - 6.0.11-1  - Redis 6.0.11 - Released Mon Feb 22 16:13:23 IST 2021  - Upgrade urgency: SECURITY if you use 32bit build of redis, LOW otherwise.  | 
