diff --git a/pykickstart.spec b/pykickstart.spec index 0d86360346a4ea7531670d904f83118533e86a1b..58055b43503bf49af50964ecdf4e8898f9c93a2b 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