From 7be1a30f701de785030f2abbd3e939adefb2c46d Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 2 Sep 2025 14:19:44 +0800 Subject: [PATCH] License compliance rectification --- redis6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redis6.spec b/redis6.spec index b291431..5d2e0bb 100644 --- a/redis6.spec +++ b/redis6.spec @@ -6,7 +6,7 @@ %global Pname redis Name: redis6 Version: 6.2.7 -Release: 3 +Release: 4 Summary: A persistent key-value database License: BSD and MIT URL: https://redis.io @@ -73,7 +73,7 @@ API documentation is available in the redis-doc package. %package doc Summary: Documentation for Redis -License: CC-BY-SA +License: CC-BY-SA-4.0 BuildArch: noarch Conflicts: redis redis5 %description doc @@ -219,6 +219,9 @@ fi %{_docdir}/%{Pname} %changelog +* Tue Sep 02 2025 wangkai <13474090681@163.com> - 6.2.7-4 +- License compliance rectification + * Wed Apr 10 2024 jiangxinyu - 6.2.7-3 - add Conflicts with redis and redis5 -- Gitee