- 486227 add hyphen date into manual page.

This commit is contained in:
Marcela Mašláňová 2009-02-19 08:06:33 +00:00
parent 772deb22aa
commit 6dcd2bc2f8
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,14 @@
diff -up at-3.1.10/at.1.in.hyphen at-3.1.10/at.1.in
--- at-3.1.10/at.1.in.hyphen 2009-02-19 08:47:39.000000000 +0100
+++ at-3.1.10/at.1.in 2009-02-19 08:48:19.000000000 +0100
@@ -89,7 +89,9 @@ or giving a date of the form
or
.B MM/DD/YY
or
-.B DD.MM.YY.
+.B DD.MM.YY
+or
+.B YYYY-MM-DD.
The specification of a date
.I must
follow the specification of the time of day.

View File

@ -6,7 +6,7 @@
Summary: Job spooling tools
Name: at
Version: 3.1.10
Release: 27%{?dist}
Release: 28%{?dist}
License: GPLv2+
Group: System Environment/Daemons
URL: http://ftp.debian.org/debian/pool/main/a/at
@ -34,6 +34,7 @@ Patch15: at-3.1.10-PIE.patch
Patch16: at-3.1.10-pamfix.patch
Patch17: nonposix.patch
Patch18: selinux_mail.patch
Patch19: at-3.1.10-man_hyphen.patch
BuildRequires: fileutils chkconfig /etc/init.d
BuildRequires: flex bison autoconf
@ -87,6 +88,7 @@ cp %{SOURCE1} .
%patch16 -p1 -b .pamfix
%patch17 -p1 -b .nonposix
%patch18 -p1 -b .mailselinux
%patch19 -p1 -b .hyphen
%build
# patch10 touches configure.in
@ -192,6 +194,9 @@ fi
%attr(0755,root,root) %{_libdir}/pm-utils/sleep.d/56atd
%changelog
* Thu Feb 19 2009 Marcela Mašláňová <mmaslano@redhat.com> - 3.1.10-28
- 486227 add hyphen date into manual page.
* Wed Dec 3 2008 Marcela Mašláňová <mmaslano@redhat.com> - 3.1.10-27
- 464393 add script into pm-utils, because daemon wasn't taking all jobs
after suspend/hibernate