dist/package: require influxdb and telegraf for Tumbleweed.

The packages have made there way into Tumbleweed and thus can now be
required instead of suggested.
This commit is contained in:
Jimmy Berry
2019-05-02 15:28:57 -05:00
parent 9214736f37
commit be729c0bd1

View File

@@ -158,12 +158,16 @@ BuildArch: noarch
# TODO Update requirements.
Requires: osclib = %{version}
Requires(pre): shadow
# TODO Requires: python-influxdb, but package does not exist in Factory, but
# present in Cloud:OpenStack:Master/python-influxdb.
Recommends: python-influxdb
Suggests: grafana
%if 0%{?suse_version} > 1500
Requires: influxdb
Requires: python-influxdb
Requires: telegraf
%else
Suggests: influxdb
Suggests: python-influxdb
Suggests: telegraf
%endif
%description metrics
Ingest relevant OBS and annotation data to generate insightful metrics.