new release 1.4.11 (contains previous bug fixes from 1.4.10-5)
This commit is contained in:
parent
b1659a4269
commit
773adb9501
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
13
cronie.spec
13
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á <mmaslano@redhat.com> - 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 <tmraz@redhat.com> - 1.4.10-5
|
||||
- add support for RANDOM_DELAY - delaying job startups
|
||||
- pass some environment variables to processes (LANG, etc.) (#969761)
|
||||
|
Loading…
Reference in New Issue
Block a user