From 6a2adfda142ebc1d360006aab138ff0dd975352e Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 07:25:23 +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 e94a09b..8885d82 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-netifaces Version: 0.11.0 -Release: 1 +Release: 2 Summary: Portable network interface information. License: MIT URL: https://github.com/al45tair/netifaces @@ -42,6 +42,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 @@ -98,6 +99,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 0.11.0-2 +- Added 'Buildarch:noarch' to the help subpackage + * Sat Jun 04 2022 OpenStack_SIG - 0.11.0-1 - Upgrade python3-netifaces to version 0.11.0 -- Gitee