From 65e863b0a9f035cfe01392f2738b02bbabbed5deaeeba104b9636d6ff4a6c8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Jul 2013 08:22:41 +0000 Subject: [PATCH] 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 --- redis.changes | 5 +++++ redis.logrotate | 1 + redis.spec | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/redis.changes b/redis.changes index 59b4421..88bc7ec 100644 --- a/redis.changes +++ b/redis.changes @@ -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 diff --git a/redis.logrotate b/redis.logrotate index b1c87f7..3805f7f 100644 --- a/redis.logrotate +++ b/redis.logrotate @@ -6,4 +6,5 @@ compress notifempty missingok + su redis redis } diff --git a/redis.spec b/redis.spec index 7f7def2..8ac4c61 100644 --- a/redis.spec +++ b/redis.spec @@ -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