!68 add conflicts with reid and redis5

From: @xiexing01 
Reviewed-by: @wenwj0, @macchen1 
Signed-off-by: @macchen1
This commit is contained in:
openeuler-ci-bot 2023-12-21 08:16:59 +00:00 committed by Gitee
commit d252b61811
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -40,6 +40,7 @@ Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Provides: redis(modules_abi)%{?_isa} = 1
Conflicts: redis redis5
%description
Redis is an advanced key-value store. It is often referred to as a data
structure server since keys can contain strings, hashes, lists, sets and
@ -63,6 +64,7 @@ You can use Redis from most programming languages also.
%package devel
Summary: Development header for Redis module development
Provides: %{Pname}-static = %{version}-%{release}
Conflicts: redis redis5
%description devel
Header file required for building loadable Redis modules. Detailed
API documentation is available in the redis-doc package.
@ -71,7 +73,7 @@ API documentation is available in the redis-doc package.
Summary: Documentation for Redis
License: CC-BY-SA
BuildArch: noarch
Conflicts: redis < 5.0
Conflicts: redis redis5
%description doc
Detailed documentation for many aspects of Redis use,
administration and development.
@ -214,8 +216,8 @@ 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
* Wed Dec 20 2023 xiexing <xiexing4@h-partners.com> - 6.2.7-3
- add Conflicts with redis and redis5
* Tue Dec 27 2022 Ge Wang <wangge20@h-partners.com> - 6.2.7-2
- Update config.guess and config.sub for loongarch64 architecture