From 269171a3014816d7b3c3f44061c4b64089b653ec Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 23 Nov 2021 07:41:02 +0000 Subject: [PATCH] fix install issue (cherry picked from commit d53efebd33fa3638a201f637180a539768e7f804) --- openstack-nova.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openstack-nova.spec b/openstack-nova.spec index 192218a..f3f24c1 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: 2 +Release: 3 Summary: OpenStack Compute (nova) License: ASL 2.0 @@ -334,6 +334,7 @@ Requires: python3-paste-deploy Requires: python3-netifaces Requires: python3-retrying Requires: python3-yaml +Requires: python3-monotonic %description -n python3-nova %{common_desc} @@ -729,6 +730,9 @@ exit 0 %endif %changelog +* Tue Nov 23 2021 zhangy1317 - 20.6.1-3 +- Fix install issue + * Fri Nov 19 2021 huangtianhua - 20.6.1-2 - 20.6.1 doesn't require python-dataclasses, removes it. -- Gitee