Author: glen Date: Tue Feb 22 23:15:39 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - class.monitor moved to -monitor - no write permission for http on sysconfdir/core.php - trigger to fix cron setups
---- Files affected: SPECS: eventum.spec (1.55.2.1 -> 1.55.2.2) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.55.2.1 SPECS/eventum.spec:1.55.2.2 --- SPECS/eventum.spec:1.55.2.1 Tue Feb 22 21:24:23 2005 +++ SPECS/eventum.spec Wed Feb 23 00:15:33 2005 @@ -23,7 +23,7 @@ %define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz %endif -%define _rel 2.194 +%define _rel 2.199 Summary: Eventum Issue - a bug tracking system Summary(pl): Eventum - system śledzenia spraw/błędów @@ -89,6 +89,7 @@ %endif Requires: apache >= 1.3.33-2 Requires: apache(mod_dir) +Requires(triggerpostun): sed >= 4.0 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -589,6 +590,18 @@ s,%{_appdir},%{_appdir}/htdocs, ' %{_sysconfdir}/apache.conf +%triggerpostun mail-download -- eventum-mail-download < 1.4-2.20050222.2.199 +sed -i -e 's,%{_appdir}/misc,%{_appdir},' /etc/cron.d/eventum-mail-download + +%triggerpostun mail-queue -- eventum-mail-queue < 1.4-2.20050222.2.199 +sed -i -e 's,%{_appdir}/misc,%{_appdir},' /etc/cron.d/eventum-mail-queue + +%triggerpostun monitor -- eventum-monitor < 1.4-2.20050222.2.199 +sed -i -e 's,%{_appdir}/misc,%{_appdir},' /etc/cron.d/eventum-monitor + +%triggerpostun reminder -- eventum-reminder < 1.4-2.20050222.2.199 +sed -i -e 's,%{_appdir}/misc,%{_appdir},' /etc/cron.d/eventum-reminder + %files %defattr(644,root,root,755) %doc ChangeLog FAQ INSTALL README UPGRADE @@ -597,7 +610,7 @@ %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/config.php %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/private_key.php %attr(660,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/setup.php -%attr(660,root,http) %config %verify(not mtime) %{_sysconfdir}/core.php +%attr(640,root,http) %config %verify(not mtime) %{_sysconfdir}/core.php %dir %attr(731,root,http) /var/log/%{name} %attr(620,root,http) %ghost /var/log/%{name}/* @@ -624,7 +637,13 @@ %{_appdir}/include/customer %{_appdir}/include/jpgraph %{_appdir}/include/workflow -%{_appdir}/include/*.php +%{_appdir}/include/class.[^m]*.php +%{_appdir}/include/class.mail.php +%{_appdir}/include/class.mail_queue.php +%{_appdir}/include/class.mime_helper.php +%{_appdir}/include/class.misc.php +%{_appdir}/include/db_access.php +%{_appdir}/include/jsrsServer.inc.php %dir %attr(730,root,http) /var/run/%{name} %dir %attr(730,root,http) /var/cache/%{name} @@ -656,6 +675,7 @@ %files monitor %defattr(644,root,root,755) +%{_appdir}/include/class.monitor.php %{_appdir}/monitor.php %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-monitor @@ -693,6 +713,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.55.2.2 2005/02/22 23:15:33 glen +- class.monitor moved to -monitor +- no write permission for http on sysconfdir/core.php +- trigger to fix cron setups + Revision 1.55.2.1 2005/02/22 20:24:23 glen - refresh DEVEL branch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.55.2.1&r2=1.55.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
