Merge branch 'master' into f23
This commit is contained in:
commit
99bec3fff5
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/redis-3.0.3.tar.gz
|
/redis-3.0.3.tar.gz
|
||||||
/redis-3.0.4.tar.gz
|
/redis-3.0.4.tar.gz
|
||||||
/redis-3.0.5.tar.gz
|
/redis-3.0.5.tar.gz
|
||||||
|
/redis-3.0.6.tar.gz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
|
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
|
||||||
|
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 3.0.5
|
Version: 3.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A persistent key-value database
|
Summary: A persistent key-value database
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -241,7 +241,11 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/security/limits.d/95-%{name}.conf
|
%config(noreplace) %{_sysconfdir}/security/limits.d/95-%{name}.conf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 19 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 3.0.6-1
|
||||||
|
- Upstream 3.0.6 (RHBZ#1272281)
|
||||||
|
|
||||||
* Fri Oct 16 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 3.0.5-1
|
* Fri Oct 16 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 3.0.5-1
|
||||||
- Upstream 3.0.5
|
- Upstream 3.0.5
|
||||||
- Fix slave/master replication hanging forever in certain case
|
- Fix slave/master replication hanging forever in certain case
|
||||||
|
Loading…
Reference in New Issue
Block a user