From 9297868f9159c4ccc333c65c4d3a4aa0a320bff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Thu, 23 Jun 2022 13:31:52 +0200 Subject: [PATCH] Make cronie hard dependency Resolves: #2089793 --- crontabs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/crontabs.spec b/crontabs.spec index dd68cbd..ccb573c 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: 26.%{snap_release}git%{?dist} +Release: 27.%{snap_release}git%{?dist} License: Public Domain and GPLv2 URL: https://github.com/cronie-crond/crontabs Source0: https://github.com/cronie-crond/crontabs/releases/download/crontabs-%{snap_release}/%{name}-%{version}-%{snap_release}git.tar.gz BuildArch: noarch Requires: sed -Recommends: cronie +Requires: cronie %description This package is used by Fedora mainly for executing files by cron. @@ -54,6 +54,10 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts %{_mandir}/man4/* %changelog +* Thu Jun 23 2022 Ondřej Pohořelský - 1.11-27.20190603git +- Make cronie hard dependency +- Resolves: #2089793 + * Thu Jan 20 2022 Fedora Release Engineering - 1.11-26.20190603git - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild