delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:21:36 +08:00
parent 70014dbf97
commit bfa8ccb916
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -2,13 +2,13 @@
Name: python-configobj Name: python-configobj
Version: 5.0.6 Version: 5.0.6
Release: 16 Release: 17
Summary: ConfigObj is a simple but powerful config file reader and writer Summary: ConfigObj is a simple but powerful config file reader and writer
License: BSD License: BSD
URL: http://configobj.readthedocs.org/ URL: http://configobj.readthedocs.org/
Source0: https://github.com/DiffSK/configobj/archive/v%{version}.tar.gz Source0: https://github.com/DiffSK/configobj/archive/v%{version}.tar.gz
BuildRequires:python3-devel python3-pytest python3-setuptools python3-six git BuildRequires:python3-devel python3-pytest python3-setuptools python3-six
BuildArch: noarch BuildArch: noarch
%description %description
@ -38,7 +38,7 @@ Requires: python3-six
config file reader and writer config file reader and writer
%prep %prep
%autosetup -n configobj-%{version} -p1 -Sgit %autosetup -n configobj-%{version} -p1
%build %build
%py3_build %py3_build
@ -56,6 +56,9 @@ export PYTHONWARNINGS=always
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 5.0.6-17
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 5.0.6-16 * Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 5.0.6-16
- remove python2 dependency - remove python2 dependency