!11 Add some dependency package in building and running phase
Merge pull request !11 from Captain.Wei/openEuler-20.03-LTS
This commit is contained in:
commit
0903e875e6
13
redis.spec
13
redis.spec
@ -1,6 +1,6 @@
|
|||||||
Name: redis
|
Name: redis
|
||||||
Version: 4.0.11
|
Version: 4.0.11
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: A persistent key-value database
|
Summary: A persistent key-value database
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
URL: https://redis.io
|
URL: https://redis.io
|
||||||
@ -14,6 +14,14 @@ Patch0001: CVE-2019-10192-1.patch
|
|||||||
#Optimization of the above problem
|
#Optimization of the above problem
|
||||||
Patch0002: CVE-2019-10192-2.patch
|
Patch0002: CVE-2019-10192-2.patch
|
||||||
|
|
||||||
|
BuildRequires: systemd
|
||||||
|
Requires: /bin/awk
|
||||||
|
Requires: logrotate
|
||||||
|
Requires(pre): shadow-utils
|
||||||
|
Requires(post): systemd
|
||||||
|
Requires(preun): systemd
|
||||||
|
Requires(postun): systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes
|
Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes
|
||||||
,lists, sets anorted sets.
|
,lists, sets anorted sets.
|
||||||
@ -76,6 +84,9 @@ exit 0
|
|||||||
%{_unitdir}/%{name}-sentinel.service
|
%{_unitdir}/%{name}-sentinel.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 19 2020 Captain Wei <captain.a.wei@gmail.com> - 4.0.11-8
|
||||||
|
- Add some dependency package in building and running phase
|
||||||
|
|
||||||
* Fri Jun 12 2020 panchenbo <panchenbo@uniontech.com> - 4.0.11-7
|
* Fri Jun 12 2020 panchenbo <panchenbo@uniontech.com> - 4.0.11-7
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user