From 339840334c9e7dc9d79a921519b140b22fa06497 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 18 Jul 2022 11:15:51 +0000 Subject: [PATCH] Add buildrequires (cherry picked from commit b26dde8f25581722bada4cfbd84f323a5d810073) --- python-oslo-policy.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-oslo-policy.spec b/python-oslo-policy.spec index ad8cae5..0680ee3 100644 --- a/python-oslo-policy.spec +++ b/python-oslo-policy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-policy Version: 3.11.0 -Release: 1 +Release: 2 Summary: Oslo Policy library License: Apache-2.0 URL: https://docs.openstack.org/oslo.policy/latest/ @@ -28,6 +28,11 @@ BuildRequires: python3-oslo-serialization BuildRequires: python3-oslo-utils BuildRequires: python3-requests BuildRequires: python3-stevedore +BuildRequires: python3-coverage +BuildRequires: python3-sphinx +BuildRequires: python3-requests-mock +BuildRequires: python3-oslotest +BuildRequires: python3-stestr # General requires Requires: python3-pyyaml Requires: python3-oslo-config @@ -91,6 +96,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 18 2022 OpenStack_SIG - 3.11.0-2 +- Add buildrequires + * Mon Jul 04 2022 OpenStack_SIG - 3.11.0-1 - Upgrade package python3-oslo-policy to version 3.11.0 -- Gitee