delete -Sgit from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
02cf905ce1
commit
8ae2cbeb3e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.30
|
Version: 3.30
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
@ -13,7 +13,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: gettext python3-coverage python3-devel python3-nose
|
BuildRequires: gettext python3-coverage python3-devel python3-nose
|
||||||
BuildRequires: python3-requests python3-setuptools
|
BuildRequires: python3-requests python3-setuptools
|
||||||
BuildRequires: python3-six python3-sphinx git
|
BuildRequires: python3-six python3-sphinx
|
||||||
|
|
||||||
Requires: python3-kickstart = %{version}-%{release}
|
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
|
The python-kickstart-help package conatins kickstart-docs and programmers-guide
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make PYTHON=%{__python3}
|
make PYTHON=%{__python3}
|
||||||
@ -79,6 +79,9 @@ make PYTHON=%{__python3} test
|
|||||||
%doc docs/kickstart-docs.txt
|
%doc docs/kickstart-docs.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 26 2021 zoulin <zoulin13@huawei.com> - 3.30-1
|
||||||
- update version to 3.30
|
- update version to 3.30
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user