diff --git a/at-3.1.8-queue-nice-level.patch b/at-3.1.8-queue-nice-level.patch index 7d1fd9e..d8e9a18 100644 --- a/at-3.1.8-queue-nice-level.patch +++ b/at-3.1.8-queue-nice-level.patch @@ -1,8 +1,10 @@ ---- atd.c +Index: atd.c +=================================================================== +--- atd.c.orig +++ atd.c -@@ -383,7 +383,7 @@ - - PRIV_START +@@ -457,7 +457,7 @@ run_file(const char *filename, uid_t uid + if (chdir(ATJOB_DIR) < 0) + perr("Cannot chdir to " ATJOB_DIR); - nice((tolower((int) queue) - 'a' + 1) * 2); + nice((tolower((int) queue) - 'a' ) ); diff --git a/at.changes b/at.changes index e19bc3c..4d00696 100644 --- a/at.changes +++ b/at.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 3 19:09:06 UTC 2009 - coolo@novell.com + +- updated patches to apply with fuzz=0 + ------------------------------------------------------------------- Thu Aug 27 12:16:43 CEST 2009 - mseben@novell.com diff --git a/at.spec b/at.spec index f102ae1..73b47e0 100644 --- a/at.spec +++ b/at.spec @@ -26,7 +26,7 @@ License: GPL v2 or later Group: System/Daemons AutoReqProv: on Version: 3.1.8 -Release: 1075 +Release: 1076 Summary: A Job Manager Source: at_3.1.8-11.tar.gz Source1: atd.init