diff --git a/python-wrapt.spec b/python-wrapt.spec index 5d53e642095b0de18cc6eb5f5d2db69ba82d9472..e9564ba09f4f5149b2f08151dbe860984d6f4a46 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,6 +1,6 @@ Name: python-wrapt Version: 1.12.1 -Release: 2 +Release: 3 Summary: A Python module for decorators, wrappers and monkey patching License: BSD URL: https://github.com/GrahamDumpleton/wrapt @@ -21,7 +21,7 @@ Summary: Documentation for the python-wrapt BuildRequires: python3-sphinx python3-sphinx_rtd_theme Provides: %{name}-doc = %{version}-%{release} Obsoletes: %{name}-doc < %{version}-%{release} - +Buildarch: noarch %description help Documentation for the python-wrapt. @@ -54,6 +54,9 @@ cd - %doc docs/build/html %changelog +* Wed Aug 21 2024 Guangtao Huang - 1.12.1-3 +- Add Buildarch: noarch' to the help subpackage + * Mon May 31 2021 huanghaitao - 1.12.1-2 - Completing build dependencies