diff --git a/python-netifaces.spec b/python-netifaces.spec index b59c04fd2a1267e5a8dc3d4c705db378687b984d..ee601573f6d2f054484024aedb3e378bc1b51bb7 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