diff --git a/python-frozenlist.spec b/python-frozenlist.spec index 0ceb97220d3dab3bf7aff74c3ab52eb135acfb70..52c21f2d579aa5017a212ef2ace377b91ecf343e 100644 --- a/python-frozenlist.spec +++ b/python-frozenlist.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-frozenlist Version: 1.4.0 -Release: 1 +Release: 2 Summary: A list-like structure which implements collections.abc.MutableSequence License: Apache-2.0 URL: https://github.com/aio-libs/frozenlist @@ -29,11 +29,12 @@ raise RuntimeError.FrozenList is also hashable, but only when frozen. %package help Summary: Development documents and examples for frozenlist +Buildarch: noarch Provides: python3-frozenlist-doc + %description help Development documents and examples for frozenlist - %prep %autosetup -n frozenlist-1.4.0 @@ -75,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 1.4.0-2 +- Add 'Buildarch: noarch' to the help subpackage. + * Tue Aug 01 2023 sunhui - 1.4.0-1 - Update package to version 1.4.0