diff --git a/python-yarl.spec b/python-yarl.spec index 0c8e5aa7cf483e46c2bd3e80f6001ce90317ae2f..9e76f8a58bbf00b0234dfdf6d0e8119bbad8614b 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-yarl Version: 1.5.0 -Release: 2 +Release: 3 Summary: Yet another URL library License: Apache 2 URL: https://github.com/aio-libs/yarl/ @@ -27,6 +27,7 @@ Yet another URL library %package help Summary: Development documents and examples for yarl Provides: python3-yarl-doc +Buildarch: noarch %description help Yet another URL library @@ -71,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 Guangtao Huang - 1.5.0-2 +- Add Buildarch: noarch' to the help subpackage + * Wed Aug 04 2021 chenyanpanHW - 1.5.0-2 - DESC: delete BuildRequires gdb