Commit Graph

124 Commits

Author SHA1 Message Date
Remi Collet
8c786aea4c rotate /var/log/redis/sentinel.log 2015-04-14 09:56:03 +02:00
Haikel Guemar
456d15d144 Fix broken scriptlet
there's a missing fi in %preun scriptlet that only affects EL6 build
2015-04-10 00:55:41 +02:00
Haikel Guemar
8eb4ca434e Upload redis 3.0.0 sources 2015-04-02 10:33:46 +02:00
Haikel Guemar
746d470477 Upload redis 3.0.0 sources 2015-04-02 10:32:43 +02:00
Haikel Guemar
34c249c3cc Upstream 3.0.0 (RHBZ #1208322) 2015-04-02 10:19:26 +02:00
Haikel Guemar
9ac97d7a24 Fix redis-shutdown on multiple NIC setup (RHBZ #1201237) 2015-03-27 00:08:29 +01:00
Haikel Guemar
6562d33167 Fix redis-shutdown on multiple NIC setup (RHBZ #1201237) 2015-03-27 00:07:41 +01:00
Haïkel Guémar
8e5adfdce4 Upload redis 2.8.19 sources 2015-02-27 21:15:33 +01:00
Haïkel Guémar
1cd925bb3b Cleanup leftovers from removed sentinel macro 2015-02-27 20:40:09 +01:00
Haïkel Guémar
836c562d7e Upstream 2.8.19 (RHBZ #1175232)
Fix permissions (RHBZ #1182913)
2015-02-27 20:37:51 +01:00
Haïkel Guémar
309201a777 Add limits files for services 2015-02-27 19:19:44 +01:00
Haïkel Guémar
ba72a531e2 Upload new sources: 2.8.19 2015-02-27 15:10:08 +01:00
Haïkel Guémar
d6fc95793e Upstream 2.8.19 (RHBZ #1175232)
- Fix permissions for tmpfiles (RHBZ #1182913)
- Add limits config files
- Spec cleanups
2015-02-27 15:00:40 +01:00
Haïkel Guémar
eac9bc7821 Upstream 2.8.18
- Backport init scripts fixes from rawhide
2014-12-09 12:59:25 +01:00
Haïkel Guémar
4d1e4c3aa9 Upstream 2.8.18
Rebased patches
2014-12-08 10:52:45 +01:00
Remi Collet
3b49225c57 sources... 2014-09-21 08:34:21 +02:00
Remi Collet
f312977bd1 - Upstream 2.8.17
- fix redis-sentinel service unit file for systemd
- fix redis-shutdown for sentinel
- also use redis-shutdown in init scripts
2014-09-21 08:25:11 +02:00
Haïkel Guémar
e4f5128ae6 Bump release to include redis-shutdown fix 2014-09-17 15:19:23 +02:00
Remi Collet
cb2be298ef typo in redis-shutdown (debug mode always on, lot of uneeded noise) 2014-09-17 14:59:20 +02:00
Haïkel Guémar
2d31309b6d Upstream 2.8.15 (critical bugfix for sentinel)
- Fix to sentinel systemd service and configuration (thanks Remi)
- Refresh patch management
2014-09-13 15:17:00 +02:00
Haïkel Guémar
fd8bf6984f Upstream 2.8.15 (critical bugfix for sentinel)
- Fix to sentinel systemd service and configuration (thanks Remi)
- Refresh patch management
2014-09-13 15:05:11 +02:00
Haïkel Guémar
41ba9e8107 Cleanup spec
Fix shutdown for redis-{server,sentinel}
Backport fixes from Remi Collet repository
Drop unused patch
2014-09-11 23:37:54 +02:00
Haïkel Guémar
bfae9dba22 Cleanup spec
Fix shutdown for redis-{server,sentinel}
Backport fixes from Remi Collet repository
Drop unused patch
2014-09-11 23:34:18 +02:00
Haïkel Guémar
071a048ef0 Make tests non-failing 2014-09-11 18:26:44 +02:00
Haïkel Guémar
68f0932750 add missing patch 2014-09-11 18:17:09 +02:00
Haïkel Guémar
a388e8c482 add sources 2014-09-11 17:49:34 +02:00
Haïkel Guémar
b25082a3ce Upstream 2.8.14
backport spec from EPEL7 (thanks Warren)
2014-09-11 17:08:56 +02:00
Haïkel Guémar
0f697cdea9 Upstream 2.8.14
- Bugfix for lua scripting users (server crash)
- Refresh patches
2014-09-11 14:02:22 +02:00
Remi Collet
0e9ad48734 don't rely on configuration for critical options, add --daemonize no in unit file 2014-09-06 18:41:06 +02:00
Peter Robinson
00d13348af - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 23:45:36 +00:00
Warren Togami
01c0789b60 Revert/clean up broken changes to allow redis to work at all on systemd. 2014-07-29 03:25:28 -10:00
Warren Togami
46ea918a98 - Fix detection of EL7: systemd unit was missing
- Fix detection of EL5
2014-07-23 19:44:23 -10:00
Christopher Meng
e4aa4d03ad Revert back the non existing macro 2014-07-17 10:29:11 +08:00
Christopher Meng
0e8a54a517 Update to 2.8.13 2014-07-17 09:29:20 +08:00
Christopher Meng
fef61ff500 Update to 2.18.12 2014-06-24 15:54:32 +08:00
Christopher Meng
c12243b37b Drop a paradox: tcl 8.5+ requires EL5+ so don't need to introduce
old procps on EL5 because tests won't be executed.
2014-06-19 16:09:57 +08:00
Christopher Meng
f423152125 Use more conditional lines. 2014-06-19 15:38:02 +08:00
Christopher Meng
5a0f5c1d8b ps command is needed by tests/support/server.tcl to catch the server
status. If this command is missing, the valve returned will be invalid
and the test will fail.

More defails please refer to line 75 of server.tcl.
2014-06-19 15:15:55 +08:00
Christopher Meng
af410060c8 Add missing files to git. 2014-06-19 14:42:22 +08:00
Christopher Meng
dde8ff44ac Update to 2.8.11;
Major SPEC rewrite;
Compiler flags conformed to the guideline;
Patches refreshed;
Remove obsoleted syslog.target in systemd units;
Add ExecStartPre to units to ensure tmpdirs are available before start;
Add new systemd+sysv files for redis-sentinel;
Use jemalloc instead of tcmalloc as memory allocator;
Tests enabled(not verified in Koji yet);
More stricted directory permissions;
Move back %_sbindir binaries;
Use redis-prefix for some files;
2014-06-19 14:21:29 +08:00
Dennis Gilmore
58ec2a40db - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 21:11:04 -05:00
Fabian Deutsch
f067d7a787 Add tmpfiles
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2013-09-06 11:58:42 +02:00
Fabian Deutsch
f98ff92064 Update to 2.6.16
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2013-09-06 11:42:55 +02:00
Fabian Deutsch
0a73e94345 Update changelog and add %ghost directive
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=656683
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2013-09-06 11:33:25 +02:00
Fabian Deutsch
9b1da96872 Drop PIDFile line from .service
Redis is not running as a daemon and so it is not creatnig a pidfile -
thus we need to remove the reference in the .service file.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=973151
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2013-09-06 11:28:19 +02:00
Dennis Gilmore
1211652f9b - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 07:21:20 -05:00
Peter Robinson
652040440b RM has gperftools 2013-07-23 18:10:05 +01:00
Fabian Deutsch
88764f95a8 Modify jemalloc patch for s390 compatibility
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2013-06-19 13:01:22 +02:00
Fabian Deutsch
9b86509d24 Unbundle jemalloc
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2013-06-07 09:24:10 +02:00
Fabian Deutsch
12623859e3 Update to redis-2.6.13 and PIC build flag
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2013-06-07 08:57:27 +02:00