Accepting request 307517 from home:Ledest:bashisms
update to 3.0.1 OBS-URL: https://build.opensuse.org/request/show/307517 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=64
This commit is contained in:
parent
d06629bd08
commit
b11d329914
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:654c95c6236692dcb916fccba9a34d0877cc91338c8b6a372511e6eb080e34bf
|
|
||||||
size 1358081
|
|
3
redis-3.0.1.tar.gz
Normal file
3
redis-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e21be5d7c5e6ab6adcbed257619897db59be9e1ded7ef6fd1582d0cdb5e5bb7
|
||||||
|
size 1358190
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 16 22:03:00 UTC 2015 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- update to 3.0.1
|
||||||
|
* Sentinel memory leak due to hiredis fixed.
|
||||||
|
* Sentinel memory leak on duplicated instance.
|
||||||
|
* Redis crash on Lua reaching output buffer limits.
|
||||||
|
* Sentinel flushes config on +slave events.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 2 11:07:42 UTC 2015 - mrueckert@suse.de
|
Thu Apr 2 11:07:42 UTC 2015 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package redis
|
# spec file for package redis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1230
|
%if 0%{?suse_version} > 1230
|
||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
%else
|
%else
|
||||||
@ -26,7 +27,7 @@
|
|||||||
%define _conf_dir %{_sysconfdir}/%{name}
|
%define _conf_dir %{_sysconfdir}/%{name}
|
||||||
|
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -49,7 +50,7 @@ BuildRequires: tcl
|
|||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%else
|
%else
|
||||||
PreReq: %{insserv_prereq} %{fillup_prereq}
|
PreReq: %{insserv_prereq} %{fillup_prereq}
|
||||||
%endif
|
%endif
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires: sudo
|
Requires: sudo
|
||||||
|
Loading…
Reference in New Issue
Block a user