Change file type for ido-*.conf to config in the RPM spec file

fixes #8397
This commit is contained in:
Gunnar Beutner 2015-02-25 09:30:51 +01:00
parent 89d1c908cd
commit a6f29e0f64

View File

@ -520,14 +520,14 @@ exit 0
%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
%{_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
%{_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