requires modify

(cherry picked from commit c7839b6591524670a0e9898e8e2d2ace21ef3dde)
This commit is contained in:
hht8 2021-09-14 15:16:32 +08:00 committed by openeuler-sync-bot
parent df4d031494
commit b1c73c30a1

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