diff --git a/at.spec b/at.spec index 33a5152..a0dcb74 100644 --- a/at.spec +++ b/at.spec @@ -3,7 +3,7 @@ Summary: Job spooling tools Name: at Version: 3.1.18 -Release: 1%{?dist} +Release: 2%{?dist} # http://packages.debian.org/changelogs/pool/main/a/at/current/copyright # + install-sh is MIT license with changes under Public Domain License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain @@ -176,6 +176,9 @@ chown daemon:daemon %{_localstatedir}/spool/at/.SEQ %attr(0644,root,root) /%{_unitdir}/atd.service %changelog +* Mon May 23 2016 Tomáš Mráz - 3.1.18-2 +- SIGPIPE should not be ignored in atd (#1338039) + * Wed Mar 23 2016 Tomáš Mráz - 3.1.18-1 - new upstream release - correct the DST correction when using UTC time specification (#1320322) diff --git a/atd.systemd b/atd.systemd index 7bdf82c..abe24c1 100644 --- a/atd.systemd +++ b/atd.systemd @@ -5,6 +5,7 @@ After=syslog.target systemd-user-sessions.service [Service] EnvironmentFile=/etc/sysconfig/atd ExecStart=/usr/sbin/atd -f $OPTS +IgnoreSIGPIPE=no [Install] WantedBy=multi-user.target