SHA256
1
0
forked from pool/telegraf

Accepting request 732254 from devel:languages:go

Was trying to give them benefit of the doubt, but if you insist.

- Trim future goals from description, it is not in the scope
  of openSUSE package descriptions. (forwarded request 729707 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/732254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegraf?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-09-23 10:38:39 +00:00 committed by Git OBS Bridge
commit 57bc761c77
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 10 07:46:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- 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 <coolo@suse.com> Mon Sep 9 09:37:19 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -46,9 +46,6 @@ Patch0: 0001-Generic-SQL-output-plugin-for-Telegraf.patch
%description %description
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. 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 %prep
mkdir -p %{_influxdata_dir} mkdir -p %{_influxdata_dir}
tar -C %{_influxdata_dir} -xzf %{SOURCE0} 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 %license src/github.com/influxdata/%{name}/LICENSE
%doc src/github.com/influxdata/%{name}/README.md %doc src/github.com/influxdata/%{name}/README.md
%dir %{_config_dir} %dir %{_config_dir}
%config %{_config_dir}/%{name}.conf %config(noreplace) %{_config_dir}/%{name}.conf
%{_bindir}/%{name} %{_bindir}/%{name}
%changelog %changelog