From fb5bcc6f94000060e1139ccdff8ae49b194352be Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 07:32:51 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-netifaces.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-netifaces.spec b/python-netifaces.spec index b59c04f..ee60157 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.6 -Release: 1 +Release: 2 Summary: Portable network interface information. License: MIT License URL: https://bitbucket.org/al45tair/netifaces @@ -25,6 +25,7 @@ Portable network interface information. %package help Summary: Development documents and examples for netifaces +Buildarch: noarch Provides: python2-netifaces-doc %description help Portable network interface information. @@ -71,6 +72,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 0.10.6-2 +- Added 'Buildarch:noarch' to the help subpackage + + * Thu Apr 29 2021 openstack-sig - Package Spec generated for python2 * Fri Oct 09 2020 Python_Bot -- Gitee