mirror of https://github.com/Icinga/icinga2.git
Remove icinga-prepare-dirs from icinga-bin package
`icinga-prepare-dirs` was part of the package common and bin. Since it was added with 2.2.0 to common with a man page I would expect this to be the right place so I removed it from bin. fixes #7740 Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
This commit is contained in:
parent
80e6854ce6
commit
ee89f54679
|
@ -432,7 +432,6 @@ exit 0
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
|
%doc COPYING COPYING.Exceptions README.md NEWS AUTHORS ChangeLog
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_sbindir}/%{name}-prepare-dirs
|
|
||||||
%exclude %{_libdir}/%{name}/libdb_ido_mysql*
|
%exclude %{_libdir}/%{name}/libdb_ido_mysql*
|
||||||
%exclude %{_libdir}/%{name}/libdb_ido_pgsql*
|
%exclude %{_libdir}/%{name}/libdb_ido_pgsql*
|
||||||
%{_libdir}/%{name}
|
%{_libdir}/%{name}
|
||||||
|
|
Loading…
Reference in New Issue