delete -S git from %autosetup, and delete BuildRequires git-core

This commit is contained in:
chenyanpanHW 2021-07-30 23:30:04 +08:00
parent e6a3f88f8c
commit 0e4b610f2c
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -3,7 +3,7 @@
Name: python-%{sname} Name: python-%{sname}
Version: 1.2.2 Version: 1.2.2
Release: 1 Release: 2
Summary: A GSSAPI/SPNEGO authentication handler for python-requests Summary: A GSSAPI/SPNEGO authentication handler for python-requests
License: ISC License: ISC
@ -13,7 +13,6 @@ BuildArch: noarch
# Patches # Patches
BuildRequires: git-core
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-gssapi BuildRequires: python3-gssapi
BuildRequires: python3-mock BuildRequires: python3-mock
@ -37,7 +36,7 @@ Requires: python3-requests
%description -n python3-%{sname} %_description %description -n python3-%{sname} %_description
%prep %prep
%autosetup -S git -n %{sname}-%{version} %autosetup -n %{sname}-%{version} -p1
%build %build
@ -56,5 +55,8 @@ Requires: python3-requests
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.2-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git-core
* Wed Jun 23 2021 liufeng <liufeng@kylinos.cn> - 1.2.2-1 * Wed Jun 23 2021 liufeng <liufeng@kylinos.cn> - 1.2.2-1
- Package init - Package init