From e6ee8da1691b1794406d9d98203baced5f7a6c77 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 2 Sep 2025 14:25:03 +0800 Subject: [PATCH] License compliance rectification --- redis5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redis5.spec b/redis5.spec index 911b6b7..ef70e8a 100644 --- a/redis5.spec +++ b/redis5.spec @@ -6,7 +6,7 @@ %global Pname redis Name: redis5 Version: 5.0.14 -Release: 4 +Release: 5 Summary: A persistent key-value database License: BSD and MIT URL: https://redis.io @@ -75,7 +75,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 < 4.0 %description doc @@ -198,6 +198,9 @@ exit 0 %{_docdir}/%{Pname} %changelog +* Tue Sep 02 2025 wangkai <13474090681@163.com> - 5.0.14-5 +- License compliance rectification + * Thu Mar 06 2025 wuzhaomin - 5.0.14-4 - fix cve:CVE-2024-31449 -- Gitee