[ike/f18] fix Bug #974283 - Bad logrotate config file

Marcel Wysocki maci at fedoraproject.org
Fri Jul 26 11:03:44 UTC 2013


commit d390baa964d46acff21b3faf883929c7daf9cc9a
Author: maci <maci at LIPC003.intranet.local>
Date:   Sat Jul 27 01:02:27 2013 +0200

    fix Bug #974283 - Bad logrotate config file

 ike.logrotate |    2 +-
 ike.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ike.logrotate b/ike.logrotate
index e6cfff5..e813372 100644
--- a/ike.logrotate
+++ b/ike.logrotate
@@ -1,4 +1,4 @@
-/var/log/%{name}d.log {
+/var/log/iked.log {
        weekly
        rotate 10
        copytruncate
diff --git a/ike.spec b/ike.spec
index 3061b99..e2a981b 100644
--- a/ike.spec
+++ b/ike.spec
@@ -2,7 +2,7 @@
 
 Name:           ike
 Version:        2.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Shrew Soft VPN Client For Linux
 Group:          Applications/Communications
 License:        Sleepycat
@@ -97,6 +97,9 @@ install -m 0644 -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}
 %dir %{_localstatedir}/log/%{name}d
 
 %changelog
+* Fri Jul 26 2013 maci <maci at satgnu.net> - 2.2.1-2
+- fix #974283 - Bad logrotate config file
+
 * Wed Jun 05 2013 Marcel Wysocki <maci at satgnu.net> - 2.2.1-1
 - update to 2.2.1
 - use systemd macros (fedora 18+)


More information about the scm-commits mailing list