diff --git a/python-gssapi.spec b/python-gssapi.spec index 6cb99bcd1ec3104b1e5103c87292b057e2e89a1e..9f58e2e8867527ada799fb698c5b1ce61744fe68 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-gssapi Version: 1.8.3 -Release: 2 +Release: 3 Summary: Python GSSAPI Wrapper License: ISC URL: https://github.com/pythongssapi/python-gssapi @@ -36,7 +36,9 @@ Documentation can be found at . %package help Summary: Python GSSAPI Wrapper +Buildarch: noarch Provides: python3-gssapi-doc + %description help Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it @@ -85,6 +87,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 chengsongyuxuan - 1.8.3-3 +- Add 'Buildarch: noarch' to the help subpackage. + * Sat May 11 2024 xiejing - 1.8.3-2 - fix package description