|
@@ -4,7 +4,7 @@ Summary: Job spooling tools.
|
|
Summary(ja): ジョブスプーリングツール
|
|
Summary(ja): ジョブスプーリングツール
|
|
Name: at
|
|
Name: at
|
|
Version: 3.1.13
|
|
Version: 3.1.13
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: GPLv2+ and ISC
|
|
License: GPLv2+ and ISC
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
URL: http://ftp.debian.org/debian/pool/main/a/at
|
|
URL: http://ftp.debian.org/debian/pool/main/a/at
|
|
@@ -23,7 +23,7 @@ Patch6: at-3.1.13-selinux.patch
|
|
Patch7: at-3.1.12-nowrap.patch
|
|
Patch7: at-3.1.12-nowrap.patch
|
|
Patch8: at-3.1.12-fix_no_export.patch
|
|
Patch8: at-3.1.12-fix_no_export.patch
|
|
Patch9: at-3.1.13-mailwithhostname.patch
|
|
Patch9: at-3.1.13-mailwithhostname.patch
|
|
-Patch10: at-3.1.13-usePOSIXtimers.patch
|
|
|
|
|
|
+# Patch10: at-3.1.13-usePOSIXtimers.patch
|
|
Patch11: at-3.1.13-help.patch
|
|
Patch11: at-3.1.13-help.patch
|
|
|
|
|
|
BuildRequires: fileutils
|
|
BuildRequires: fileutils
|
|
@@ -75,7 +75,7 @@ cp %{SOURCE1} .
|
|
%patch7 -p1 -b .nowrap
|
|
%patch7 -p1 -b .nowrap
|
|
%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
|
|
%patch11 -p1 -b .help
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -176,6 +176,10 @@ fi
|
|
%attr(4755,root,root) %{_bindir}/at
|
|
%attr(4755,root,root) %{_bindir}/at
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Nov 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.13-3
|
|
|
|
+- remove Patch10
|
|
|
|
+ - atd doesn't execute queued job until the next jobs is queued.
|
|
|
|
+
|
|
* Thu Nov 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.13-2
|
|
* Thu Nov 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.13-2
|
|
- fix pam_atd to use system-auth instead of password-auth
|
|
- fix pam_atd to use system-auth instead of password-auth
|
|
|
|
|