Commit Graph

148 Commits

Author SHA256 Message Date
Martin Pluskal
0b1ad96621 Accepting request 294021 from home:darix:apps
- make sure we do not daemonize
- finished systemd support
- update to 2.8.19

OBS-URL: https://build.opensuse.org/request/show/294021
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=60
2015-04-01 16:53:07 +00:00
Martin Pluskal
3b4fc66151 Accepting request 285747 from home:ralflangb1:branches:server:database
add sudo dependency for the init script

OBS-URL: https://build.opensuse.org/request/show/285747
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=58
2015-02-12 11:25:35 +00:00
2a87491e93 None
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=56
2014-12-06 02:22:00 +00:00
e579dc79d6 Accepting request 260560 from home:Ledest:misc
fix bashisms in pre script

OBS-URL: https://build.opensuse.org/request/show/260560
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=54
2014-11-11 17:17:40 +00:00
f16b537690 - remove unused skip-aof-test.patch
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=52
2014-07-28 09:11:11 +00:00
4c61f2d6d2 - update to 2.8.13
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=51
2014-07-25 15:14:08 +00:00
d62564e6bc - update to 2.8.6
Redis 2.6 is mostly a strict subset of 2.8. However there are a 
  few things that you should be aware of:
  The following commands changed behavior:
    * SORT with ALPHA now sorts according to local collation locale
      if no STORE option is used.
    * ZADD/ZINCRBY are now able to accept a bigger range of values
      as valid scores, that is, all the values you may end having
      as a result of calling ZINCRBY multiple times.
    * Many errors are now prefixed by a more specific error code
      instead of the generic -ERR, for example -WRONGTYPE, -NOAUTH, ...
    * PUBLISH called inside Lua scripts is now correctly propagated
      to slaves.
  The following redis.conf and CONFIG GET / SET parameters changed:
    * logfile now uses the empty string in order to log to standard
      output, so 'logfile stdout' is now invalid, use 'logfile ""'
      instead.
  The following INFO fields changed format in a non-backward compatible way:
    * The list of slaves in INFO is now in field=value format.
  Replication:
    Redis 2.8 can be used as slave for Redis 2.6, but doing this is
    only a good idea for the short amount of time needed to upgrade
    your servers.  We suggest to update both master and slaves at
    about the same time.
  For all the details see
    /usr/share/doc/packages/redis/00-RELEASENOTES
