diff options
| -rw-r--r-- | redis.spec | 14 | 
1 files changed, 9 insertions, 5 deletions
@@ -24,8 +24,7 @@  # Tests fail in mock, not in local build.  %bcond_with    tests -%global upstream_ver 7.2.6 -#global upstream_pre rc3 +%global upstream_ver 7.2.7  # Commit IDs for the (unversioned) redis-doc repository  # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision" @@ -39,7 +38,7 @@  %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)  Name:              redis -Version:           %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} +Version:           %{upstream_ver}  Release:           1%{?dist}  Summary:           A persistent key-value database  # redis, hiredis: BSD-3-Clause @@ -48,7 +47,8 @@ Summary:           A persistent key-value database  # fpconv: BSL-1.0  License:           BSD-3-Clause AND BSD-2-Clause AND MIT AND BSL-1.0  URL:               http://redis.io -Source0:           https://download.redis.io/releases/%{name}-%{upstream_ver}%{?upstream_pre:-%{upstream_pre}}.tar.gz +#ource0:           https://download.redis.io/releases/%%{name}-%%{upstream_ver}.tar.gz +Source0:           https://github.com/redis/redis/archive/refs/tags/%{version}.tar.gz  Source1:           %{name}.logrotate  Source2:           %{name}-sentinel.service  Source3:           %{name}.service @@ -169,7 +169,7 @@ and removal, status checks, resharding, rebalancing, and other operations.  %endif  %prep -%setup -q -n %{name}-%{upstream_ver}%{?upstream_pre:-%{upstream_pre}} -b 10 +%setup -q -n %{name}-%{upstream_ver} -b 10  mv ../%{name}-doc-%{doc_commit} doc  %patch -P0001 -p1 @@ -409,6 +409,10 @@ fi  %changelog +* Mon Jan  6 2025 Remi Collet <remi@remirepo.net> - 7.2.7-1 +- Redis 7.2.7 Released Mon 6 Jan 2025 12:30:00 IDT +- Upgrade urgency SECURITY: CVE-2024-46981 and CVE-2024-5174 +  * Thu Oct  3 2024 Remi Collet <remi@remirepo.net> - 7.2.6-1  - Redis Community Edition 7.2.6 Released Wed 02 Oct 2024 20:17:04 IDT  - Upgrade urgency SECURITY: CVE-2024-31449, CVE-2024-31227 and CVE-2024-31228  | 
