From 8b155e8be10ce5b6b29c47caa09c985eba578c40 Mon Sep 17 00:00:00 2001 From: jxy_git Date: Thu, 30 Oct 2025 13:50:25 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 656970a86bce7ddbf8b98ef8f6c58eaf2d4ff27b) --- redis5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redis5.spec b/redis5.spec index ad7d0b3..0061e0c 100644 --- a/redis5.spec +++ b/redis5.spec @@ -6,7 +6,7 @@ %global Pname redis Name: redis5 Version: 5.0.14 -Release: 3 +Release: 4 Summary: A persistent key-value database License: BSD and MIT URL: https://redis.io @@ -74,7 +74,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 @@ -196,6 +196,9 @@ exit 0 %{_docdir}/%{Pname} %changelog +* Thu Oct 30 2025 jiangxinyu - 5.0.14-4 +- License compliance rectification + * Tue Nov 15 2022 huajingyun - 5.0.14-3 - Update config.guess and config.sub for loongarch -- Gitee