From 76a06ecddd26c46b92b3c4f0676917de1dd1146f Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Sat, 25 Dec 2021 15:18:30 +0800 Subject: [PATCH] Delete BuildRequires python3-nose --- librepo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/librepo.spec b/librepo.spec index 356e0a9..77f93c0 100644 --- a/librepo.spec +++ b/librepo.spec @@ -6,7 +6,7 @@ Name: librepo Version: 1.14.2 -Release: 1 +Release: 2 Summary: Repodata downloading library License: LGPLv2+ URL: https://github.com/rpm-software-management/librepo @@ -31,7 +31,7 @@ Development files for librepo. %package -n python3-librepo Summary: Python 3 bindings for the librepo library %{?python_provide:%python_provide python3-%{name}} -BuildRequires: python3-devel python3-gpg python3-flask python3-nose +BuildRequires: python3-devel python3-gpg python3-flask BuildRequires: python3-pyxattr python3-requests python3-sphinx Requires: %{name} = %{version}-%{release} Obsoletes: platform-python-%{name} < %{version}-%{release} @@ -78,6 +78,9 @@ popd %{python3_sitearch}/%{name}/ %changelog +* Tue Nov 30 2021 fuanan - 1.14.2-2 +- Delete BuildRequires python3-nose + * Tue Nov 30 2021 fuanan - 1.14.2-1 - update version to 1.14.2 -- Gitee