remi pushed to redis (master). "rotate /var/log/redis/sentinel.log"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 07:56:19 UTC 2015


>From 8c786aea4c1f6252c7d4ef50f8e59ca0e2285a2d Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Tue, 14 Apr 2015 09:56:03 +0200
Subject: rotate /var/log/redis/sentinel.log


diff --git a/redis.logrotate b/redis.logrotate
index 43addc6..3a3d185 100644
--- a/redis.logrotate
+++ b/redis.logrotate
@@ -1,4 +1,4 @@
-/var/log/redis/redis.log {
+/var/log/redis/*.log {
     weekly
     rotate 10
     copytruncate
diff --git a/redis.spec b/redis.spec
index 911afb6..055252b 100644
--- a/redis.spec
+++ b/redis.spec
@@ -12,7 +12,7 @@
 
 Name:              redis
 Version:           3.0.0
-Release:           1%{?dist}
+Release:           2%{?dist}
 Summary:           A persistent key-value database
 License:           BSD
 URL:               http://redis.io
@@ -243,6 +243,9 @@ fi
 
 
 %changelog
+* Tue Apr 14 2015 Haïkel Guémar <hguemar at fedoraproject.org> - 3.0.0-2
+- rotate /var/log/redis/sentinel.log
+
 * Thu Apr  2 2015 Haïkel Guémar <hguemar at fedoraproject.org> - 3.0.0-1
 - Upstream 3.0.0 (RHBZ #1208322)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/redis.git/commit/?h=master&id=8c786aea4c1f6252c7d4ef50f8e59ca0e2285a2d


More information about the scm-commits mailing list