From 960d09794115f3b32737a3edc1fd02ad712ca134 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 17 Jul 2013 08:35:41 +0200 Subject: [PATCH] - up to 1.4.10 --- cronie.spec | 6 +++--- inotify-nosys.patch | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cronie.spec b/cronie.spec index 0807617..79ff2d8 100644 --- a/cronie.spec +++ b/cronie.spec @@ -16,12 +16,12 @@ Summary: Cron daemon for executing programs at set times Name: cronie -Version: 1.4.9 -Release: 2 +Version: 1.4.10 +Release: 1 License: MIT and BSD and GPL v2 Group: Daemons Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz -# Source0-md5: 9133195e5e6f824ef460f5ccc533f1b7 +# Source0-md5: 710f0c184d0455e75f984cb4ca45c90e Source1: %{name}.init Source2: cron.logrotate Source3: cron.sysconfig diff --git a/inotify-nosys.patch b/inotify-nosys.patch index e37132d..556176d 100644 --- a/inotify-nosys.patch +++ b/inotify-nosys.patch @@ -1,17 +1,17 @@ ---- cronie-1.4.1/src/cron.h~ 2009-06-01 10:46:08.000000000 +0300 -+++ cronie-1.4.1/src/cron.h 2009-08-13 13:32:40.909067818 +0300 -@@ -40,7 +40,11 @@ - #endif +--- cronie-1.4.1/src/cron.c~ 2009-06-01 10:46:08.000000000 +0300 ++++ cronie-1.4.1/src/cron.c 2009-08-13 13:32:40.909067818 +0300 +@@ -41,7 +41,11 @@ + #include #ifdef WITH_INOTIFY +#ifdef SYS_INOTIFY_H_EXISTS_AND_WORKS - #include + # include +#else +#include "inotify-nosys.h" +#endif #endif - #include "pathnames.h" + #ifdef HAVE_SYS_FCNTL_H --- cronie-1.4.1/configure.ac~ 2009-08-13 13:56:08.000000000 +0300 +++ cronie-1.4.1/configure.ac 2009-08-13 13:56:11.295316050 +0300 @@ -27,7 +27,6 @@ -- 2.43.0