From 4f1f4920c46a6ea588bc4c669503851b5da94364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 2 Jan 2013 15:34:33 +0100 Subject: [PATCH] Permission on files. - change configuration files to 644 - change 6755 to 4755 for crontab binary --- cronie.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cronie.spec b/cronie.spec index 3ef707c..e62048e 100644 --- a/cronie.spec +++ b/cronie.spec @@ -6,7 +6,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.4.10 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT and BSD and ISC and GPLv2 Group: System Environment/Base URL: https://fedorahosted.org/cronie @@ -182,7 +182,7 @@ exit 0 %files %doc AUTHORS COPYING INSTALL README ChangeLog %attr(755,root,root) %{_sbindir}/crond -%attr(6755,root,root) %{_bindir}/crontab +%attr(4755,root,root) %{_bindir}/crontab %{_mandir}/man8/crond.* %{_mandir}/man8/cron.* %{_mandir}/man5/crontab.* @@ -199,7 +199,7 @@ exit 0 %files anacron %{_sbindir}/anacron -%attr(0755,root,root) %{_sysconfdir}/cron.hourly/0anacron +%attr(0644,root,root) %{_sysconfdir}/cron.hourly/0anacron %config(noreplace) %{_sysconfdir}/anacrontab %dir /var/spool/anacron %ghost %verify(not md5 size mtime) /var/spool/anacron/cron.daily @@ -215,6 +215,10 @@ exit 0 %attr(0755,root,root) %{_initrddir}/crond %changelog +* Wed Jan 2 2012 Marcela Mašláňová - 1.4.10-2 +- change configuration files to 644 +- change 6755 to 4755 for crontab binary + * Tue Nov 27 2012 Marcela Mašláňová - 1.4.10-1 - New release 1.4.10