summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--redis.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/redis.spec b/redis.spec
index 045af23..4255aa8 100644
--- a/redis.spec
+++ b/redis.spec
@@ -25,7 +25,7 @@
%bcond_with tests
# Pre-version are only available in github
-%global upstream_ver 7.0.7
+%global upstream_ver 7.0.8
#global upstream_pre RC3
%global gh_commit 5921ba4cdef2761bfed34b982368f1fe077d03e9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -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 5921ba4cdef2761bfed34b982368f1fe077d03e9
+%global doc_commit 281af38767956c125d237ff4015485516bcfaf23
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros)
@@ -46,7 +46,10 @@ Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}}
Release: 1%{?dist}
Summary: A persistent key-value database
Group: Applications/Databases
-License: BSD
+# redis, hiredis: BSD-3-Clause
+# hdrhistogram, jemalloc, lzf, linenoise: BSD-2-Clause
+# lua: MIT
+License: BSD-3-Clause AND BSD-2-Clause AND MIT
URL: http://redis.io
%if 0%{?upstream_pre:1}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{upstream_ver}%{upstream_pre}-%{gh_short}.tar.gz
@@ -151,7 +154,7 @@ API documentation is available in the redis-doc package.
%package doc
Summary: Documentation for Redis including man pages
-License: CC-BY-SA
+License: CC-BY-SA-4.0
BuildArch: noarch
# http://fedoraproject.org/wiki/Packaging:Conflicts "Splitting Packages"
@@ -411,6 +414,10 @@ fi
%changelog
+* Tue Jan 17 2023 Remi Collet <remi@remirepo.net> - 7.0.8-1
+- Redis 7.0.8 Released Mon Jan 16 12:00:00 IDT 2023
+- Upgrade urgency: SECURITY, contains fixes to security issues.
+
* Fri Dec 16 2022 Remi Collet <remi@remirepo.net> - 7.0.7-1
- Redis 7.0.7 Released Fri Dec 16 12:00:00 IST 2022
- Upgrade urgency: MODERATE, Contains fix for a regression in Geo commands.