diff --git a/.gitignore b/.gitignore index 56765ef..9f4103b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ cronie-1.4.7.tar.gz /cronie-1.4.8.tar.gz /cronie-1.4.9.tar.gz /cronie-1.4.10.tar.gz +/cronie-1.4.11.tar.gz diff --git a/cronie.spec b/cronie.spec index 5194d16..f52d3fd 100644 --- a/cronie.spec +++ b/cronie.spec @@ -5,15 +5,12 @@ Summary: Cron daemon for executing programs at set times Name: cronie -Version: 1.4.10 -Release: 5%{?dist} +Version: 1.4.11 +Release: 1%{?dist} License: MIT and BSD and ISC and GPLv2 Group: System Environment/Base URL: https://fedorahosted.org/cronie Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz -Patch1: cronie-1.4.10-use-setenv.patch -Patch2: cronie-1.4.10-copy-env.patch -Patch3: cronie-1.4.10-random-delay.patch Requires: dailyjobs @@ -85,9 +82,6 @@ is not used as the system init process. %prep %setup -q -%patch1 -p1 -b .setenv -%patch2 -p1 -b .copy-env -%patch3 -p1 -b .random-delay %build %configure \ @@ -221,6 +215,9 @@ exit 0 %attr(0755,root,root) %{_initrddir}/crond %changelog +* Thu Jul 18 2013 Marcela Mašláňová - 1.4.11-1 +- new release 1.4.11 (contains previous bug fixes from 1.4.10-5) + * Tue Jun 11 2013 Tomáš Mráz - 1.4.10-5 - add support for RANDOM_DELAY - delaying job startups - pass some environment variables to processes (LANG, etc.) (#969761) diff --git a/sources b/sources index 5ed2c22..ff0cda2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -710f0c184d0455e75f984cb4ca45c90e cronie-1.4.10.tar.gz +2ba645cf54de17f138ef70312843862f cronie-1.4.11.tar.gz