diff --git a/python-gssapi.spec b/python-gssapi.spec index b680e5014ed6a3ec0f16722be6f93eddd90c5a76..6cb99bcd1ec3104b1e5103c87292b057e2e89a1e 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -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 . %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 . %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 . %prep %autosetup -n gssapi-%{version} @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat May 11 2024 xiejing - 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