diff options
| -rw-r--r-- | redis.spec | 13 | 
1 files changed, 8 insertions, 5 deletions
@@ -25,14 +25,14 @@  %bcond_with    tests  %global upstream_ver 7.2 -%global upstream_pre rc1 +%global upstream_pre rc2  # 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 gh_owner         redis  %global gh_project       redis -%global doc_commit       80258ecc251e8f7209d480cad77128ba5a43f968 +%global doc_commit       d1cde3472ea50fb22a0b7b9eb74691b4aefb8dcf  %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})  # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -40,7 +40,7 @@  Name:              redis  Version:           %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} -Release:           3%{?dist} +Release:           1%{?dist}  Summary:           A persistent key-value database  # redis, hiredis: BSD-3-Clause  # hdrhistogram, jemalloc, lzf, linenoise: BSD-2-Clause @@ -75,7 +75,7 @@ BuildRequires:  devtoolset-8-libatomic-devel  BuildRequires:     jemalloc-devel  %else  # from deps/jemalloc/VERSION -Provides:          bundled(jemalloc) = 5.2.1 +Provides:          bundled(jemalloc) = 5.3.0  %endif  %if %{with tests}  BuildRequires:     procps-ng @@ -171,7 +171,7 @@ and removal, status checks, resharding, rebalancing, and other operations.  %prep  %setup -q -n %{name}-%{upstream_ver}%{?upstream_pre:-%{upstream_pre}} -b 10  mv ../%{name}-doc-%{doc_commit} doc -%patch0001 -p1 +%patch -P0001 -p1  %if %{with jemalloc}  rm -frv deps/jemalloc @@ -400,6 +400,9 @@ fi  %changelog +* Tue May 16 2023 Remi Collet <remi@remirepo.net> - 7.2~rc2-1 +- Redis 7.2 RC1 (7.1.241) Released Mon May 15 12:00:00 IST 2023 +  * Thu Mar 30 2023 Remi Collet <remi@remirepo.net> - 7.2~rc1-3  - fix modules directory ownership and permissions #2176173  | 
