From 5cfcb6fb7b99c00df49eb761e26aadc0ca25d037 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 26 Mar 2022 01:45:20 +0000 Subject: [PATCH] Add python3-openstackclient as BuildRequires --- python-magnumclient.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-magnumclient.spec b/python-magnumclient.spec index aa8e5de..d3f45ea 100644 --- a/python-magnumclient.spec +++ b/python-magnumclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-magnumclient Version: 3.4.1 -Release: 1 +Release: 2 Summary: Client library for Magnum API License: Apache-2.0 URL: https://docs.openstack.org/python-magnumclient/latest/ @@ -34,6 +34,7 @@ BuildRequires: python3-oslo-serialization BuildRequires: python3-oslo-utils BuildRequires: python3-requests BuildRequires: python3-stevedore +BuildRequires: python3-openstackclient # General requires Requires: python3-babel Requires: python3-prettytable @@ -105,6 +106,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Mar 26 2022 huangtianhua - 3.4.3-2 +- Add python3-openstackclient as BuildRequires + * Tue Feb 15 2022 OpenStack_SIG - 3.4.1-1 - Init package python3-magnumclient of version 3.4.1 -- Gitee