From af727a4499fcd5ef92d4025aa4e2964499df9c83179f385318cce807a677a908 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 16 Nov 2009 16:58:55 +0000 Subject: [PATCH] Accepting request 24426 from Base:System Copy from Base:System/at based on submit request 24426 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at?expand=0&rev=15 --- at-3.1.8-queue-nice-level.patch | 10 ++++++---- at.changes | 5 +++++ at.spec | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) 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