delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
51c4dd89fe
commit
b0b67254e8
@ -1,11 +1,11 @@
|
|||||||
Name: python-gssapi
|
Name: python-gssapi
|
||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions)
|
Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions)
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://github.com/pythongssapi/python-gssapi
|
URL: https://github.com/pythongssapi/python-gssapi
|
||||||
Source0: https://github.com/pythongssapi/python-gssapi/releases/download/v%{version}/python-gssapi-%{version}.tar.gz
|
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
|
BuildRequires: python3-devel python3-setuptools python3-Cython
|
||||||
|
|
||||||
%description
|
%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}
|
%{?python_provide:%python_provide python3-gssapi}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -S git -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -38,6 +38,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \
|
|||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
*Wed Oct 21 2020 leiju <leiju4@huawei.com> - 1.5.1-3
|
||||||
- remove python2 subpackage
|
- remove python2 subpackage
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user