[mgetty] Fix rotation of log files, resolves #752435

Michal Sekletar msekleta at fedoraproject.org
Thu Nov 10 16:14:34 UTC 2011


commit 1fb000f7c1d31bc9c74b5512dc8f962a5a64ca01
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Thu Nov 10 17:09:50 2011 +0100

    Fix rotation of log files, resolves #752435

 logrotate.mgetty |    2 +-
 mgetty.spec      |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/logrotate.mgetty b/logrotate.mgetty
index ba81311..5342040 100644
--- a/logrotate.mgetty
+++ b/logrotate.mgetty
@@ -3,7 +3,7 @@
 #
 
 tabooext + mgetty.log.tty*[-.]*
-/var/log/mgetty.log.tty /var/log/mgetty.log.unknown /var/log/mgetty.callback {
+/var/log/mgetty.log.tty* /var/log/mgetty.log.unknown /var/log/mgetty.log.callback {
 	nocompress
 	missingok
 }
diff --git a/mgetty.spec b/mgetty.spec
index 9ae1e01..aab94f7 100644
--- a/mgetty.spec
+++ b/mgetty.spec
@@ -4,7 +4,7 @@
 Summary: A getty replacement for use with data and fax modems
 Name: mgetty
 Version: 1.1.36
-Release: 13%{?dist}
+Release: 14%{?dist}
 Source: ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-%{date}.tar.gz
 Source1: ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-%{date}.tar.gz.asc
 Source2: logrotate.mgetty
@@ -351,6 +351,10 @@ exit 0
 %{_mandir}/man1/viewfax.1*
 
 %changelog
+* Thu Nov 10 2011 Michal Sekletar <msekleta at redhat.com> - 1.1.36-14
+- Resolves : #752435
+- Fix rotation of log files
+
 * Mon Sep 26 2011 Michal Sekletar <msekleta at redhat.com> - 1.1.36-13
 - Resolves : #737573
 - Removes information about dependency on mgetty from mgetty-viewfax description


More information about the scm-commits mailing list