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

This commit is contained in:
chenyanpanHW 2021-07-30 23:23:32 +08:00
parent 51c4dd89fe
commit b0b67254e8
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,11 +1,11 @@
Name: python-gssapi
Version: 1.5.1
Release: 3
Release: 4
Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions)
License: ISC
URL: https://github.com/pythongssapi/python-gssapi
Source0: https://github.com/pythongssapi/python-gssapi/releases/download/v%{version}/python-gssapi-%{version}.tar.gz
BuildRequires: krb5-devel >= 1.10 krb5-libs >= 1.10 gcc git
BuildRequires: krb5-devel >= 1.10 krb5-libs >= 1.10 gcc
BuildRequires: python3-devel python3-setuptools python3-Cython
%description
@ -23,7 +23,7 @@ While it focuses on the Kerberos mechanism, it should also be useable with other
%{?python_provide:%python_provide python3-gssapi}
%prep
%autosetup -S git -n %{name}-%{version} -p1
%autosetup -n %{name}-%{version} -p1
%build
%py3_build
@ -38,6 +38,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \
%{python3_sitearch}/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.1-4
- DESC: delete -S git from %autosetup, and delete BuildRequires git
*Wed Oct 21 2020 leiju <leiju4@huawei.com> - 1.5.1-3
- remove python2 subpackage