delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:18:07 +08:00
parent 02cf905ce1
commit 8ae2cbeb3e
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -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 <chenyanpan@huawei.com> - 3.30-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Tue Jan 26 2021 zoulin <zoulin13@huawei.com> - 3.30-1
- update version to 3.30