auto-import changelog data from at-3.1.8-57.src.rpm
Tue Aug 03 2004 Jason Vas Dias <jvdias@redhat.com> - fixed bug 125634 - made usage() agree with manpage
This commit is contained in:
parent
e83c0dc63a
commit
f99ae4cab3
@ -1,5 +1,5 @@
|
||||
--- at-3.1.8/at.1.in-t_option 2004-07-29 19:34:06.601842000 -0400
|
||||
+++ at-3.1.8/at.1.in 2004-07-29 19:35:37.645706000 -0400
|
||||
--- at-3.1.8/at.1.in-t_option 2004-08-03 17:27:23.458423000 -0400
|
||||
+++ at-3.1.8/at.1.in 2004-08-03 17:27:43.923938000 -0400
|
||||
@@ -12,6 +12,16 @@
|
||||
.RB [ -mldbv ]
|
||||
.B TIME
|
||||
@ -29,12 +29,12 @@
|
||||
+.BR touch(1)
|
||||
+utility's
|
||||
+.B -t
|
||||
+time option argument ([[CC]YY]MMDDhhmm.ss).
|
||||
+time option argument ([[CC]YY]MMDDhhmm).
|
||||
.SH FILES
|
||||
.I @ATJBD@
|
||||
.br
|
||||
--- at-3.1.8/at.c-t_option 2004-07-29 19:34:07.304139000 -0400
|
||||
+++ at-3.1.8/at.c 2004-07-29 19:34:07.575868000 -0400
|
||||
--- at-3.1.8/at.c-t_option 2004-08-03 17:27:24.036844000 -0400
|
||||
+++ at-3.1.8/at.c 2004-08-03 17:27:24.246634000 -0400
|
||||
@@ -688,6 +688,100 @@
|
||||
return p;
|
||||
}
|
||||
|
11
at-3.1.8-usage.patch
Normal file
11
at-3.1.8-usage.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- at-3.1.8/panic.c.usage 2002-01-17 23:15:27.000000000 -0500
|
||||
+++ at-3.1.8/panic.c 2004-08-03 17:23:22.628494000 -0400
|
||||
@@ -92,6 +92,8 @@
|
||||
/* Print usage and exit.
|
||||
*/
|
||||
fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-m] time\n"
|
||||
+ " at [-V] [-q x] [-f file] [-m] -t [[CC]YY]MMDDhhmm\n"
|
||||
+ " at -c job [job...]\n"
|
||||
" atq [-V] [-q x]\n"
|
||||
" atrm [-V] [-q x] job ...\n"
|
||||
" batch [-V] [-f file] [-m]\n");
|
7
at.spec
7
at.spec
@ -4,7 +4,7 @@
|
||||
Summary: Job spooling tools.
|
||||
Name: at
|
||||
Version: 3.1.8
|
||||
Release: 56
|
||||
Release: 57
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz
|
||||
@ -29,6 +29,7 @@ Patch21: at-3.1.8-atrun.8-typo-97697.patch
|
||||
Patch22: at-selinux.patch
|
||||
Patch23: at-3.1.8-pie.patch
|
||||
Patch24: at-3.1.8-t_option.patch
|
||||
Patch25: at-3.1.8-usage.patch
|
||||
|
||||
Prereq: fileutils chkconfig /etc/init.d
|
||||
BuildPrereq: flex bison autoconf
|
||||
@ -87,6 +88,7 @@ cp %{SOURCE1} .
|
||||
%endif
|
||||
%patch23 -p1 -b .pie
|
||||
%patch24 -p1 -b -t_option
|
||||
%patch25 -p1 -b .usage
|
||||
|
||||
%build
|
||||
# patch10 touches configure.in
|
||||
@ -165,6 +167,9 @@ fi
|
||||
%attr(4755,root,root) %{_bindir}/at
|
||||
|
||||
%changelog
|
||||
* Tue Aug 03 2004 Jason Vas Dias <jvdias@redhat.com>
|
||||
- fixed bug 125634 - made usage() agree with manpage
|
||||
|
||||
* Thu Jul 29 2004 Jason Vas Dias <jvdias@redhat.com>
|
||||
- Added POSIX.2 -t option for RFE 127485
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user