From abff32990a1b666e8fbc539bf94d81b5d13854abb4233c53d750dce66887d4d0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 20 Jun 2015 12:01:49 +0000 Subject: [PATCH] Accepting request 312749 from home:kstreitova:branches:Base:System - update to 1.5.0 * crond: Job environment variables are set also when executing sendmail. * crond: Adding duplicate orphans on reload is now prevented. * crond: The regular crond shutdown is now logged. * crontab: PAM is not called in crontab command if the caller's uid is 0. * crond: PAM is not called from crond for system cron jobs (/etc/crontab, /etc/cron.d) which are run for uid 0. * crond: The existence of an user is checked at time when job is run and not when the crontab is parsed on database reload. - use spec-cleaner OBS-URL: https://build.opensuse.org/request/show/312749 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=141 --- cronie-1.4.12.tar.gz | 3 --- cronie-1.5.0.tar.gz | 3 +++ cronie.changes | 16 ++++++++++++++++ cronie.spec | 10 +++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 cronie-1.4.12.tar.gz create mode 100644 cronie-1.5.0.tar.gz diff --git a/cronie-1.4.12.tar.gz b/cronie-1.4.12.tar.gz deleted file mode 100644 index 77cde41..0000000 --- a/cronie-1.4.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd -size 234214 diff --git a/cronie-1.5.0.tar.gz b/cronie-1.5.0.tar.gz new file mode 100644 index 0000000..735ecf1 --- /dev/null +++ b/cronie-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f +size 242072 diff --git a/cronie.changes b/cronie.changes index b246dac..430ec44 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jun 19 14:51:05 UTC 2015 - kstreitova@suse.com + +- update to 1.5.0 + * crond: Job environment variables are set also when executing + sendmail. + * crond: Adding duplicate orphans on reload is now prevented. + * crond: The regular crond shutdown is now logged. + * crontab: PAM is not called in crontab command if the caller's + uid is 0. + * crond: PAM is not called from crond for system cron jobs + (/etc/crontab, /etc/cron.d) which are run for uid 0. + * crond: The existence of an user is checked at time when job is + run and not when the crontab is parsed on database reload. +- use spec-cleaner + ------------------------------------------------------------------- Thu Jun 4 00:51:52 UTC 2015 - crrodriguez@opensuse.org diff --git a/cronie.spec b/cronie.spec index c29362b..ef39bfd 100644 --- a/cronie.spec +++ b/cronie.spec @@ -19,7 +19,7 @@ # 3 : we don't need to do something with /etc/sysconfig/cron for now %define cron_configs %{_sysconfdir}/pam.d/crond %{_sysconfdir}/crontab %{_sysconfdir}/cron.deny %{_sysconfdir}/omc/srvinfo.d/cron.xml Name: cronie -Version: 1.4.12 +Version: 1.5.0 Release: 0 Summary: Cron Daemon License: BSD-3-Clause and GPL-2.0 and MIT @@ -49,24 +49,24 @@ Patch8: cronie-anacron-1.4.7-run-crons.patch Patch10: cronie-nofork-nopid.patch Patch12: cronie-piddir.patch # PATCH-FIX-SUSE the first occurance of "/etc/anacrontab" was replaced by "/etc/crontab" -# in manpage file because the /etc/crontab is still used in SUSE. +# in manpage file because the /etc/crontab is still used in SUSE. Patch13: fix-manpage-replace-anacrontab-with-crontab.patch BuildRequires: audit-devel BuildRequires: libselinux-devel BuildRequires: pam-devel BuildRequires: pkgconfig(systemd) -Requires(pre): cron -Requires(post): permissions Requires(post): %fillup_prereq +Requires(post): permissions +Requires(pre): cron Recommends: smtp_daemon Suggests: postfix +Conflicts: cron <= 4.1 # When finish update protection of sles11 we could uncomment line bellow and drop all # ugly hacks with subpackage cron needed for proper update proces # Obsoletes: cron <=4.x BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} %{expand: %%define cronie_version %{version}} -Conflicts: cron <= 4.1 %description cron automatically starts programs at specific times. Add new entries