From 3e475938bdbd3ae05c0ee0613eea42e5a15334bd Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Sat, 25 Dec 2021 16:00:42 +0800 Subject: [PATCH] Delete BuildRequires python3-nose --- pykickstart.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index 0d86360..58055b4 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Name: pykickstart Version: 3.34 -Release: 1 +Release: 2 Summary: Python utilities for manipulating kickstart files. License: GPLv2 and MIT Url: http://fedoraproject.org/wiki/pykickstart @@ -11,7 +11,7 @@ Source1: https://github.com/pykickstart/pykickstart/releases/download/r3.34/%{ BuildArch: noarch -BuildRequires: gettext python3-coverage python3-devel python3-nose +BuildRequires: gettext python3-coverage python3-devel BuildRequires: python3-requests python3-setuptools BuildRequires: python3-six python3-sphinx git @@ -79,6 +79,9 @@ make PYTHON=%{__python3} test %doc docs/kickstart-docs.txt %changelog +* Sat Dec 25 2021 fuanan - 3.34-2 +- Delete BuildRequires python3-nose + * Sat Nov 27 2021 fuanan - 3.34-1 - update version to 3.34 -- Gitee