superfluous patch dropped
This commit is contained in:
parent
4fe15d5740
commit
aadd9920c6
@ -1,11 +0,0 @@
|
|||||||
diff -up at-3.1.14/panic.c.help at-3.1.14/panic.c
|
|
||||||
--- at-3.1.14/panic.c.help 2013-12-02 12:38:46.208231065 +0100
|
|
||||||
+++ at-3.1.14/panic.c 2013-12-02 12:39:34.118317528 +0100
|
|
||||||
@@ -94,6 +94,7 @@ usage(void)
|
|
||||||
*/
|
|
||||||
fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-mMlbv] timespec ...\n"
|
|
||||||
" at [-V] [-q x] [-f file] [-mMlbv] -t time\n"
|
|
||||||
+ " at [-V] [-q x] [-f file] [-mMlbv] -t time\n"
|
|
||||||
" at -c job ...\n"
|
|
||||||
" atq [-V] [-q x]\n"
|
|
||||||
" at [ -rd ] job ...\n"
|
|
7
at.spec
7
at.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Job spooling tools
|
Summary: Job spooling tools
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.16
|
Version: 3.1.16
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -26,7 +26,6 @@ Patch6: at-3.1.14-nitpicks.patch
|
|||||||
Patch8: at-3.1.14-fix_no_export.patch
|
Patch8: at-3.1.14-fix_no_export.patch
|
||||||
Patch9: at-3.1.14-mailwithhostname.patch
|
Patch9: at-3.1.14-mailwithhostname.patch
|
||||||
Patch10: at-3.1.14-usePOSIXtimers.patch
|
Patch10: at-3.1.14-usePOSIXtimers.patch
|
||||||
Patch11: at-3.1.14-help.patch
|
|
||||||
Patch12: at-3.1.14-wrong_format.patch
|
Patch12: at-3.1.14-wrong_format.patch
|
||||||
Patch13: at-3.1.16-noabort.patch
|
Patch13: at-3.1.16-noabort.patch
|
||||||
Patch14: at-3.1.16-fclose-error.patch
|
Patch14: at-3.1.16-fclose-error.patch
|
||||||
@ -75,7 +74,6 @@ cp %{SOURCE1} .
|
|||||||
%patch8 -p1 -b .export
|
%patch8 -p1 -b .export
|
||||||
%patch9 -p1 -b .mail
|
%patch9 -p1 -b .mail
|
||||||
%patch10 -p1 -b .posix
|
%patch10 -p1 -b .posix
|
||||||
%patch11 -p1 -b .help
|
|
||||||
%patch12 -p1 -b .wrong
|
%patch12 -p1 -b .wrong
|
||||||
%patch13 -p1 -b .noabort
|
%patch13 -p1 -b .noabort
|
||||||
%patch14 -p1 -b .fclose
|
%patch14 -p1 -b .fclose
|
||||||
@ -176,6 +174,9 @@ chown daemon:daemon %{_localstatedir}/spool/at/.SEQ
|
|||||||
%attr(0644,root,root) /%{_unitdir}/atd.service
|
%attr(0644,root,root) /%{_unitdir}/atd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 28 2014 Tomáš Mráz <tmraz@redhat.com> - 3.1.16-5
|
||||||
|
- superfluous patch dropped
|
||||||
|
|
||||||
* Mon Nov 24 2014 Tomáš Mráz <tmraz@redhat.com> - 3.1.16-4
|
* Mon Nov 24 2014 Tomáš Mráz <tmraz@redhat.com> - 3.1.16-4
|
||||||
- test for write error on fclose (#1166882)
|
- test for write error on fclose (#1166882)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user