!5 python-gssapi delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
51d131dd34
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user