From 26f7fec992bd351ab97c992ce3ed836615821048 Mon Sep 17 00:00:00 2001 From: xiejing Date: Sat, 11 May 2024 09:55:25 +0800 Subject: [PATCH] fix package description --- python-gssapi.spec | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index b680e50..6cb99bc 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 -- Gitee