import at-3.1.20-12.el8
This commit is contained in:
parent
a60a226b5d
commit
0b14bdcf3a
@ -41,7 +41,7 @@ diff -up at-3.1.20/at.c.shell at-3.1.20/at.c
|
|||||||
fprintf(stderr, "<EOT>\n");
|
fprintf(stderr, "<EOT>\n");
|
||||||
}
|
}
|
||||||
- fprintf(fp, "\n");
|
- fprintf(fp, "\n");
|
||||||
+ fprintf(fp, "marcinDELIMITER%08lx\n", i);
|
+ fprintf(fp, "\nmarcinDELIMITER%08lx\n", i);
|
||||||
if (ferror(fp))
|
if (ferror(fp))
|
||||||
panic("Output error");
|
panic("Output error");
|
||||||
fflush(fp);
|
fflush(fp);
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Job spooling tools
|
Summary: Job spooling tools
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.20
|
Version: 3.1.20
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
|
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
|
||||||
# + install-sh is MIT license with changes under Public Domain
|
# + install-sh is MIT license with changes under Public Domain
|
||||||
License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain
|
License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain
|
||||||
@ -183,6 +183,10 @@ chown root:root %{_localstatedir}/spool/at/.SEQ
|
|||||||
%attr(0644,root,root) /%{_unitdir}/atd.service
|
%attr(0644,root,root) /%{_unitdir}/atd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 04 2022 Jan Staněk <jstanek@redhat.com> - 3.1.20-12
|
||||||
|
- Add preceding newline to delimiter in at-3.1.20-shell.patch
|
||||||
|
Resolves: rhbz#2070450
|
||||||
|
|
||||||
* Wed May 23 2018 Tomáš Mráz <tmraz@redhat.com> - 3.1.20-11
|
* Wed May 23 2018 Tomáš Mráz <tmraz@redhat.com> - 3.1.20-11
|
||||||
- log the jobs being run
|
- log the jobs being run
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user