!56 [sync] PR-47: add Conflicts in spec
From: @openeuler-sync-bot Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
2508a45d67
@ -6,7 +6,7 @@
|
||||
%global Pname redis
|
||||
Name: redis5
|
||||
Version: 5.0.7
|
||||
Release: 5
|
||||
Release: 6
|
||||
Summary: A persistent key-value database
|
||||
License: BSD and MIT
|
||||
URL: https://redis.io
|
||||
@ -44,6 +44,9 @@ Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
Provides: redis(modules_abi) = 1
|
||||
Conflicts: redis < 5.0
|
||||
Conflicts: redis > 6.0
|
||||
|
||||
%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
|
||||
@ -195,6 +198,9 @@ exit 0
|
||||
%{_docdir}/%{Pname}
|
||||
|
||||
%changelog
|
||||
* Mon Dec 18 2023 xiexing <xiexing4@h-partners.com> - 5.0.7-6
|
||||
- add Conflicts in spec
|
||||
|
||||
* Tue Dec 27 2022 Ge Wang <wangge20@h-partners.com> - 5.0.7-5
|
||||
- Add loongarch64 support
|
||||
- Update config.guess and config.sub
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user