[ike: 1/3] * fix bug #752343

topdog topdog at fedoraproject.org
Sun Nov 20 06:01:49 UTC 2011


commit 1929860ee2651e5d29b3c94a688e3dcaeebad61c
Author: Andrew Colin Kissa <andrew at topdog.za.net>
Date:   Sun Nov 20 07:51:23 2011 +0200

    * fix bug #752343

 ike.logrotate |    2 +-
 ike.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ike.logrotate b/ike.logrotate
index 8da625b..ab47ccb 100644
--- a/ike.logrotate
+++ b/ike.logrotate
@@ -1,4 +1,4 @@
-/var/log/%{name}/*.log {
+/var/log/%{name}d/*.log {
        weekly
        rotate 10
        copytruncate
diff --git a/ike.spec b/ike.spec
index 901df61..c35c4ab 100644
--- a/ike.spec
+++ b/ike.spec
@@ -1,6 +1,6 @@
 Name:           ike
 Version:        2.1.7
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Shrew Soft VPN Client For Linux
 Group:          Applications/Communications
 License:        Sleepycat
@@ -93,6 +93,9 @@ fi
 %dir %{_localstatedir}/log/%{name}d
 
 %changelog
+* Sun Nov 20 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 2.1.7-5
+- Fix bugzilla #752343
+
 * Sun Mar 13 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 2.1.7-4
 - fix perms on logrotate file
 


More information about the scm-commits mailing list