From 85e948845da32df2c559b97aad85ec975b0ef0e0 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 07:31:27 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-netifaces.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-netifaces.spec b/python-netifaces.spec index 70acbee..b2919dc 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-netifaces Version: 0.10.9 -Release: 1 +Release: 2 Summary: Portable network interface information. License: MIT License URL: https://github.com/al45tair/netifaces @@ -39,6 +39,7 @@ This package attempts to solve that problem. %package help Summary: Development documents and examples for netifaces +Buildarch: noarch Provides: python3-netifaces-doc %description help It’s been annoying me for some time that there’s no easy way to get the @@ -92,5 +93,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 0.10.9-2 +- Added 'Buildarch:noarch' to the help subpackage + * Fri Oct 09 2020 Python_Bot - Package Spec generated -- Gitee