!21 fix package description

From: @XIE-JING-2022 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-05-13 09:20:58 +00:00 committed by Gitee
commit 2c0904ef34
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,17 +1,17 @@
%global _empty_manifest_terminate_build 0
Name: python-gssapi
Version: 1.8.3
Release: 1
Release: 2
Summary: Python GSSAPI Wrapper
License: ISC
URL: https://github.com/pythongssapi/python-gssapi
Source0: https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz
%description
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest
released version (including pre-release versions) can be found at <.
should also be useable with other GSSAPI mechanisms.
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%package -n python3-gssapi
Summary: Python GSSAPI Wrapper
@ -29,19 +29,19 @@ BuildRequires: python3-decorator
# General requires
Requires: python3-decorator krb5-libs >= 1.10
%description -n python3-gssapi
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest
released version (including pre-release versions) can be found at <.
should also be useable with other GSSAPI mechanisms.
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%package help
Summary: Python GSSAPI Wrapper
Provides: python3-gssapi-doc
%description help
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest
released version (including pre-release versions) can be found at <.
should also be useable with other GSSAPI mechanisms.
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%prep
%autosetup -n gssapi-%{version}
@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sat May 11 2024 xiejing <xiejing@kylinos.cn> - 1.8.3-2
- fix package description
* Wed Feb 21 2024 xu_ping <707078654@qq.com> - 1.8.3-1
- Upgrade package python3-gssapi to version 1.8.3