Replace Recommends: cronie with weaker Suggests

Resolves: rhbz#1947899
This commit is contained in:
Jan Staněk 2021-09-03 15:04:44 +02:00
parent d655b89904
commit 18bbec4054
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

View File

@ -2,13 +2,13 @@
Summary: Root crontab files used to schedule the execution of programs Summary: Root crontab files used to schedule the execution of programs
Name: crontabs Name: crontabs
Version: 1.11 Version: 1.11
Release: 26.%{snap_release}git%{?dist} Release: 27.%{snap_release}git%{?dist}
License: Public Domain and GPLv2 License: Public Domain and GPLv2
URL: https://github.com/cronie-crond/crontabs 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 Source0: https://github.com/cronie-crond/crontabs/releases/download/crontabs-%{snap_release}/%{name}-%{version}-%{snap_release}git.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: sed Requires: sed
Recommends: cronie Suggests: cronie
%description %description
This package is used by Fedora mainly for executing files by cron. 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/* %{_mandir}/man4/*
%changelog %changelog
* Fri Sep 03 2021 Jan Staněk <jstanek@redhat.com> - 1.11-26.20190603git
- Replace Recommends: cronie with weaker Suggests:
Resolves: rhbz#1947899
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.11-26.20190603git * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.11-26.20190603git
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688
@ -174,7 +178,7 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
* Mon Jan 26 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-26 * Mon Jan 26 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-26
- change /etc/crontab. All anacron jobs in cron.daily,weekly,... - change /etc/crontab. All anacron jobs in cron.daily,weekly,...
are check by anacron every hour. Anacron run them if they didn't are check by anacron every hour. Anacron run them if they didn't
run today. run today.
* Mon Dec 1 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> 1.10-25 * Mon Dec 1 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> 1.10-25
- Added /etc/cron.{hourly,daily,weekly,monthly} dirs again. bz#473353 - Added /etc/cron.{hourly,daily,weekly,monthly} dirs again. bz#473353
@ -183,7 +187,7 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
- 450084 LANG=C is set up for running scripts - 450084 LANG=C is set up for running scripts
* Wed May 28 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-22 * Wed May 28 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-22
- remove scripts for delay, anacron now own most of the scripts. - remove scripts for delay, anacron now own most of the scripts.
Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig. Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.
* Mon May 5 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-21 * Mon May 5 2008 Marcela Maslanova <mmaslano@redhat.com> 1.10-21
@ -277,7 +281,7 @@ Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> * Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
- don't run .rpm{save,new,orig} files (bug #2190) - don't run .rpm{save,new,orig} files (bug #2190)
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5) - auto rebuild in the new build environment (release 5)
* Mon Nov 30 1998 Bill Nottingham <notting@redhat.com> * Mon Nov 30 1998 Bill Nottingham <notting@redhat.com>
@ -292,7 +296,7 @@ Crontabs owns only run-parts, /etc/crontab and crontabs sysconfig.
* Tue Apr 07 1998 Erik Troan <ewt@redhat.com> * Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
- moved crontab jobs up a bit to make sure they aren't confused by - moved crontab jobs up a bit to make sure they aren't confused by
switching to and fro daylight savings time switching to and fro daylight savings time
* Fri Oct 24 1997 Erik Troan <ewt@redhat.com> * Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
- removed tmpwatch and at entries - removed tmpwatch and at entries