From d27cd7aaabf5589399c0fca66f0872fd5bec4cc2 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Fri, 11 Feb 2022 09:21:21 +0800 Subject: [PATCH] Remove nosecover buildrequire (cherry picked from commit 092716446d866dee05aa8947e4dba77793b18b1e) --- python-smmap.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-smmap.spec b/python-smmap.spec index 4a63b82..d2e9b50 100644 --- a/python-smmap.spec +++ b/python-smmap.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-smmap Version: 3.0.5 -Release: 1 +Release: 2 Summary: A pure Python implementation of a sliding window memory map manager License: BSD URL: https://github.com/gitpython-developers/smmap @@ -20,7 +20,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-nosexcover %description -n python3-smmap A pure Python implementation of a sliding window memory map manager @@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 11 2022 wangxiyuan - 3.0.5-2 +- Remove nosecover BuildRequire since the required nose library has been removed from openEuler already. + * Fri Aug 06 2021 OpenStack_SIG - 3.0.5-1 - Upgrade version to 3.0.5