diff --git a/pykickstart.spec b/pykickstart.spec index e067e7e438606ac7f0d591ed85a8cf3f27a44126..c9ae5d8e4534d8e775d5e51bbeedfe6161aee94b 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Name: pykickstart Version: 3.30 -Release: 1 +Release: 2 Summary: Python utilities for manipulating kickstart files. License: GPLv2 and MIT Url: http://fedoraproject.org/wiki/pykickstart @@ -13,7 +13,7 @@ BuildArch: noarch BuildRequires: gettext python3-coverage python3-devel python3-nose BuildRequires: python3-requests python3-setuptools -BuildRequires: python3-six python3-sphinx git +BuildRequires: python3-six python3-sphinx Requires: python3-kickstart = %{version}-%{release} @@ -41,7 +41,7 @@ Summary: Help manual for python2-kickstart and python3-kickstart The python-kickstart-help package conatins kickstart-docs and programmers-guide %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build make PYTHON=%{__python3} @@ -79,6 +79,9 @@ make PYTHON=%{__python3} test %doc docs/kickstart-docs.txt %changelog +* Fri Jul 30 2021 chenyanpanHW - 3.30-2 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Tue Jan 26 2021 zoulin - 3.30-1 - update version to 3.30