add proper Obsoletes for the sysvinit subpackage
This commit is contained in:
parent
fc356ce304
commit
831ee27011
8
at.spec
8
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 <tmraz@redhat.com> - 3.1.16-2
|
||||
- add proper Obsoletes for the sysvinit subpackage
|
||||
|
||||
* Thu Oct 2 2014 Tomáš Mráz <tmraz@redhat.com> - 3.1.16-1
|
||||
- new upstream release fixing regression from security fix in bash
|
||||
- drop sysvinit subpackage
|
||||
|
Loading…
Reference in New Issue
Block a user