Mark zabbix conf as config file (no replace on upgrade if customized)

This commit is contained in:
Daniel Berteaud 2013-04-16 10:55:00 +02:00
parent 9980952270
commit 03ab9c3d1b
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ LVM, RAID status, S.M.A.R.T. drives, BackupPC etc...
%doc README CHANGELOG.git
%dir %attr(0750,zabbix,zabbix) %{_localstatedir}/lib/zabbix/bin
%{_localstatedir}/lib/zabbix/bin/*
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/zabbix/sensors.conf
%{_sysconfdir}/zabbix/zabbix_agentd.conf.d/*
%{_sysconfdir}/sudoers.d/*
%config(noreplace) %attr(0640,root,zabbix) %{_sysconfdir}/zabbix/sensors.conf
%config(noreplace) %attr(0640,root,zabbix) %{_sysconfdir}/zabbix/zabbix_agentd.conf.d/*
%attr(0600,root,root) %{_sysconfdir}/sudoers.d/*
%changelog
* Mon Apr 15 2013 Daniel B. <daniel@firewall-services.com> - 0.0.1-1