superfluous patch dropped

This commit is contained in:
Tomas Mraz 2014-11-28 10:09:34 +01:00
parent 4fe15d5740
commit aadd9920c6
2 changed files with 4 additions and 14 deletions

View File

@ -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"

View File

@ -3,7 +3,7 @@
Summary: Job spooling tools
Name: at
Version: 3.1.16
Release: 4%{?dist}
Release: 5%{?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
@ -26,7 +26,6 @@ Patch6: at-3.1.14-nitpicks.patch
Patch8: at-3.1.14-fix_no_export.patch
Patch9: at-3.1.14-mailwithhostname.patch
Patch10: at-3.1.14-usePOSIXtimers.patch
Patch11: at-3.1.14-help.patch
Patch12: at-3.1.14-wrong_format.patch
Patch13: at-3.1.16-noabort.patch
Patch14: at-3.1.16-fclose-error.patch
@ -75,7 +74,6 @@ cp %{SOURCE1} .
%patch8 -p1 -b .export
%patch9 -p1 -b .mail
%patch10 -p1 -b .posix
%patch11 -p1 -b .help
%patch12 -p1 -b .wrong
%patch13 -p1 -b .noabort
%patch14 -p1 -b .fclose
@ -176,6 +174,9 @@ chown daemon:daemon %{_localstatedir}/spool/at/.SEQ
%attr(0644,root,root) /%{_unitdir}/atd.service
%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
- test for write error on fclose (#1166882)