diff --git a/python-netifaces.spec b/python-netifaces.spec index afe891535d45e672cf3d6de69f39537cde4a05c6..00eedb0451e65f6d91a006f10ae86b6406b365ff 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