From e1c5d6291cf6303473d49f1e42623fffd772b4bf Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 24 Nov 2016 15:09:43 +0100 Subject: [PATCH] use Recommends to pull in cronie (#1269172) --- crontabs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crontabs.spec b/crontabs.spec index 8d372a3..d4ccdf4 100644 --- a/crontabs.spec +++ b/crontabs.spec @@ -2,13 +2,13 @@ Summary: Root crontab files used to schedule the execution of programs Name: crontabs Version: 1.11 -Release: 12.%{snap_release}%{?dist} +Release: 13.%{snap_release}%{?dist} License: Public Domain and GPLv2 Group: System Environment/Base URL: https://fedorahosted.org/crontabs Source0: https://fedorahosted.org/releases/c/r/crontabs/%{name}-%{version}-1.%{snap_release}.tar.gz BuildArch: noarch -Requires: /etc/cron.d +Recommends: cronie %description This package is used by Fedora mainly for executing files by cron. @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/* %changelog +* Thu Nov 24 2016 Tomáš Mráz - 1.11-13.20150630git +- use Recommends to pull in cronie (#1269172) + * Wed Feb 03 2016 Fedora Release Engineering - 1.11-12.20150630git - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild