From 23b90dddf57cdb6c5a62d0e5a628ada5ff8808c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Thu, 11 Nov 2021 03:46:28 +0000 Subject: [PATCH] Fix build issue --- python-ironic-prometheus-exporter.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-ironic-prometheus-exporter.spec b/python-ironic-prometheus-exporter.spec index cb9099b..7ffbd0c 100644 --- a/python-ironic-prometheus-exporter.spec +++ b/python-ironic-prometheus-exporter.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ironic-prometheus-exporter Version: 1.1.2 -Release: 1 +Release: 2 Summary: Prometheus Exporter for Ironic Hardware Sensor data License: Apache-2.0 URL: https://opendev.org/openstack/ironic-prometheus-exporter @@ -25,13 +25,13 @@ BuildRequires: python3-wheel # General requires BuildRequires: python3-flask BuildRequires: python3-oslo-messaging -BuildRequires: python3-prometheus_client +BuildRequires: python3-prometheus-client BuildRequires: python3-stevedore # General requires Requires: python3-flask Requires: python3-oslo-messaging Requires: python3-pbr -Requires: python3-prometheus_client +Requires: python3-prometheus-client Requires: python3-stevedore %description -n python3-ironic-prometheus-exporter Ironic Prometheus Exporter Ironic Prometheus Exporter is a Tool to expose @@ -91,6 +91,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 11 2021 OpenStack_SIG - 1.1.2-2 +- Fix build issue + * Mon Nov 08 2021 OpenStack_SIG - 1.1.2-1 - Init package python3-ironic-prometheus-exporter of version 1.1.2 - -- Gitee