From aa69f0343ce6ccb786ac8e31cef85706c0d81a52 Mon Sep 17 00:00:00 2001 From: lubing6 Date: Sat, 21 Mar 2020 18:42:33 +0800 Subject: [PATCH] fix permission of crontab --- cronie.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cronie.spec b/cronie.spec index b95c5f9..47f6ae9 100644 --- a/cronie.spec +++ b/cronie.spec @@ -1,6 +1,6 @@ Name: cronie Version: 1.5.4 -Release: 4 +Release: 5 Summary: Standard UNIX daemon crond License: GPLv2+ and ISC URL: https://github.com/cronie-crond/cronie @@ -110,7 +110,7 @@ systemctl try-restart crond.service >/dev/null 2>&1 || : %{_sbindir}/crond %{_sbindir}/anacron -%{_bindir}/crontab +%attr(4755,root,root) %{_bindir}/crontab %{_bindir}/cronnext @@ -119,6 +119,12 @@ systemctl try-restart crond.service >/dev/null 2>&1 || : %changelog +* Sat Mar 21 2020 openEuler Buildteam - 1.5.4-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Fix permission of crontab + * Fri Dec 20 2019 openEuler Buildteam - 1.5.4-4 - Add requires