Permission on files.
- change configuration files to 644 - change 6755 to 4755 for crontab binary
This commit is contained in:
parent
3c2598552d
commit
4f1f4920c4
10
cronie.spec
10
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á <mmaslano@redhat.com> - 1.4.10-2
|
||||
- change configuration files to 644
|
||||
- change 6755 to 4755 for crontab binary
|
||||
|
||||
* Tue Nov 27 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.10-1
|
||||
- New release 1.4.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user