From 0584723c2b717d9eb00748829ffa75d21ae5aa3c Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 06:02:07 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-kerberos.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-kerberos.spec b/python-kerberos.spec index 0df25b4..6b526d8 100644 --- a/python-kerberos.spec +++ b/python-kerberos.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-kerberos Version: 1.3.1 -Release: 1 +Release: 2 Summary: Kerberos high-level interface License: Apache License, Version 2.0 URL: https://github.com/apple/ccs-pykerberos @@ -29,6 +29,7 @@ Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7. %package help Summary: Development documents and examples for kerberos +Buildarch: noarch Provides: python3-kerberos-doc %description help This Python package is a high-level wrapper for Kerberos (GSSAPI) @@ -79,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 1.3.1-2 +- Added 'Buildarch:noarch' to the help subpackage + * Tue Jan 18 2022 SimpleUpdate Robot - 1.3.1-1 - Upgrade to version 1.3.1 -- Gitee