SHA256
1
0
forked from pool/redis

Accepting request 760070 from home:kukuk:ei-demo

- Make redis useable in a container (drop size from 100MB to 20MB):
  - Change user generation from shadow to sysusers
  - Drop redis-initscript.patch and sudo requires, we use systemd
  - Drop BuildRequires for procps and tcl, they are not needed
  - Make logrotate recommend, it's not required for redis to work

OBS-URL: https://build.opensuse.org/request/show/760070
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=129
This commit is contained in:
Martin Pluskal
2019-12-31 08:22:02 +00:00
committed by Git OBS Bridge
parent d7bb74b9c8
commit ad2bfc6bf7
4 changed files with 28 additions and 195 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 30 17:59:52 UTC 2019 - Thorsten Kukuk <kukuk@suse.com>
- Make redis useable in a container (drop size from 100MB to 20MB):
- Change user generation from shadow to sysusers
- Drop redis-initscript.patch and sudo requires, we use systemd
- Drop BuildRequires for procps and tcl, they are not needed
- Make logrotate recommend, it's not required for redis to work
-------------------------------------------------------------------
Sun Dec 1 15:47:06 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>