diff --git a/openstack-nova.spec b/openstack-nova.spec index 192218aa14d10e57aaf5fd087abc64f9615a7f8c..effeb1cc72ce1db596dced7b035c50973778802d 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 @@ -203,6 +203,7 @@ This package contains the Nova services providing programmatic access. Summary: OpenStack Nova Conductor services Requires: openstack-nova-common = %{version}-%{release} +Requires: python3-monotonic %description conductor %{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.