Browse Source

at:
- remove Patch10
- atd doesn't execute queued job until the next jobs is queued.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7095 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 11 years ago
parent
commit
9ed1b97588
1 changed files with 7 additions and 3 deletions
  1. 7 3
      a/at/at-vl.spec

+ 7 - 3
a/at/at-vl.spec

@@ -4,7 +4,7 @@ Summary: Job spooling tools.
 Summary(ja): ジョブスプーリングツール
 Name: at
 Version: 3.1.13
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPLv2+ and ISC
 Group: System Environment/Daemons
 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
 Patch8:  at-3.1.12-fix_no_export.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
 
 BuildRequires: fileutils 
@@ -75,7 +75,7 @@ cp %{SOURCE1} .
 %patch7 -p1 -b .nowrap
 %patch8 -p1 -b .export
 %patch9 -p1 -b .mail
-%patch10 -p1 -b .posix
+#patch10 -p1 -b .posix
 %patch11 -p1 -b .help
 
 %build
@@ -176,6 +176,10 @@ fi
 %attr(4755,root,root) %{_bindir}/at
 
 %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
 - fix pam_atd to use system-auth instead of password-auth