Merge branch 'master' of gitee.com:src-openeuler/ovirt-hosted-engine-ha into master

This commit is contained in:
liqiuyu 2022-07-08 01:55:04 +00:00 committed by Gitee
commit 3307ea4c7c

View File

@ -16,7 +16,7 @@
Summary: oVirt Hosted Engine High Availability Manager
Name: ovirt-hosted-engine-ha
Version: 2.4.5
Release: 1
Release: 2
License: LGPLv2+
URL: http://www.ovirt.org
Source: http://resources.ovirt.org/pub/src/%{name}/%{name}-%{package_version}.tar.gz
@ -33,7 +33,7 @@ BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-mock
BuildRequires: python3-lxml
BuildRequires: python3-nose2
BuildRequires: python3-pytest
BuildRequires: vdsm-client >= %{vdsm_version}
BuildRequires: vdsm-python >= %{vdsm_version}
BuildRequires: vdsm-jsonrpc >= %{vdsm_version}
@ -72,7 +72,7 @@ PYTHON=%{python_interpreter}
%make_build
%check
make test
/usr/bin/pytest
%install
make %{?_smp_mflags} install DESTDIR="%{buildroot}"
@ -157,5 +157,8 @@ fi
%systemd_postun_with_restart ovirt-ha-broker.service
%changelog
* Mon Jun 27 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.4.5-2
- Change requires from python3-nose to python3-pytest
* Wed Sep 15 2021 wutao <wutao61@huawei.com> - 2.4.5-1
- Package init