diff --git a/telegraf.changes b/telegraf.changes index c3c039e..9c516af 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 10 07:46:24 UTC 2019 - Jan Engelhardt + +- Trim future goals from description, it is not in the scope + of openSUSE package descriptions. + ------------------------------------------------------------------- Mon Sep 9 09:37:19 UTC 2019 - Stephan Kulow diff --git a/telegraf.spec b/telegraf.spec index d0bc37b..c82c1ff 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -46,9 +46,6 @@ Patch0: 0001-Generic-SQL-output-plugin-for-Telegraf.patch %description Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. -Design goals are to have a minimal memory footprint with a plugin system so that developers in the community can -easily add support for collecting metrics from local or remote services. - %prep mkdir -p %{_influxdata_dir} tar -C %{_influxdata_dir} -xzf %{SOURCE0} @@ -100,7 +97,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