Changes of Revision 9
[-] | Changed | cacti-spine.spec |
1
2 %defattr(-, root, root, 0755) 3 %doc AUTHORS ChangeLog COPYING INSTALL NEWS 4 %doc LICENSE LICENSE.LGPL README README-WINDOWS 5 -%config %{_sysconfdir}/spine.conf.dist 6 +%config(noreplace) %{_sysconfdir}/spine.conf 7 %{_bindir}/* 8 9 %changelog 10 |