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