diff --git a/pykickstart.spec b/pykickstart.spec index 58055b43503bf49af50964ecdf4e8898f9c93a2b..cf8b659dd310a02ec15cb7e40ed92ffbf53bf7af 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,8 +1,8 @@ -%bcond_with runtests +%bcond_without runtests Name: pykickstart Version: 3.34 -Release: 2 +Release: 3 Summary: Python utilities for manipulating kickstart files. License: GPLv2 and MIT Url: http://fedoraproject.org/wiki/pykickstart @@ -79,6 +79,9 @@ make PYTHON=%{__python3} test %doc docs/kickstart-docs.txt %changelog +* Sat Oct 22 zhangruifang - 3.34-3 +- enable check test suite + * Sat Dec 25 2021 fuanan - 3.34-2 - Delete BuildRequires python3-nose