obsolete packages from -2 build that are no longer shipped

Resolves: bz1685316
This commit is contained in:
Mark Goodwin 2019-06-17 12:15:30 +10:00
parent 9ae44d177f
commit 139cd30fad
1 changed files with 16 additions and 1 deletions

View File

@ -30,7 +30,7 @@ end}
Name: grafana
Version: 6.2.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Metrics dashboard and graph editor
License: ASL 2.0
URL: https://grafana.org
@ -63,6 +63,18 @@ ExclusiveArch: %{grafana_arches}
%{?systemd_requires}
Requires(pre): shadow-utils
# temporary obsolete for packages we're not shipping
%if 0%{?rhel} != 0
Obsoletes: grafana-azure-monitor
Obsoletes: grafana-cloudwatch
Obsoletes: grafana-graphite
Obsoletes: grafana-influxdb
Obsoletes: grafana-loki
Obsoletes: grafana-mssql
Obsoletes: grafana-opentsdb
Obsoletes: grafana-stackdriver
%endif
BuildRequires: systemd, golang, go-srpm-macros
%if !0%{?disable_subpkg_cloudwatch}
@ -690,6 +702,9 @@ go test ./pkg/...
%changelog
* Mon Jun 17 2019 Mark Goodwin <mgoodwin@redhat.com> 6.2.2-4
- obsolete packages from -2 build that are no longer shipped
* Mon Jun 17 2019 Mark Goodwin <mgoodwin@redhat.com> 6.2.2-3
- disable some subpackages on some platforms