Accepting request 453834 from home:pluskalm:branches:server:database
- Update to version 3.2.7 * This release fixes important security and correctness issues. OBS-URL: https://build.opensuse.org/request/show/453834 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=89
This commit is contained in:
parent
5da5127de3
commit
ed4d0c4f0d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa
|
||||
size 1544806
|
3
redis-3.2.7.tar.gz
Normal file
3
redis-3.2.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9
|
||||
size 1612032
|
@ -1,9 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 12:33:53 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 3.2.7
|
||||
* This release fixes important security and correctness issues.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 10:29:19 UTC 2017 - rmaliska@suse.com
|
||||
|
||||
- update to redis 3.2.6
|
||||
* fixes for GEORADIUS, BITFIELD and Redis Cluster minor fixes.
|
||||
|
||||
- update 3.2.5
|
||||
* This release only fixes a compilation issue due to the
|
||||
missing -ldl at linking time.
|
||||
|
14
redis.spec
14
redis.spec
@ -25,7 +25,7 @@
|
||||
%bcond_with systemd
|
||||
%endif
|
||||
Name: redis
|
||||
Version: 3.2.6
|
||||
Version: 3.2.7
|
||||
Release: 0
|
||||
Summary: Persistent key-value database
|
||||
License: BSD-3-Clause
|
||||
@ -82,12 +82,12 @@ install -m 0750 -d \
|
||||
%{buildroot}%{_log_dir}/default \
|
||||
%{buildroot}%{_data_dir}/default
|
||||
|
||||
install -D -m 0755 src/redis-benchmark %{buildroot}%{_bindir}/redis-benchmark
|
||||
install -m 0755 src/redis-cli %{buildroot}%{_bindir}/redis-cli
|
||||
install -m 0755 src/redis-check-aof %{buildroot}%{_bindir}/redis-check-aof
|
||||
install -m 0755 src/redis-check-rdb %{buildroot}%{_bindir}/redis-check-rdb
|
||||
install -m 0755 src/redis-trib.rb %{buildroot}%{_bindir}/redis-trib.rb
|
||||
install -D -m 0755 src/redis-server %{buildroot}%{_sbindir}/redis-server
|
||||
install -Dpm 0755 src/redis-benchmark %{buildroot}%{_bindir}/redis-benchmark
|
||||
install -Dpm 0755 src/redis-cli %{buildroot}%{_bindir}/redis-cli
|
||||
install -Dpm 0755 src/redis-check-aof %{buildroot}%{_bindir}/redis-check-aof
|
||||
install -Dpm 0755 src/redis-check-rdb %{buildroot}%{_bindir}/redis-check-rdb
|
||||
install -Dpm 0755 src/redis-trib.rb %{buildroot}%{_bindir}/redis-trib.rb
|
||||
install -Dpm 0755 src/redis-server %{buildroot}%{_sbindir}/redis-server
|
||||
ln -sfv redis-server %{buildroot}%{_sbindir}/redis-sentinel
|
||||
|
||||
%if %{with systemd}
|
||||
|
Loading…
Reference in New Issue
Block a user