From a2ee54a252d06bcdcfae568a9765e49d67ca9067 Mon Sep 17 00:00:00 2001 From: jxy_git Date: Mon, 27 Jun 2022 14:43:35 +0800 Subject: [PATCH] Change requires from python3-nose to python3-pytest --- ovirt-hosted-engine-ha.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ovirt-hosted-engine-ha.spec b/ovirt-hosted-engine-ha.spec index 7ad9404..c80dad4 100644 --- a/ovirt-hosted-engine-ha.spec +++ b/ovirt-hosted-engine-ha.spec @@ -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-nose +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 - 2.4.5-2 +- Change requires from python3-nose to python3-pytest + * Wed Sep 15 2021 wutao - 2.4.5-1 - Package init