!7 [sync] PR-6: 修改Requires 为python3-jmespath,解决安装failed

From: @openeuler-sync-bot
Reviewed-by: @jxy_git
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2021-09-14 11:42:25 +00:00 committed by Gitee
commit c1b78e04a4

View File

@ -29,7 +29,7 @@
Summary: oVirt Engine Metrics
Name: ovirt-engine-metrics
Version: 1.3.6.4
Release: 1%{?release_suffix}%{?dist}
Release: 2
Source0: http://resources.ovirt.org/pub/src/ovirt-engine-metrics/ovirt-engine-metrics-1.3.6.4.tar.gz
License: ASL 2.0
Group: Virtualization/Management
@ -39,7 +39,7 @@ Url: http://www.ovirt.org
Requires: ansible >= 2.8.3
Requires: ovirt-ansible-image-template >= 1.1.11
Requires: ovirt-ansible-vm-infra >= 1.1.19
Requires: python2-jmespath
Requires: python3-jmespath
# In oVirt 4.1.0, content of this package was in a different one, which was
# built from the engine sources.
@ -71,5 +71,8 @@ rm -rf %{buildroot}
%doc README.md
%changelog
* Tue Sep 14 2021 huanghaitao <huanghaitao8@huawei.com> - 1.3.6.4
- Fixes requires python2-jmespath to python3-jmespath
* Tue Mar 3 2020 changjie.fu <changjie.fu@cs2c.com.cn> - 1.3.6.4
- Package Initialization