Skip to content

Commit

Permalink
fix(rpm): fix packaging for centreon-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
rem31 authored and bouda1 committed Jan 18, 2022
1 parent 59e3fd5 commit f4d0f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/rpm/centreon-collect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ fi
%{_includedir}/centreon-clib
%doc centreon-clib/LICENSE

%files -n centreon-engine

%files -n centreon-engine-daemon
%defattr(-,centreon-engine,centreon-engine,-)
%attr(0664,centreon-engine,centreon-engine) %config(noreplace) %{_sysconfdir}/centreon-engine/centengine.cfg
Expand All @@ -352,7 +354,6 @@ fi
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/logrotate.d/centengine
%attr(755, root, root) %{_unitdir}/centengine.service

%{_sbindir}/centengine
%{_sbindir}/centenginestats
%attr(0775,root,root) %{_datadir}/centreon-engine/extra/integrate_centreon_engine2centreon.sh
Expand Down

0 comments on commit f4d0f65

Please sign in to comment.