Accepting request 59580 from home:vitezslav_cizek:branches:Base:System

self accept

OBS-URL: https://build.opensuse.org/request/show/59580
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=21
This commit is contained in:
Vítězslav Čížek 2011-02-01 10:04:54 +00:00 committed by Git OBS Bridge
parent 3b8462a21b
commit 630cfb7174
3 changed files with 21 additions and 0 deletions

13
at-3.1.8-tomorrow.patch Normal file
View File

@ -0,0 +1,13 @@
Index: at-3.1.8/parsetime.y
===================================================================
--- at-3.1.8.orig/parsetime.y
+++ at-3.1.8/parsetime.y
@@ -375,7 +375,7 @@ parsetime(int argc, char **argv)
exectime -= 3600;
}
}
- if (time_only && (currtime > exectime)) {
+ if (currtime > exectime+1) {
exectime += 24*3600;
}
return exectime;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 1 09:49:43 UTC 2011 - vcizek@novell.com
- at now shifts jobs with passed time without a date to tomorrow
(bnc#668485)
-------------------------------------------------------------------
Wed Nov 10 12:51:25 UTC 2010 - coolo@novell.com

View File

@ -54,6 +54,7 @@ Patch14: %{name}-%{version}-pam-session-as-root.patch
Patch15: %{name}-%{version}-leak-fix.patch
#PATCH_FIX-OPENSUSE add proper system users to the deny list
Patch16: at-3.1.8-denylist.patch
Patch17: %{name}-%{version}-tomorrow.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %{_sbindir}/useradd %{_sbindir}/groupadd %fillup_prereq %insserv_prereq
Recommends: smtp_daemon
@ -89,6 +90,7 @@ Authors:
%patch14
%patch15
%patch16
%patch17 -p1
%build
%{?suse_update_config:%{suse_update_config -f}}