fix package description

This commit is contained in:
xiejing 2024-05-11 09:55:25 +08:00
parent 288adcd212
commit 26f7fec992

View File

@ -1,17 +1,17 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-gssapi Name: python-gssapi
Version: 1.8.3 Version: 1.8.3
Release: 1 Release: 2
Summary: Python GSSAPI Wrapper Summary: Python GSSAPI Wrapper
License: ISC License: ISC
URL: https://github.com/pythongssapi/python-gssapi URL: https://github.com/pythongssapi/python-gssapi
Source0: https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz
%description %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 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 should also be useable with other GSSAPI mechanisms.
released version (including pre-release versions) can be found at <. Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%package -n python3-gssapi %package -n python3-gssapi
Summary: Python GSSAPI Wrapper Summary: Python GSSAPI Wrapper
@ -29,19 +29,19 @@ BuildRequires: python3-decorator
# General requires # General requires
Requires: python3-decorator krb5-libs >= 1.10 Requires: python3-decorator krb5-libs >= 1.10
%description -n python3-gssapi %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 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 should also be useable with other GSSAPI mechanisms.
released version (including pre-release versions) can be found at <. Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%package help %package help
Summary: Python GSSAPI Wrapper Summary: Python GSSAPI Wrapper
Provides: python3-gssapi-doc Provides: python3-gssapi-doc
%description help %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 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 should also be useable with other GSSAPI mechanisms.
released version (including pre-release versions) can be found at <. Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%prep %prep
%autosetup -n gssapi-%{version} %autosetup -n gssapi-%{version}
@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Wed Feb 21 2024 xu_ping <707078654@qq.com> - 1.8.3-1
- Upgrade package python3-gssapi to version 1.8.3 - Upgrade package python3-gssapi to version 1.8.3