From e184c2711ce633403bc588a598e397169b0bd912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 15 Nov 2010 15:26:42 +0100 Subject: [PATCH] run-parts attempted to execute jobs that are not executable. --- .gitignore | 1 + crontabs.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 15828bc..558a2ed 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /crontabs-1.11-1.20101022git.tar.gz /crontabs-1.11-1.20101109git.tar.gz /crontabs-1.11-1.20101111git.tar.gz +/crontabs-1.11-1.20101115git.tar.gz diff --git a/crontabs.spec b/crontabs.spec index ae2dbfe..17bf36a 100644 --- a/crontabs.spec +++ b/crontabs.spec @@ -1,4 +1,4 @@ -%define snap_release 20101111git +%global snap_release 20101115git Summary: Root crontab files used to schedule the execution of programs Name: crontabs Version: 1.11 @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/cron.monthly %changelog +* Mon Nov 15 2010 Marcela Mašláňová 1.11-1 +- run-parts attempted to execute jobs that are not executable. + * Thu Nov 11 2010 Marcela Mašláňová 1.11-1 - 652268 fix missing / diff --git a/sources b/sources index eca740d..88aa99f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc4decaaa0d4ceeac0ae4699015b1bb7 crontabs-1.11-1.20101111git.tar.gz +6232c7c5877fac7f3968600c7fb80c42 crontabs-1.11-1.20101115git.tar.gz