From c316a9af3f4d09f3574b86473b8ea0e384c4ee65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 5 Sep 2018 18:50:01 +0300 Subject: [PATCH] drop support migrating from < 3.0.0 --- eventum.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/eventum.spec b/eventum.spec index 4828f5b..4a526a8 100644 --- a/eventum.spec +++ b/eventum.spec @@ -517,17 +517,6 @@ fi %triggerun -- lighttpd %webapp_unregister lighttpd %{_webapp} -%triggerpostun -- %{name} < 3.0.0-0.2 -for f in /etc/cron.d/eventum-*; do - # crontabs moved to bin - %{__sed} -i -e ' - s,/usr/share/eventum/crons/process_mail_queue.php,%{_appdir}/bin/process_mail_queue.php, - s,/usr/share/eventum/crons/download_emails.php,%{_appdir}/bin/download_emails.php, - s,/usr/share/eventum/crons/check_reminders.php,%{_appdir}/bin/check_reminders.php, - s,/usr/share/eventum/crons/monitor.php,%{_appdir}/bin/monitor.php, - ' $f -done - %files -f %{name}.lang %defattr(644,root,root,755) %attr(771,root,http) %dir %{_webappdir} @@ -556,6 +545,7 @@ done %dir %{_appdir}/bin %attr(755,root,root) %{_appdir}/bin/extension.php %attr(755,root,root) %{_appdir}/bin/ldapsync.php +%attr(755,root,root) %{_appdir}/bin/migrate_storage_adapter.php %attr(755,root,root) %{_appdir}/bin/process_all_emails.php %attr(755,root,root) %{_appdir}/bin/upgrade.php -- 2.43.0