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
This commit is contained in:
Tomáš Chvátal 2013-07-01 08:22:41 +00:00 committed by Git OBS Bridge
parent 97666ff670
commit 65e863b0a9
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 24 14:15:49 UTC 2013 - vjt@openssl.it
- Make the logrotate script setuid/setgid to the redis user/group
-------------------------------------------------------------------
Tue Jan 22 10:47:17 UTC 2013 - mrueckert@suse.de

View File

@ -6,4 +6,5 @@
compress
notifempty
missingok
su redis redis
}

View File

@ -1,7 +1,7 @@
#
# spec file for package redis
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed