Fix an invalid Requires that breaks build-iso stage
Fix a typo for a Requires. This breaks the ability to build an ISO It should be python-psutil rather than python-psutils Closes-Bug: 1944984 Change-Id: I1f6a37cc43fc18cca5cdb944062da37404cbb211 Signed-off-by: albailey <Al.Bailey@windriver.com>
This commit is contained in:
@@ -94,7 +94,7 @@ Distributed Cloud Manager
|
|||||||
Summary: DC Orchestrator
|
Summary: DC Orchestrator
|
||||||
# TODO(John): should we add Requires lines?
|
# TODO(John): should we add Requires lines?
|
||||||
Requires: openstack-ras
|
Requires: openstack-ras
|
||||||
Requires: python-psutils
|
Requires: python-psutil
|
||||||
|
|
||||||
%description dcorch
|
%description dcorch
|
||||||
Distributed Cloud Orchestrator
|
Distributed Cloud Orchestrator
|
||||||
|
Reference in New Issue
Block a user