From b0b67254e8ab9b8ddce1473e014d495665bbef3e Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:23:32 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- python-gssapi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 1c03638..c9dd2ca 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -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 - 1.5.1-4 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + *Wed Oct 21 2020 leiju - 1.5.1-3 - remove python2 subpackage -- Gitee