From c279cccb2ff5034db5cc19ab3118df90354f0544 Mon Sep 17 00:00:00 2001 From: xiexing Date: Mon, 18 Dec 2023 01:37:14 +0000 Subject: [PATCH] update redis6.spec. Update Conflicts form 4.0 to 5.0 Signed-off-by: xiexing --- redis6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redis6.spec b/redis6.spec index 7ed9110..83de92a 100644 --- a/redis6.spec +++ b/redis6.spec @@ -6,7 +6,7 @@ %global Pname redis Name: redis6 Version: 6.2.7 -Release: 2 +Release: 3 Summary: A persistent key-value database License: BSD and MIT URL: https://redis.io @@ -71,7 +71,7 @@ API documentation is available in the redis-doc package. Summary: Documentation for Redis License: CC-BY-SA BuildArch: noarch -Conflicts: redis < 4.0 +Conflicts: redis < 5.0 %description doc Detailed documentation for many aspects of Redis use, administration and development. @@ -214,6 +214,9 @@ fi %{_docdir}/%{Pname} %changelog +* Mon Dec 18 2023 xiexing - 6.2.7-3 +- Update Conflicts form 4.0 to 5.0 + * Tue Dec 27 2022 Ge Wang - 6.2.7-2 - Update config.guess and config.sub for loongarch64 architecture -- Gitee