From 39eac6161e15e1a3b83dfdbe3156e2c8ce82d91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 25 Jan 2022 09:17:12 +0000 Subject: [PATCH] Add osprofiler requires --- openstack-nova.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openstack-nova.spec b/openstack-nova.spec index 5ad5206..9f34b51 100644 --- a/openstack-nova.spec +++ b/openstack-nova.spec @@ -15,7 +15,7 @@ Name: openstack-nova # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Version: 20.6.1 -Release: 4 +Release: 5 Summary: OpenStack Compute (nova) License: ASL 2.0 @@ -324,7 +324,7 @@ Requires: python3-tooz Requires: python3-os-service-types Requires: python3-dateutil Requires: python3-futurist - +Requires: python3-osprofiler Requires: python3-decorator Requires: python3-lxml Requires: python3-ldap @@ -731,6 +731,9 @@ exit 0 %endif %changelog +* Tue Jan 25 2022 wangxiyuan - 20.6.1-5 +- Add osprofiler requires + * Mon Nov 29 2021 huangtianhua - 20.6.1-4 - Adds patch to make nova-compute work on aarch64