mirror of https://github.com/Icinga/icinga2.git
parent
55a057c606
commit
50d706dedc
|
@ -1,7 +1,5 @@
|
||||||
# Icinga 2.x CHANGELOG
|
# Icinga 2.x CHANGELOG
|
||||||
|
|
||||||
Please check [doc/1-about.md].
|
|
||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
### What's New in Version 2.6.3
|
### What's New in Version 2.6.3
|
|
@ -34,7 +34,7 @@ Example:
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
Update the [ChangeLog](ChangeLog), [doc/1-about.md](doc/1-about.md) files. Also generate HTML
|
Update the [CHANGELOG.md](CHANGELOG.md), [doc/1-about.md](doc/1-about.md) files. Also generate HTML
|
||||||
for the wordpress release announcement.
|
for the wordpress release announcement.
|
||||||
|
|
||||||
## Git Tag
|
## Git Tag
|
||||||
|
|
10
icinga2.spec
10
icinga2.spec
|
@ -668,7 +668,7 @@ fi
|
||||||
|
|
||||||
%files bin
|
%files bin
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
|
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS CHANGELOG.md
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%dir %{_libdir}/%{name}/sbin
|
%dir %{_libdir}/%{name}/sbin
|
||||||
%{_libdir}/%{name}/sbin/%{name}
|
%{_libdir}/%{name}/sbin/%{name}
|
||||||
|
@ -689,7 +689,7 @@ fi
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
|
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS CHANGELOG.md
|
||||||
%exclude %{_libdir}/%{name}/libdb_ido_mysql*
|
%exclude %{_libdir}/%{name}/libdb_ido_mysql*
|
||||||
%exclude %{_libdir}/%{name}/libdb_ido_pgsql*
|
%exclude %{_libdir}/%{name}/libdb_ido_pgsql*
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
|
@ -697,7 +697,7 @@ fi
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog tools/syntax
|
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS CHANGELOG.md tools/syntax
|
||||||
%attr(0750,%{icinga_user},%{icingacmd_group}) %dir %{_localstatedir}/log/%{name}
|
%attr(0750,%{icinga_user},%{icingacmd_group}) %dir %{_localstatedir}/log/%{name}
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||||
%{_sysconfdir}/bash_completion.d/%{name}
|
%{_sysconfdir}/bash_completion.d/%{name}
|
||||||
|
@ -746,14 +746,14 @@ fi
|
||||||
|
|
||||||
%files ido-mysql
|
%files ido-mysql
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
|
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS CHANGELOG.md
|
||||||
%config(noreplace) %attr(0640,%{icinga_user},%{icinga_group}) %{_sysconfdir}/%{name}/features-available/ido-mysql.conf
|
%config(noreplace) %attr(0640,%{icinga_user},%{icinga_group}) %{_sysconfdir}/%{name}/features-available/ido-mysql.conf
|
||||||
%{_libdir}/%{name}/libdb_ido_mysql*
|
%{_libdir}/%{name}/libdb_ido_mysql*
|
||||||
%{_datadir}/icinga2-ido-mysql
|
%{_datadir}/icinga2-ido-mysql
|
||||||
|
|
||||||
%files ido-pgsql
|
%files ido-pgsql
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
|
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS CHANGELOG.md
|
||||||
%config(noreplace) %attr(0640,%{icinga_user},%{icinga_group}) %{_sysconfdir}/%{name}/features-available/ido-pgsql.conf
|
%config(noreplace) %attr(0640,%{icinga_user},%{icinga_group}) %{_sysconfdir}/%{name}/features-available/ido-pgsql.conf
|
||||||
%{_libdir}/%{name}/libdb_ido_pgsql*
|
%{_libdir}/%{name}/libdb_ido_pgsql*
|
||||||
%{_datadir}/icinga2-ido-pgsql
|
%{_datadir}/icinga2-ido-pgsql
|
||||||
|
|
Loading…
Reference in New Issue