]> git.pld-linux.org Git - packages/eventum.git/commitdiff
update monitor command packaging
authorElan Ruusamäe <glen@delfi.ee>
Wed, 20 Sep 2017 17:15:15 +0000 (20:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 20 Sep 2017 17:15:15 +0000 (20:15 +0300)
eventum.spec

index 922b0bc29ae76c61d5002a090b859acd9b1bfbcc..1ff8bf8d9b217fd5a435df78fd3012da54dfb73b 100644 (file)
@@ -620,7 +620,7 @@ done
 %{_appdir}/vendor
 %dir %{_appdir}/lib
 %{_appdir}/lib/eventum
-%exclude %{_appdir}/lib/eventum/class.monitor.php
+%exclude %{_appdir}/src/Command/MonitorCommand.php
 
 %dir %{_libdir}
 
@@ -662,7 +662,7 @@ done
 
 %files monitor
 %defattr(644,root,root,755)
-%{_appdir}/lib/eventum/class.monitor.php
+%{_appdir}/src/Command/MonitorCommand.php
 %attr(755,root,root) %{_appdir}/bin/monitor.php
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-monitor
 
This page took 0.059914 seconds and 4 git commands to generate.