diff --git a/mgetty.spec b/mgetty.spec index d652f9a..e48c3c8 100644 --- a/mgetty.spec +++ b/mgetty.spec @@ -9,7 +9,7 @@ Summary: A getty replacement for use with data and fax modems Name: mgetty Version: 1.1.36 -Release: 17%{?dist} +Release: 18%{?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 @@ -357,12 +357,13 @@ fi %{_mandir}/man1/viewfax.1* %changelog -* Tue Feb 19 2013 Michal Sekletar - 1.1.36-17 +* Tue Mar 20 2013 Michal Sekletar - 1.1.36-18 - Resolve : #850206 #752435 - Change naming scheme for log files - Change configuration for logrotate - Fix rpm scriptlets - Fix installation of a unit file template +- Remove reduntant After= from unit file - Fix manpage, explains how to use newly added systemd capabilities - Add conflict with hylafax+ diff --git a/vgetty@.service b/vgetty@.service index 789ee87..20a746b 100644 --- a/vgetty@.service +++ b/vgetty@.service @@ -1,14 +1,13 @@ # This is a basic .service file used with systemd to control vgetty. # -# Vgetty turns your voice modem into an answering machine. +# Vgetty turns your voice modem into an answering machine. # It is apart of the mgetty package. http://alpha.greenie.net/vgetty/ [Unit] Description=Vgetty turns your voice modem into an answering machine -After=syslog.target [Service] -ExecStart=-/sbin/vgetty /dev/%i +ExecStart=-/sbin/vgetty /dev/%i Restart=always RestartSec=0