From 33fe8a139fe423b553db517d5f00aa8126f7301c Mon Sep 17 00:00:00 2001 From: "ZH.F" Date: Tue, 8 Jun 2021 13:57:06 +0800 Subject: [PATCH] Fix mod_wsgi Requires --- openstack-nova.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openstack-nova.spec b/openstack-nova.spec index 6bcc6d3..227cee8 100644 --- a/openstack-nova.spec +++ b/openstack-nova.spec @@ -17,7 +17,7 @@ Name: openstack-nova # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Version: 17.0.13 -Release: 1 +Release: 2 Summary: OpenStack Compute (nova) License: Apache-2.0 @@ -299,7 +299,7 @@ Summary: OpenStack Nova Placement APIservice Requires: openstack-nova-common = %{version}-%{release} Requires: httpd -Requires: mod_wsgi +Requires: python2-mod_wsgi %description placement-api %{common_desc} @@ -814,6 +814,8 @@ exit 0 %endif %changelog +* Tue Jun 08 2021 zhangfan +- Fix mod_wsgi Requires * Fri May 28 2021 openstack-sig - Package init -- Gitee