Accepting request 561690 from home:13ilya:branches:server:database
- Update to 4.0.6 * Release notes: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES * PSYNC2: More errors in the fixes for PSYNC2 (CRITICAL). * Quicklist: change the len of quicklist to unsigned long. * Quicklist: fix the return value of quicklistCount. * Refactoring: improve luaCreateFunction() API. * Remove useless variable check from luaCreateFunction(). * Fix issue #4505, Lua RDB AUX field loading of existing scripts. * Regression test for #4505 (Lua AUX field loading). * DEBUG change-repl-id implemented. OBS-URL: https://build.opensuse.org/request/show/561690 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=100
This commit is contained in:
parent
d8207e8d4b
commit
ce7894712c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813
|
||||
size 1713990
|
3
redis-4.0.6.tar.gz
Normal file
3
redis-4.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa
|
||||
size 1723533
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 15:47:48 UTC 2018 - ilya@ilya.pp.ua
|
||||
|
||||
- Update to 4.0.6
|
||||
* Release notes: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
|
||||
* PSYNC2: More errors in the fixes for PSYNC2 (CRITICAL).
|
||||
* Quicklist: change the len of quicklist to unsigned long.
|
||||
* Quicklist: fix the return value of quicklistCount.
|
||||
* Refactoring: improve luaCreateFunction() API.
|
||||
* Remove useless variable check from luaCreateFunction().
|
||||
* Fix issue #4505, Lua RDB AUX field loading of existing scripts.
|
||||
* Regression test for #4505 (Lua AUX field loading).
|
||||
* DEBUG change-repl-id implemented.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 09:01:44 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
14
redis.spec
14
redis.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package redis
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,20 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org
|
||||
#
|
||||
|
||||
|
||||
%define _data_dir %{_localstatedir}/lib/%{name}
|
||||
%define _log_dir %{_localstatedir}/log/%{name}
|
||||
%define _conf_dir %{_sysconfdir}/%{name}
|
||||
Name: redis
|
||||
Version: 4.0.2
|
||||
Version: 4.0.6
|
||||
Release: 0
|
||||
Summary: Persistent key-value database
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Databases/Servers
|
||||
Url: https://redis.io
|
||||
URL: https://redis.io
|
||||
Source0: http://download.redis.io/releases/redis-%{version}.tar.gz
|
||||
Source1: %{name}.logrotate
|
||||
Source2: %{name}.target
|
||||
@ -41,10 +40,10 @@ Patch2: %{name}-enable-bactrace-on-x86-and-ia64-only.patch
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: procps
|
||||
BuildRequires: tcl
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: logrotate
|
||||
Requires: sudo
|
||||
Requires(pre): shadow
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
|
||||
%description
|
||||
%{name} is an advanced key-value store. It is similar to memcached but the dataset
|
||||
@ -84,7 +83,7 @@ install -Dm 0640 redis.conf %{buildroot}%{_conf_dir}/default.conf.e
|
||||
install -Dm 0640 sentinel.conf %{buildroot}%{_conf_dir}/sentinel.conf.example
|
||||
|
||||
# some sysctl stuff
|
||||
install -Dm 0644 %{S:6} %{buildroot}%{_sysconfdir}/sysctl.d/00-%{name}.conf
|
||||
install -Dm 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysctl.d/00-%{name}.conf
|
||||
install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
||||
install -Dm 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.target
|
||||
install -Dm 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}@.service
|
||||
@ -122,7 +121,6 @@ echo "See %{_docdir}/%{name}/README.SUSE to continue"
|
||||
%service_del_postun %{name}.target
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc 00-RELEASENOTES BUGS CONTRIBUTING COPYING README.md
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/sysctl.d/00-%{name}.conf
|
||||
|
Loading…
Reference in New Issue
Block a user