packages: mcron/mcron.spec - from daily wtf: do not package %{_bindir}, it'...
glen
glen at pld-linux.org
Thu Jun 4 13:22:45 CEST 2009
Author: glen Date: Thu Jun 4 11:22:45 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- from daily wtf: do not package %{_bindir}, it's FHS ownership
- /var/spool/cron is a dir
- other files with same attribs as vixie-crond.spec
- do not send this to builder before you actually test the pkg
---- Files affected:
packages/mcron:
mcron.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: packages/mcron/mcron.spec
diff -u packages/mcron/mcron.spec:1.15 packages/mcron/mcron.spec:1.16
--- packages/mcron/mcron.spec:1.15 Mon Aug 4 17:47:04 2008
+++ packages/mcron/mcron.spec Thu Jun 4 13:22:40 2009
@@ -9,7 +9,7 @@
Release: 0.1
License: GPL
Group: Daemons
-Source0: ftp://ftp.gnu.org/pub/gnu/mcron/%{name}-%{version}.tar.gz
+Source0: http://ftp.gnu.org/gnu/mcron/%{name}-%{version}.tar.gz
# Source0-md5: c16cfb61ccb5f5da9addbf10b9efff44
#Source1: %{name}.init
Source2: cron.logrotate
@@ -118,10 +118,15 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS NEWS ChangeLog README TODO
-%attr(755,root,root) %{_bindir}
-%attr(755,root,root) %{_sbindir}/*
-%attr(1730,root,root) /var/spool/cron
-%{_infodir}/m*
+%attr(640,root,crontab) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/cron/cron.allow
+%attr(640,root,crontab) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/cron/cron.deny
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/cron
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/cron
+%attr(755,root,root) %{_bindir}/crontab
+%attr(755,root,root) %{_sbindir}/crond
+%attr(755,root,root) %{_sbindir}/mcron
+%dir %attr(1730,root,root) /var/spool/cron
+%{_infodir}/mcron.info.gz
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -129,6 +134,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2009/06/04 11:22:40 glen
+- from daily wtf: do not package %{_bindir}, it's FHS ownership
+- /var/spool/cron is a dir
+- other files with same attribs as vixie-crond.spec
+- do not send this to builder before you actually test the pkg
+
Revision 1.15 2008/08/04 15:47:04 zbyniu
- up to 1.0.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mcron/mcron.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list