diff --git a/at.spec b/at.spec index bc4366c..57bb3a9 100644 --- a/at.spec +++ b/at.spec @@ -3,7 +3,7 @@ Summary: Job spooling tools Name: at Version: 3.1.16 -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 @@ -47,6 +47,9 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units +# at-sysvinit subpackage dropped +Obsoletes: at-sysvinit < 3.1.16-1 + %description At and batch read commands from standard input or from a specified file. At allows you to specify that a command will be run at a @@ -171,6 +174,9 @@ chown daemon:daemon %{_localstatedir}/spool/at/.SEQ %attr(0644,root,root) /%{_unitdir}/atd.service %changelog +* Fri Oct 10 2014 Tomáš Mráz - 3.1.16-2 +- add proper Obsoletes for the sysvinit subpackage + * Thu Oct 2 2014 Tomáš Mráz - 3.1.16-1 - new upstream release fixing regression from security fix in bash - drop sysvinit subpackage