update redis6.spec.

Update Conflicts form 4.0 to 5.0

Signed-off-by: xiexing <xiexing4@hisilicon.com>
This commit is contained in:
xiexing 2023-12-18 01:37:14 +00:00 committed by Gitee
parent e558c6d172
commit c279cccb2f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <xiexing4@h-partners.com> - 6.2.7-3
- Update Conflicts form 4.0 to 5.0
* Tue Dec 27 2022 Ge Wang <wangge20@h-partners.com> - 6.2.7-2
- Update config.guess and config.sub for loongarch64 architecture