From 243cdaaf78d49f05b3738dbe970f92ee23c5ab3c Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 07:36:19 +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 afe8915..00eedb0 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.4 -Release: 1 +Release: 2 Summary: Portable network interface information. License: MIT License URL: https://bitbucket.org/al45tair/netifaces @@ -24,6 +24,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. @@ -70,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 0.10.4-2 +- Added 'Buildarch:noarch' to the help subpackage + * Fri May 14 2021 openstack-sig - Package Spec generated -- Gitee