!6 pykickstart delete -Sgit from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-08-19 08:26:34 +00:00 committed by Gitee
commit 2203599d9b

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