Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Fix broken Icinga RPM package
Browse files Browse the repository at this point in the history
Was not properly tested due to a broken Jenkins box.

fixes #9010
  • Loading branch information
scrat14 authored and Michael Friedrich committed Apr 8, 2015
1 parent 245a15d commit 5484f54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Mike Becker <[email protected]>
Patricia Jung <[email protected]>
Philip Matuskiewicz <[email protected]>
Ralf Kruedewagen <[email protected]>
René Koch <[email protected]>
Ricardo Bartels <[email protected]>
Ricardo Melo <[email protected]>
Rune Darrud <[email protected]>
Expand Down
6 changes: 5 additions & 1 deletion icinga.spec
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ fi
%attr(755,-,-) %{_bindir}/icingastats
%attr(755,-,-) %{_libdir}/icinga/p1.pl
%{_libdir}/%{name}/eventhandlers
%{_libdir}/%{name}/downtimes
%{plugindir}/downtimes
%defattr(-,icinga,icinga,-)
%dir %{logdir}
%dir %{logdir}/archives
Expand Down Expand Up @@ -588,6 +588,10 @@ fi
%attr(660,root,root) %config(noreplace) %{_sysconfdir}/%{name}/ido2db.cfg
%config(noreplace) %{_sysconfdir}/%{name}/idomod.cfg
%config(noreplace) %{_sysconfdir}/%{name}/modules/idoutils.cfg
%config(noreplace) %{_sysconfdir}/%{name}/modules/flapjack.cfg
%config(noreplace) %{_sysconfdir}/%{name}/modules/livestatus.cfg
%config(noreplace) %{_sysconfdir}/%{name}/modules/mod_gearman.cfg
%config(noreplace) %{_sysconfdir}/%{name}/modules/pnp4nagios.cfg
%config(noreplace) %{_sysconfdir}/%{name}/objects/ido2db_check_proc.cfg
%{_bindir}/ido2db
%{_bindir}/log2ido
Expand Down

0 comments on commit 5484f54

Please sign in to comment.