- updated redis-conf.patch to apply cleanly again

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=50
2014-03-04 13:56:42 +00:00
bc782e7ff4 - drop skip-aof-test.patch
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=48
2013-08-08 12:51:30 +00:00
0c7b1def0e - disable skip-aof-test.patch for now:
it seems adding procps to the buildrequires also fixed that test.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=47
2013-08-08 02:09:08 +00:00
f937e0ae4b - remove obsolete comment
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=45
2013-08-07 15:10:22 +00:00
f124db3740 - build require procps to get "ps" which is needed for the cleanup
of the redis processes launched by the testsuite.
- update to 2.6.14
  UPGRADE URGENCY: HIGH because of the following two issues:
      * Lua scripting + Replication + AOF in slaves problem (see Issue #1164).
      * AOF + expires possible race condition (see Issue #1079).
  * [FIX] AOF bug: expire could be removed from key on AOF rewrite.
  * [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
  * [FIX] Sentinel: parse new verison of INFO replication output correctly.
  * [NEW] Reset masterauth if an empty string is configured.
  
  For the changes from 2.6.10-2.6.13 see
  /usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
  - redis-conf.patch:
  - redis-enable-bactrace-on-x86-and-ia64-only.patch:
    just to get rid of fuzz
  - skip-aof-test.patch:
    can not comment in the array like that. rather remove the
    line.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=44
2013-08-07 14:40:05 +00:00
Tomáš Chvátal
db3bc35d3c Accepting request 182466 from home:k0da:ppc
- enable backtrace for x86 and ia64 only
  redis-enable-bactrace-on-x86-and-ia64-only.patch

OBS-URL: https://build.opensuse.org/request/show/182466
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=42
2013-07-08 08:53:48 +00:00
Tomáš Chvátal
064a3a04b6 Accepting request 182226 from home:k0da:ppc
- enable backtrace for x86 only
  redis-x86-backtrace.patch

OBS-URL: https://build.opensuse.org/request/show/182226
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=41
2013-07-04 17:12:05 +00:00
Tomáš Chvátal
65e863b0a9 Accepting request 180755 from home:vjt:ifad
Make the logrotate script setuid/setgid to the redis user/group, to silence logrotate warnings in the logs.

OBS-URL: https://build.opensuse.org/request/show/180755
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=39
2013-07-01 08:22:41 +00:00
97666ff670 - added bnc number
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=38
2013-01-22 11:32:00 +00:00
22a36b5a89 - update to 2.6.9
Too many changes to list them here, please refer to
  /usr/share/doc/packages/redis/00-RELEASENOTES
- refreshed patches:
  redis-conf.patch
  skip-aof-test.patch
- dropped patches:
  redis-endian.patch
  redis-2.4.15-linenoise-cflags.patch

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=37
2013-01-22 11:17:07 +00:00
Michal Hrusecky (old before rename to _miska_)
91d3bd7d79 Accepting request 142125 from home:vjt:ifad
Hi,

the basename "-s" option is not available on OpenSUSE 11's coreutils. 

I have changed the initscript to use the historical basename NAME [SUFFIX] syntax, that works on both 11 and 12.

Thanks!

~Marcello

OBS-URL: https://build.opensuse.org/request/show/142125
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=35
2012-11-20 14:14:50 +00:00
Michal Hrusecky (old before rename to _miska_)
1f46b42823 - Fix useradd invocation: -o is useless without -u and newer
versions of pwdutils/shadowutils fail on this now.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=34
2012-11-20 12:16:16 +00:00
Michal Hrusecky (old before rename to _miska_)
a7d960e1bf little nicer
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=33
2012-11-20 12:11:57 +00:00
Michal Hrusecky (old before rename to _miska_)
0b8edbc503 Accepting request 140668 from home:vjt:ifad
As requested on https://build.opensuse.org/request/show/129485 I've added the required .changes entry.

Thanks,

~Marcello

OBS-URL: https://build.opensuse.org/request/show/140668
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=32
2012-11-20 12:09:48 +00:00
83271f2e51 - update to 2.4.15
too many changes see
  /usr/share/doc/packages/redis/00-RELEASENOTES
- added redis-2.4.15-linenoise-cflags.patch
  make sure we build the dependency with cflags
- refreshed redis-endian.patch

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=30
2012-07-23 18:33:34 +00:00
Pavol Rusnak
08c3373b9d Accepting request 110819 from home:k0da:ppc
- fix ppc and ppc64 build.
  disable tests for powerpc for now

OBS-URL: https://build.opensuse.org/request/show/110819
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=28
2012-03-23 13:47:13 +00:00
Sascha Peilicke
5c3d49cebf - Correct the 'how to get it running' comment in %post
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=25
2011-11-24 10:56:53 +00:00
Sascha Peilicke
24e6483bf1 - Don't use runlevel 4 in init script
- Compile with RPM_OPT_FLAGS (PROG env var didn't cut it)
- Remove outdated %clean section, bogus doc package (there are none)
  and netcat runtime dependency (for init script?)
- Set license to SDPX style

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=24
2011-11-24 10:50:39 +00:00
Stephan Kulow
836e8e09c1 Accepting request 93343 from server:database
please add redis, needed for various cloud services

OBS-URL: https://build.opensuse.org/request/show/93343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=1
2011-11-28 17:27:39 +00:00
Andreas Schneider
11acef3053 - Updated to 2.4.1.
- Fixed init script.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=23
2011-10-24 10:48:58 +00:00
Andreas Schneider
9778d7d7cf Accepting request 88557 from home:vintozver:branches:server:database
Update to version 2.4.1
Please note that docs are not included in sources from this version :(

OBS-URL: https://build.opensuse.org/request/show/88557
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=22
2011-10-22 08:32:19 +00:00
Andreas Schneider
debd3d515f Accepting request 87357 from home:vintozver:branches:server:database
OBS-URL: https://build.opensuse.org/request/show/87357
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=21
2011-10-16 18:35:31 +00:00
5ee5ca17b5 Accepting request 71138 from home:prusnak:branches:server:database
- updated to 2.2.7

OBS-URL: https://build.opensuse.org/request/show/71138
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=20
2011-05-24 10:50:55 +00:00
a79ff485af - update to 2.2.4
* Return value of OBJECT DEBUG against sorted sets fixed, now is
    "skiplist".
- additional changes from 2.2.3
  * Fixed issue #503. MONITOR + QUIT (and other combinations) could
    crash the server.
  * OBJECT command implemented. See http://redis.io/commands/object
  * Fixed a problem in redis-cli related to escapes in the form
    "\x..".
  * Fixed a minor memory leak in redis-cli
  * Saved RDB on SIGTERM on archs where it was not working properly.
- additional changes from 2.2.2
  * AOF file descriptor leak after the first rewrite fixed.
  * Return value of GETRANGE / SUBSTR is now an empty string if the
    interval specified is not valid, or the key does not exist. Was
    a null bulk reply before, but this is against the Redis way.
- fix the path to the log file in the conf patch to match the rest
  of the package
- created log dir
- changed home dir of the redis user from /var/run/redis to
  /var/lib/redis. the old home dir wasnt created anyway.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=19
2011-04-15 18:35:16 +00:00
Andreas Schneider
3aa1e1ba3a Accepting request 62671 from home:jnweiger
OBS-URL: https://build.opensuse.org/request/show/62671
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=18
2011-02-24 22:52:08 +00:00
Andreas Schneider
5ca6b81fff Accepting request 59279 from home:seife:openstack
Thanks for the fix!

OBS-URL: https://build.opensuse.org/request/show/59279
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=17
2011-01-27 17:08:54 +00:00
Andreas Schneider
aa12e8e31f - Added logging to /var/log/redis/redis.log.
- Added log rotation.

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=16
2011-01-18 21:10:38 +00:00
Pavol Rusnak
1bb7c7e532 Accepting request 57725 from home:gladiac:server
OBS-URL: https://build.opensuse.org/request/show/57725
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=15
2011-01-10 15:36:14 +00:00
Pavol Rusnak
0dc98c9c87 Accepting request 57621 from home:gladiac:server
OBS-URL: https://build.opensuse.org/request/show/57621
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=14
2011-01-10 14:11:05 +00:00
05e5c633e2 - dont run as root
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=13
2010-05-17 14:27:43 +00:00
9dc744c6d3 - mark init script as config
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=12
2010-05-17 14:15:23 +00:00
825f301d7a - update to version 1.2.6
fixes two critical replication bugs, and a few improvements.
  - Fixed Issue 207
    (http://code.google.com/p/redis/issues/detail?id=207) (broken
    replication with binary arguments not in the last position with
    the MSET command or any other command issued with new
    multi-bulk protocol)
  - Fixed Issue 174
    (http://code.google.com/p/redis/issues/detail?id=174) (temp
    names collisions producing broken slave-side .rdb files)
  - Redis-cli backported from Redis master, with interactive mode,
    line editing via the linenoise library, auth ability, and much
    more.
  - ZRANGEBYSCORE now supports WITHSCORES as well (backported from
    master)
  - A simplified version of redis-stat (from redis tools) added.
- update to version 1.2.5
  fixes a replication bug: multiple slaves connecting to the same
  master could lead to random crashes or corruptions.
- use PROF parameter to pass in optflags

OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=11
2010-05-17 14:14:15 +00:00
Pavol Rusnak
20868ed526 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=10
2010-03-09 14:25:50 +00:00
Pavol Rusnak
c5f0e8fbe2 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=9
2010-03-08 13:40:39 +00:00
Pavol Rusnak
9c398d1820 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=8
2010-03-07 23:42:36 +00:00
Pavol Rusnak
4fe712f1b5 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=7
2010-03-07 23:22:27 +00:00
Pavol Rusnak
4e1042c7e2 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=6
2010-03-07 23:11:23 +00:00
Pavol Rusnak
5fe22d6240 - updated to 1.2.4
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=5
2010-03-07 17:22:11 +00:00
Pavol Rusnak
ae0408dee9 Accepting request 34154 from home:pzb
Copy from home:pzb/redis via accept of submit request 34154 revision 5.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/34154
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=4
2010-03-05 12:30:26 +00:00
Pavol Rusnak
243b16981e Accepting request 34097 from home:pzb
Copy from home:pzb/redis via accept of submit request 34097 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/34097
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=3
2010-03-05 00:14:55 +00:00
Pavol Rusnak
6fe71da35d fix
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=2
2010-02-24 22:50:40 +00:00
Pavol Rusnak
3e98c939bf osc copypac from project:server:database package:regis revision:2
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=1
2010-02-24 22:49:48 +00:00