rpm: icingaweb2-common must not install any config file except the config directory
refs #4075
This commit is contained in:
parent
6014362089
commit
556610adc1
|
@ -219,7 +219,7 @@ exit 0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{basedir}/application/locale
|
%{basedir}/application/locale
|
||||||
%dir %{basedir}/modules
|
%dir %{basedir}/modules
|
||||||
%attr(2770,root,%{icingawebgroup}) %config(noreplace) %{configdir}
|
%attr(2770,root,%{icingawebgroup}) %config(noreplace) %dir %{configdir}
|
||||||
|
|
||||||
|
|
||||||
%files -n php-Icinga
|
%files -n php-Icinga
|
||||||
|
|
Loading…
Reference in New Issue