SHA256
1
0
forked from pool/telegraf

Fix to not overwrite config on update

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=15
This commit is contained in:
Nick Singer 2019-09-18 11:56:40 +00:00 committed by Git OBS Bridge
parent dec171814f
commit 32a59caa44

View File

@ -100,7 +100,7 @@ ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
%license src/github.com/influxdata/%{name}/LICENSE
%doc src/github.com/influxdata/%{name}/README.md
%dir %{_config_dir}
%config %{_config_dir}/%{name}.conf
%config(noreplace) %{_config_dir}/%{name}.conf
%{_bindir}/%{name}
%changelog